RedHat Linux- to get international Certification from redhat inc., - RedHat Package Manager
   
  Home
  Contact
  Exam Subject
  Backup and Restore
  Linux Startup and Shutdown
  Printer management
  Storage Management:
  RedHat Package Manager
  DHCP
  Tellnet
  REMOTE LOGIN
  Basic and Advanced Linux Command
  SAMBA SERVER
  NFS
  DNS
  NIS
  Firewall
  Remote Installation:
  User Quota:
  Cron Tab:
  Logical Volume
  RAID
  WebTraffic
  Current Affairs
  Exchange My Code
  Comrades
  Toplist


RedHat Package Manager:


To install a package
To delete a package
To overrite a package
To verify a package
#rpm option packagename
Example:
rpm -ivh kernel*

i- for install [install the prticular package]
v- for verbose[to process will dsiplay on the screen]
h- for hash[to display the symbol ###]

Overrite the package[already installed]:
#rpm -ivh --force package name
Example:
#rpm -ivh --force vsftpd

verify the package:
#rpm -qa

Remove the package:
# rpm -e package name
Example:
# rpm -e vsftpd

To avoid dependency:
# rpm-ivh -nodeps dhcp

delete but we don't package name:
# rpm -qa| grep vsftpd
-- to display all vsftpd files.
   
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free