nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Uninstall remove yum packages

This is a discussion on Uninstall remove yum packages within the Linux software forums, part of the Linux Getting Started category; Hello,,, I want to uninstall yum package on fc5. rpm -e haven,t work.guide me regarding this matter. regards...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-01-2007, 12:17 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zafar466
Default Uninstall remove yum packages

Hello,,,
I want to uninstall yum package on fc5.
rpm -e haven,t work.guide me regarding this matter.
regards
Reply With Quote
  #2 (permalink)  
Old 27-01-2007, 05:41 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,709
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

If package is installed it should be removed with rpm. Command to remove package via yum:
Code:
yum remove package-name
To see installed package list type
Code:
rpm -qa | liess
rpm -qa | grep -i '*pcckage-name*'
See yum howto for more info
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 27-01-2007, 06:22 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zafar466
Default

Hello,,
Plz tell me how i can add fc5 repos in yum.conf.
Reply With Quote
  #4 (permalink)  
Old 28-01-2007, 02:53 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Open config file
Code:
cp /etc/yum.conf /roo/yum.conf.bak
vi /etc/yum.conf
Add dag repo to yum.conf file
Code:
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Install dag’s GPG signature key with rpm command:
Code:
# rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
Upgrade your system
Code:
# yum update
Hope this helps
Reply With Quote
  #5 (permalink)  
Old 29-01-2007, 02:51 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zafar466
Default

Hello,,
I follow ur steps for adding repos in yum.conf.but i got that error which i mention below.
[root@developers RPMS]# yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
rpmforge [1/6]
Cannot find a valid baseurl for repo: rpmforge
Error: Cannot find a valid baseurl for repo: rpmforge
regards
Reply With Quote
  #6 (permalink)  
Old 19-01-2008, 09:38 PM
Junior Member
User
 
Join Date: Jan 2008
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dongkeu is on a distinguished road
Default

Quote:
Originally Posted by zafar466 View Post
Hello,,,
I want to uninstall yum package on fc5.
rpm -e haven,t work.guide me regarding this matter.
regards
I' m using SmartMP, fast and easy.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
how to install deb packages raj Getting started tutorials 1 24-03-2008 11:58 PM
netbsd package management add delete list packages jerry Getting started tutorials 2 24-03-2008 09:19 PM
Add and Remove packages utility zafar466 Linux software 1 19-02-2007 02:31 PM
How to uninstall squid in linux box raj Linux software 1 20-12-2006 02:49 PM
Bittorrent Packages sbhupathireddy Linux software 1 14-11-2006 03:53 PM


All times are GMT +5.5. The time now is 12:17 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38