What is an rpm Package for linux? rpm is an Internet download package packaging and installation tool, which is included in some distribution versions of linux. It generates a file with the. rpm extension. The package www.2cto. comrpm is somewhat similar to the. setup file in windows. Rpm Package name format: such... what is an rpm Package for linux? rpm is an Internet download package packaging and installation tool, which is included in some distribution versions of linux. It generates a file with the. rpm extension. The www.2cto.com rpm Package is somewhat similar to the. setup file in windows. Rpm Package name format: for example, apache-1.3.23-11.i386.rpm "apache" represents the software name "1.3.23-11" represents the software version number, the main version and the version "i386" represent the software running hardware platform "rpm" represents the file extension, representing the rpm package rpm common commands: 1, rpm-qa: query all installed rpm software packages Java code rpm-qa | more rpm-qa | grep samba 2, rpm-q software package name: check whether a rpm software package has the Java code rpm-q samba 3 and rpm-qi software package name: query the detailed information of an rpm software package. Java code rpm-qi samba 4 and rpm-ql software package name: query the file Java code rpm-ql samba 5 and rpm-qf in an rpm software package. query the installation of the rpm software package Java code rpm-qf/etc/passwd rpm package to which the file belongs: rpm-I rpm Package full path name: install rpm package to the current system I = install rpm-ivh rpm Package full path name: install rpm package to the current system prompt information with progress bar parameter description: I = install v = verbose prompt h = hash progress bar rpm package uninstall: rpm-e rpm Package name example: java code rpm-e samba if other software packages depend on the software package you want to uninstall, an error message will be generated when uninstalling the software package. Reference Failed dependencies: samba is needed by (installed) if the redhat-config-samba-1.0.4-1 causes rpm to ignore this error and continues uninstallation (in this case, programs that depend on the package may not run ), clear the -- nodeps command line option Java code rpm-e -- nodeps samba
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service