• Increase font size
  • Default font size
  • Decrease font size

Linux Commands

Remove / Uninstall the specified packages [ RPM(s) ]

 Remove package called httpd, enter:

# yum remove {package-name-1} {package-name-2}
# yum remove httpdTask: Display the list of available packages

# yum list allTask: Display list of group software

Type the following command:
# yum grouplist
Output:

Installed Groups: Engineering and Scientific MySQL Database Editors System Tools Text-based Internet Legacy Network Server DNS Name Server Dialup Networking Support FTP Server Network Servers Legacy Software Development...

 

Display what package provides the file

 You can easily find out what RPM package provides the file. For example find out what provides the /etc/passwd file:

# yum whatprovides /etc/passwd
Sample output:

Loading "installonlyn" pluginLoading "security" pluginSetting up repositoriesReading repository metadata in from local filessetup.noarch 2.5.58-1.el5 baseMatched from:/etc/passwdsetup.noarch 2.5.58-1.el5 installedMatched from:/etc/passwd

You can use...

 
Page 3 of 38