Uninstall CQRLOG

4 posts / 0 new
Last post
w3khg
Uninstall CQRLOG

Downloaded and 'installed' with error on MYSQL57 from Petr's PPA.

Using the Terminal what is the command to completely uninstall all of the packages?

73
john

oh1kh
Uninstall CQRLOG

Depends what distribution of linux you are using.

sudo apt-get remove package-name
Type: "man apt-get" at console to get more information

or

sudo dnf remove (or autoremove) package-name
Type: "man dnf" at console to get more information

--
Saku
OH1KH

w3khg
Using Ubuntu 16.04 Saku

Using Ubuntu 16.04 Saku

oh1kh
Using Ubuntu 16.04 Saku

Hi!

Command is then

sudo apt-get remove <package name>

To completely remove all (!!Also logs !!) check after "apt-get remove" that also folders

~/.config/cqrlog
/usr/share/cqrlog

are removed.

--
Saku
OH1KH