Linux package management with rpm, yum

Published: 06 July 2020
on channel: Latif Shaik (latiftechnotes)
20
0

2020 07 06 14 25 31
linux package management

x86 -- -- intel
32bit,x86_32,i386,
x64 64bit x86_64 -- 64bit
amd64 --

el 8.2

rhel ,oel | centos
registration not req



yum install vsftp

repo

rpm -ivh jdk-8u151-*.rpm

Uninstall any earlier installations of the JDK packages.

rpm -e package_name
Install the package.

rpm -ivh jdk-8uversion-linux-i586.rpm
To upgrade a package:

rpm -Uvh jdk-8uversion-linux-i586.rpm

yum install jdk-*.rpm

--dependency
ls /etc/yum.repos.d/
local.repo

yum clean all
yum repolist

yum info vsftpd

yum install vsftpd -y

---

yum info vsftpd

yum remove vsftpd

yum info vsftpd

yum update java -y

yum update -y && reboot

yum groupinfo "Development Tools"

yum groupinstall "Development Tools"
----------------------
java-*.rpm -- windows -copy to linux
winscp

wget

wget http://mirror.fedora.org/package/java...
-------------------------------------------------


Watch video Linux package management with rpm, yum online without registration, duration hours minute second in high quality. This video was added by user Latif Shaik (latiftechnotes) 06 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 20 once and liked it 0 people.