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 :: permission in linux 
Shell :: print batch 
Shell :: unix timestamp bash 
Shell :: windows 10 do not show in the grub menu 
Shell :: install kex in kali linux wsl 
Shell :: how to download nessus to kali debian 64 bit vm 
Shell :: wifi driver 
Shell :: create a directory and change to it command line 
Shell :: migration angular version 
Shell :: How to install packages on arch linux 
Shell :: crontab edit 
Shell :: knows the version of one application on ubuntu 
Shell :: git added and modified files 
Shell :: git go back to head after checkout commit 
Shell :: install serverless-google-cloudfunctions 
Shell :: check app installed with brew 
Shell :: Failed to install expo package with error: yarnpkg exited with non-zero code: 1 yarnpkg exited with non-zero code: 1 
Shell :: shutdown command linux 
Shell :: openstack show ports 
Shell :: how can I check memory usage in linux? 
Shell :: Install the postgres CLI tools 
Shell :: wpa_supplicant connect to wifi 
Shell :: step7 pgadmin ubuntu 20.04 
Shell :: have all changes from a local branch to a new local branch git 
Shell :: react redux install 
Shell :: stash with name 
Shell :: sort linux 
Shell :: install a package that is not in conda 
Shell :: cool welcome message linux 
Shell :: setup ssh key 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =