This document provides an overview of RPM (Red Hat Package Manager) and Yum package management tools in 3 paragraphs. It begins by describing RPM packages, their naming convention, and how to install, query, update, and delete packages using RPM commands. The second paragraph explains how Yum can automatically resolve package dependencies when installing packages. The final paragraph gives a brief introduction to Network Manager and some common network configuration commands.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
79 views6 pages
Software Mangements (RPM, Yum)
This document provides an overview of RPM (Red Hat Package Manager) and Yum package management tools in 3 paragraphs. It begins by describing RPM packages, their naming convention, and how to install, query, update, and delete packages using RPM commands. The second paragraph explains how Yum can automatically resolve package dependencies when installing packages. The final paragraph gives a brief introduction to Network Manager and some common network configuration commands.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6
System
& Network Administration (MCSA & RHCSA)
Lecture By Waseem Ahmad
Topic :Yellow Dog UPDATER (yum, RPM) Today Topics RPM RPM and SRPM =>The two types of RPM is available Source Rpm with the source code also . Naming Convention: Package name -Version- Release – Artitecture.rpm
No Arh: Architecture means its both for X86 and 64 bit and platform independent package
cd var/lib/rpm for installation of RPM => rpm –ivh packagename
RPM (cont) If you want to query the database Rpm -qa | grep vsftpd For deletion of package =>Rpm –e package name If you want to update the package => Rpm -Uvh packagname Check either package have documentation , configuration file ,information =>rpm –qd cups =>rpm –qc cups =>rpm –qi cups Yum(Automatic Resolve Package dependencies) Yum search package-name Yum info package-name Yum install package –name Yum remove package-name Yum grouplist package-name yum grouplist ”webserver” Yum groupinstall package-name Yum search samba Yum install samba* Network Manager IFCONFIG /etc/sysconfig/network-scripts/ Ifconfig eth0 192.168.1.10 netmask 255.255.255.0 Dhclient eth0