Results 1 to 4 of 4

Thread: How to uninstall YUM?

  1. #1
    Join Date
    Mar 2009
    Posts
    92

    How to uninstall YUM?

    What is the procedure to uninstall YUM? I am running Fedora 11 on my machine, i went to Add/Remove Applications but can't find any option to uninstall YUM. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to uninstall YUM?

    If yum is installed it should be removed with rpm. Command to remove package via yum:
    Code:
    yum remove package-name
    To see installed package(application) list type
    Code:
    rpm -qa | liess
    rpm -qa | grep -i '*pcckage-name*'

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: How to uninstall YUM?

    yum is software installation tool for Red hat linux and Fedora Linux. Yum Yum is an automatic updater and package installer/remover for rpm systems.It is a complete software management system.The following commands are use to Clear the yum Cache.
    Code:
     su -c 'yum clean headers'
    and
    Code:
    su -c 'yum clean headers'

  4. #4
    Join Date
    Jan 2009
    Posts
    318

    Re: How to uninstall YUM?

    For yum updatesd, check System > Preferences > More Preferences > Sessions and just uncheck it from the startup. Or To remove the tsclient package from your system, use the command:
    Code:
    su -c 'yum remove tsclient'

Similar Threads

  1. How do you uninstall a program that won't uninstall?
    By AlpAnA$ in forum Windows Software
    Replies: 8
    Last Post: 22-09-2011, 11:23 AM
  2. Can't uninstall VLC
    By Capper in forum Windows Software
    Replies: 4
    Last Post: 25-12-2009, 02:48 AM
  3. Need to uninstall IE8
    By Abhibhava in forum Technology & Internet
    Replies: 3
    Last Post: 18-11-2009, 10:12 PM
  4. Replies: 6
    Last Post: 12-01-2009, 04:17 PM
  5. How to uninstall XP SP3 ?
    By Lindberg in forum Server Update Service
    Replies: 1
    Last Post: 20-08-2008, 12:38 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,022,964.11196 seconds with 17 queries