Find the answer to your Linux question:
Results 1 to 3 of 3
Not disable it... remove it completely, erasing all files, so I don't get haunted by it later....
  1. #1
    Linux Newbie jnojr's Avatar
    Join Date
    Sep 2007
    Posts
    105

    How to remove yum repository?

    Not disable it... remove it completely, erasing all files, so I don't get haunted by it later.

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    You can delete the relevant repo file from the /etc/yum.repos.d/ directory, and delete the cache directory from /var/cache/yum/
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this to clean cache and everything after disabling or removing repository.
    Code:
    su -
    yum clean all
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...