LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do you un-install packages? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-un-install-packages-596957/)

icedlightblue 11-03-2007 07:56 PM

how do you un-install packages?
 
hey,anyone show how to un-install packages,little by little.

THANK YOU!!

cojo 11-03-2007 08:04 PM

if it's a rpm package. All you have to do is rpm -e packagename.

cmnorton 11-03-2007 08:09 PM

depends on the distribution
 
apt-get uninstall for debian-based systems
For redhat entrprise linux up2date
and for Fedora yum

Offhand I am not sure about the syntax of up2date or Fedora.

XavierP 11-03-2007 08:13 PM

Since kwort is Slackware based either use pkgtool (that command in a terminal) or "removepkg <packagename>" (no quotes) or use whatever package manager kwort uses.

mahesh_infinity 11-04-2007 06:00 AM

yum -y remove packagename
 
Hi,

Will remove package u want to remove from the repository.....

yum -y remove packagename

Thanks,
Mahesh M


All times are GMT -5. The time now is 09:35 AM.