Tips : How to Remove Package from Linux

How to Remove Package from Linux

Oke just Share One tips ..
coz in this morning i am so confused to remove some package in my Box.

So i am go to google and get some solutions.

Oke Lets do it*

Example we will to remove apache package from our linux ..

So just " Go Terminal and type :

service apache2 stop
dpkg -l | grep apache

and this is result.

apache2
apache2-mpm-worker  
apache2-utils
apache2.2-bin
apache2.2-common

So we know all apache packages and now remove it all by type :

sudo apt-get purge apache2 apache2-mpm-worker  apache2-utils apache2.2-bin
apache2.2-common

Oke finish and now check it :
service apache2 stop

and you will get uncategorized service .

Thankz .

Title : Tips : How to Remove Package from Linux
Description : Oke just Share One tips .. coz in this morning i am so confused to remove some package in my Box. So i am go to google and get some ...

0 Response to "Tips : How to Remove Package from Linux"

Post a Comment