linux software installation extension content

Linux software installation

linux software installation extension content

How to manage software packages in the enterprise? (Knock on the blackboard, there is a big premise that you can go online)

1. Clear the original yum configuration

Go to the repos.d directory

cd /etc/yum.repos.d

Move all files elsewhere

mv * /tmp/

2. Download Ali's official website configuration

Alibaba Open Source Mirror Station
Select centos from the website and
Insert picture description here
copy and paste it into the command line. After downloading, check
Insert picture description here
this is the basic package. After downloading the basic package, download the extension package.
Download epel
Insert picture description here

3. Update yum warehouse

yum makecache
yum repolist

Insert picture description here

Perform installation

yum install -y 软件包

Linux scheduled tasks

Guess you like

Origin blog.csdn.net/qq_45671732/article/details/110007481