Sie sind auf Seite 1von 2

software management

to manage the software in linux two utilities

1)RPM(redhat package manager)


2)YUM(yellowdog updater modified)

1)rpm
rpm is a software managementss tool for
installing,uninstalling,verifying,querying and updating the software packages

features:

->rpm is used for verify the software


->rpm can be served for powerful search engine

disadavantage:

->dependencies not installed properly


->locatin

where os packages are there and goto that particular location and use rpm command

to check installed and unistalled packages(all)

#ls

to check installed and uninstalled particular package


#ls|grep -i <package name>

#to check the installed packages in the system

#rpm -qa q for querying


a for all

#to check the installed particular package in system

#rpm -qa <package name>


Or
#rpm -q <package name>
or
#rpm -qa|grep -i <packagename>

#rpm -qa vsftpd


or
#rpm -q vsftpd
or
#rpm -qa|grep -i vsftpd

#to install the package

#rpm -ivh <package name> i for install


v for verboe
h for progress

#to update package

#rpm -Uvh <package name> U for update

#to uninstall the package

#rpm -e <package ane> e for remove(Or)uninstall

tommarow how to mount os and montos to copy particular location

maheshanagandula6@gmail.com

bussa494@gmail.com

margamsrikanth111@gmail.com

nedunuri.harikishan@gmail.com

Das könnte Ihnen auch gefallen