Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove yum repository

You may be able to go into /etc/yum.repos.d/ and remove the file corresponding to the repository.
Comment

how to remove yum repository

We have multiple ways to do the same.

You may be able to go into /etc/yum.repos.d/ and remove the file corresponding to the repository.

You can also try to remove the repo and add with yum-config-manager

yum-config-manager --disable repository

yum-config-manager --add-repo http://www.example.com/example.repo
You can temporarily remove/disable a yum repo by adding the --disablerepo=(repo name) to your yum line.
yum --disablerepo=some-repository install some-package
Comment

PREVIOUS NEXT
Code Example
Shell :: move command in ubuntu 
Shell :: read all test in directory golang 
Shell :: ubuntu dotnet 6 
Shell :: remove all files in a directory linux that match pattern 
Shell :: How to install inkscape on Ubuntu 
Shell :: git add ignored file 
Shell :: yarn not working after install 
Shell :: show services linux 
Shell :: no source map sass 
Shell :: installing node in ubuntu 
Shell :: restore git stash 
Shell :: remving merged commit 
Shell :: python convert excel to html table 
Shell :: rename github repository command line 
Shell :: ubuntu create bootable usb from iso command line 
Shell :: what is github 
Shell :: git merge branch to another branch 
Shell :: setting up path in zsh 
Shell :: how install hub on ubuntu 
Shell :: composer install via cmd 
Shell :: sudo apt install xfce4 xfce4-goodies -y 
Shell :: camera for linux 
Shell :: pip install ssh with yes 
Shell :: clone repo 
Shell :: getting error while installing npm react-redux-form 
Shell :: list files in cmd 
Shell :: ubuntu install dbeaver 
Shell :: how to create docker secret in kubernetes 
Shell :: online c compiler with working fork 
Shell :: hsdpa modem software for linux 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =