Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

yum repositories

#To see current repos
yum repolist
#To see the package info in repo
yum info <package name>
#to see locally installed info comparison
rpm -qi <package name>
# to remove a single package
yum remove 
# to remove a package with dependencies
yum autoremove <pkg>
Source by linuxconfig.org #
 
PREVIOUS NEXT
Tagged: #yum #repositories
ADD COMMENT
Topic
Name
3+3 =