Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

yum install package with version

$ yum --showduplicates list httpd | expand

Available Packages
httpd.x86_64                        2.4.6-6.fc20                         fedora 
httpd.x86_64                        2.4.10-1.fc20                        updates

# To see what particular versions are available to you via yum you can use the --showduplicates switch. 
# It gives you a list like "package name.architecture version"

sudo yum install <package name>-<version info>

sudo yum install httpd-2.4.6-6
sudo yum install httpd-2.4.6-6.fc20.x86_64
Comment

yum check package version

yum info package_name
Comment

PREVIOUS NEXT
Code Example
Shell :: gitbash shortcut to clear the terminal 
Shell :: git check if commit in master 
Shell :: ords version view 
Shell :: select ords version 
Shell :: enable null safety flutter using cmd 
Shell :: new commit 
Shell :: docker-compose update changes 
Shell :: bash delete files with names from subfolder 
Shell :: git remote set origin 
Shell :: kill process ubuntu 
Shell :: how to upgrade in linux 
Shell :: github change last commit message 
Shell :: how to get only a list of size of files bash 
Shell :: expo cli not installing 
Shell :: linux subsystem for windows file location 
Shell :: gitlab change commit message 
Shell :: linux bring process to foreground 
Shell :: how to see mac address linux 
Shell :: redwood start prisma studio 
Shell :: delete all stopped docker containers 
Shell :: ssh use key file 
Shell :: starting apache2 server 
Shell :: shell script get branch name 
Shell :: problem detected port 80 in use by unable to open process with pid 4 
Shell :: shell set environment variable 
Shell :: error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly 
Shell :: how to add image in github readme 
Shell :: git commands 
Shell :: how to make a .sh file executable 
Shell :: utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =