Changes between Version 6 and Version 7 of RpmHowToEndUsers
- Timestamp:
- Aug 23, 2011, 7:12:40 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToEndUsers
v6 v7 1 1 = RPM How-To for end users = 2 2 [[PageOutline]] 3 Basic informations for end users about installing, upgrading and removing packages with RPM and YUM. 4 5 RPM Website: http://www.rpm.org/ 6 7 YUM commands MAN page: http://linuxcommand.org/man_pages/yum8.html 3 This section contains basic informations for end users about installing, upgrading and removing packages with YUM and RPM. 8 4 9 5 == Handy YUM and RPM commands … … 19 15 ||'''yum list''' *zip* ||List all packages containing "zip" in names (both installed and available) 20 16 ||'''yum clean packages''' ||Delete all downloaded files containing installed packages (packages themselves are not uninstalled) 17 18 You may find more detailed information about YUM and RPM using the following links: 19 * YUM command manual page: http://linuxcommand.org/man_pages/yum8.html 20 * RPM website: http://www.rpm.org/ 21 21 22 22 == Platform selection for binaries ==