Felitaur Site
Offerings
|
   
|
Using Yum Repositories for updates/installs
[Linux System Administration Home]
Note: You should always apply ALL updates to any software you are
running, end of story. Otherwise you will eventually be hacked.
Lecture Overview Index | Linux SysAdmin Homepage
Overview |
Goals
Understand how rpm and yum work
Compare it to apt
Configure yum repositories
Install some popular software packages with yum
The following programs/files/directories will be discussed for this
topic
- rpm
- apt (install,update,upgrade,dist-upgrade)
- ppa's, add-apt-repository, and .dpkg and dpkg
- /etc/yum.conf
- /etc/yum.repos.d
- yum
- yum update
- yum install
- yum list
- yum grouplist,groupinstall
- yum-priorities or yum-plugin-priorities
|
Questions |
- What is the purpose of gpg signing of rpms?
- What are yum repositories? How do you find them?
- How would you set up a yum archive/repository?
- Why are the rpmforge repositories NOT recommended?
|
Activities & Assignments |
Note: This assumes you are using Centos 7.x and you can go directly to the repository sites in the "resources" section.
- Fedora EPEL
- Now you can just do yum install epel-release
- run yum update as root, notice which packages come from particular archives
- then try yum install alpine and yum install keepassx
|
Resources |
|
|
|