Koozali.org: home of the SME Server

how do i remove repository

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
how do i remove repository
« on: October 18, 2007, 05:02:53 AM »
what is the correct way to remove yum repositories, such as; Dag repository for example.

Thanks, Russell
.........

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: how do i remove repository
« Reply #1 on: October 18, 2007, 08:15:59 AM »
what is the correct way to remove yum repositories, such as; Dag repository for example.

Thanks, Russell
Code: [Select]
db yum_repositories delete repositoryname
expand-template /etc/yum.conf
But you could also considering setting the repository to disabled so you can use it in the future from the command line with the --enablerepo= option:
Code: [Select]
db yum_repositories repositoryname setprop status disabled
expand-template /etc/yum.conf
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
Re: how do i remove repository
« Reply #2 on: October 18, 2007, 09:32:09 AM »
Thanks Cactus
.........