Linux serverNETWORK ADMINISTRATIONS

CentOS 7 Minimal Yum Package Management , Install EPEL RELEASE , UPDATE LINUX(No Audio)

20 09 2021
this is no audio record–
please follow text …

how install a tool or app in linux
centos 7 minimal

using yum

by default centos has yum repos in OS

let check

1st

yum clean all
–clean repo database
yum repolist
–load repo database in local pc

ifconfig not working

netstat also not working

ok

i will install net-tools then see

yum info net-tools
–package available means name of package is correct
and its not install in local pc

then

yum install net-tools

y

–installed

check ifconfig and netstat working or not

working
————————
install epel-release

Extra Packages for Enterprise Linux -EPEL

yum install epel-release

y

—installed

now update centos 7

yum update -y

after update reboot is required

so

yum update -y && reboot


updated

and

rebooted

login again

and
reconnect putty again

Wget – The non-interactive network downloader.
to install
yum info wget
yum install wget -y

verify installation

this is how to install a package in linux

thats all for now

next we see how install java and setup environment variables

git
jenkins
..
..
thanks

source

centos 7