Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

yum repository

# dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
Comment

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>
Comment

PREVIOUS NEXT
Code Example
Shell :: how to create a new branch 
Shell :: installing mysql on aws using putty terminal 
Shell :: where is office folder 
Shell :: which path of executable powershell 
Shell :: Can we install XAMPP on Linux from a given link 
Shell :: bash command change time 
Shell :: how to install software in linux terminal 
Shell :: how to skip .pyc file adding into github repository 
Shell :: how to add and commit all files in git 
Shell :: heroku clone database local 
Shell :: docker-compose centos 7 
Shell :: create windows network share from command line 
Shell :: reset branch to other branch 
Shell :: bash increment variable in while loop 
Shell :: read input from multiple lines in BASH 
Shell :: powershell get disk space remote computer 
Shell :: failed to execute child process gnome-software no such file 
Shell :: mongo shell command to create database 
Shell :: viewing ubuntu desktop from windows in the same network 
Shell :: uninstall appx 
Shell :: log the output of the terminal 
Shell :: ubuntu 20.04 aufräumen 
Shell :: git rename working branch 
Shell :: rm -rf except 
Shell :: git merge cherry pick 
Shell :: bash read options from file 
Shell :: bash echo each line 
Shell :: path too long while extracting zip file 
Shell :: tar uncompress tgz 
Shell :: create json from terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =