Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: fixit 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
-
what is the correct way to remove yum repositories, such as; Dag repository for example.
Thanks, Russell
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:
db yum_repositories repositoryname setprop status disabled
expand-template /etc/yum.conf
-
Thanks Cactus