LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how come wicd still trys to run even though its no longer installed (https://www.linuxquestions.org/questions/linux-newbie-8/how-come-wicd-still-trys-to-run-even-though-its-no-longer-installed-4175589443/)

sigint-ninja 09-14-2016 04:33 PM

how come wicd still trys to run even though its no longer installed
 
hi guys,

tried installing wicd ...didnt work for me

uninstalled it...now i get wicd errors every time i boot my centos 7 netbook?

i will post the errors here shortly

rokytnji 09-14-2016 05:29 PM

Are you sure it is uninstalled and do you have it used in a startup of Desktop environment or startup of a Window Manager?

Code:

rpm -qa | grep wicd wicd-gtk wicd-curses
I don't run CentOS so my above command may be off a bit. Might have to run package names individual like

Code:

rpm -qa | grep wicd-gtk
Code:

rpm -qa | grep wicd
Code:

rpm -qa | grep wicd-curses
Code:

rpm -qa | grep wicd-cli
Hope you get the idea.

You can display list all installed packages with the following command:

Code:

rpm -qa
Code:

rpm -qa | less

Habitual 09-14-2016 06:55 PM

Quote:

Originally Posted by rokytnji (Post 5605363)
Are you sure it is uninstalled and do you have it used in a startup of Desktop environment or startup of a Window Manager?

Code:

rpm -qa | grep wicd wicd-gtk wicd-curses
I don't run CentOS so my above command may be off a bit.[/CODE]

Short version
Code:

rpm -qa | grep -e wicd -e wicd-gtk -e wicd-ncurses
or possibly also
Code:

rpm -qa | grep wicd*
Peace.


All times are GMT -5. The time now is 11:53 PM.