nixCraft Linux Forum

nixCraft

Linux 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

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 01-27-2007, 01:17 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
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
Sponsored Links
  #2 (permalink)  
Old 01-27-2007, 06:41 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
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 | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 01-27-2007, 07:22 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
Rep Power: 0
zafar466
Default

Hello,,
Plz tell me how i can add fc5 repos in yum.conf.
Reply With Quote
  #4 (permalink)  
Old 01-28-2007, 03:53 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
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 01-29-2007, 03:51 PM
Member
User
 
Join Date: Jan 2007
Posts: 47
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 01-19-2008, 10:38 PM
Junior Member
User
 
Join Date: Jan 2008
My distro: Debian
Posts: 1
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

Bookmarks


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 On

Similar Threads

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


All times are GMT +5.5. The time now is 08:51 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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