YUM, WGET, RPM, APT
YUM (Yellowdog Updater Modified) is an open source command-line as well as graphical based package management tool for RPM (RedHat Package Manager) based Linux systems. It allows users and system administrator to easily install, update, remove or search software packages on a systems.
1) Install a Package with YUM : # yum install firefox
2) If you want to install packages automatically without asking any confirmation, use option -y as : # yum -y install firefox
3) Removing a Package with YUM : # yum remove firefox
4) Updating a Package using YUM : yum update firefox
5) ■ list function to search for the specific package with name, for example openssh
List a Package using YUM : yum list openssh
6) Search for a Package using YUM : yum search firefox
7) List all Available Packages using YUM : # yum list installed | less
8) ■ To keep your system up-to-date with all security and binary package updates, It will install all latest patches and security updates to your system
Update System using Yum : # yum update
9) List Enabled Yum Repositories : # yum repolist
10) List all Enabled and Disabled Yum Repositories : # yum repolist all
11) Clean Yum Cache : By default yum keeps all the repository enabled package data in /var/cache/yum/ with each sub-directory, to clean all cached files from enabled repository
# yum clean all
for more command on yum :
https://docs.oracle.com/cd/E37670_01/E37355/html/ol_creating_yum_repo.html ---in tool is dev
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment