In Linux, when is the package name used, when is the full package name used, and how to install, upgrade, and uninstall the RPM package? The package name rpm1. Use the full package name during installation and upgrade, and query the package name during uninstallation.
2. Install the RPM package
The above -- nodeps can only be used in experiments! If this is written, the
The following basic modes must be selected: Query, Verify, Signature Check, Install/upgrade/freshen, Uninstall, Initialize database, Rebuild database, R Esign, Add Signature, Set owners/groups, show Querytags, and show Configuration.RPM General Options: can be used in all different modes.-vvCommon format for RPM query options:RPM {-q|--query} [select-options] [query-options]There are two subset options for a query: Package selection and package query
Record how to install mysql-Invalid GPG Key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql, mysql-invalidgpg
Record problems encountered;
Install On aliyunMySQLDue to the last error in uninstalling mysql, the check file has a problem;
There are several Processing Methods
1. Download the verification file from the mysql website.
2. Skip verification and record the second type.
Edit File/etc/yum.repos.d/mysql-c
How to customize service scripts and how to create standard rpm service scripts and script rpm
Custom Service script:
#!/bin/bash#myscript#chkconfig: 2345 90 20#description: Starts, stops and saves iptables firewallcase $1 in start) echo "start my script!!" sleep 1 ;; restart) echo "restart my script!!" sleep 1 ;; stop) echo "stop my script!!" sl
Definition: RPM Package Manager.
Although marked by RedHat, its original design concept is open, including OpenLinux and S. u. s. e. as well as distribution versions of Linux such as Turbo Linux have been adopted, it can be regarded as an industry standard.
Common RPM parameters include:
-Vl: displays the installation progress;
-U: Upgrade the software package;
-Qpl: lists the file information in the
Label:FromRequirements for installing Oracle 11gR2 RDBMS in RHEL (and OEL) 5 on AMD64/EM64T (document ID 880989.1)Note:starting with Oracle Database 11g Release 2 (11.2.0.2), all the 32-bit packages, except-gcc-32bit-4.3, listed in The following sections is no longer required for installing a database on Linux x86-64. Only the 64-bit packages is required. However, for any Oracle Database 11g release before 11.2.0.2, both the 32-bit and 64-bit packages listed in the following Sections is required
Summarized:Rpm/yum RedhatDpkg/apt DebianAlien ConversionIn the Gnu/linux (Linux) operating system, RPM and DPKG are the two most common types of package management tools that are applied to Linux distributions based on the RPM package and the DEB package. The role of the package management tool is to provide a way to install, upgrade, uninstall the required software in the operating system, and to provide q
Rpm-qplxxxxxx.rpm1. installation of the rpm package rmp package can be done using the program rpm. Run the following command rpm-iyour-package.rpm where the your-package.rpm is the file name of the rpm package you want to install, typically placed under the current directory
Knowledge about rpm packages and files in linux rpm-qpl xxxxxx. rpm 1. How to install the rmp package of the rpm package can be completed using the program rpm. Run the following command rpm-I your-package.rpm where the your-packa
Generally famous Linux systems are basically divided into two main categories: 1. Redhat series: Redhat, Centos, Fedora and other 2.Debian series: Debian, Ubuntu, etc.RedHat Series1 common installation package format RPM package, the command to install RPM package is "rpm-parameters" 2 package management tool Yum 3 support tar PackageDebian series1 Common install
RPM is a "Add/Remove Program" in Windows like Redhat Package Manager (Redhat Packages management tool) RPM Execution Installation packageBinary packages (binary) and source code packages (sources) are two types. Binary packages can be installed directly on the computer, and the source code package will be automatically compiled and installed by RPM. Source code p
Rpm(RedHat Package Manager)
The RPM Installation Package Manager, developed as RedHat, is used to install and manage downloaded packages on the Internet or CD. It is very useful. In centos, it usually generates files ending with. rpm.
These packages generally consist of the following four parts:
Part1, some programs in binary format (this refers to the compilatio
I. Introduction and composition of RPM:
1) RPM package introduction:
Rpm is divided into three types: source code package, Binary Package, and delta package. The source code package will be automatically compiled and installed by rpm.
2.) Package Manager in Linux:
Dpkg: Package Manager of the Debian release version.
RPM package installation, query, uninstall, upgrade, verify database reconstruction, etc. 1. Installation
Rpm-I/path/to/package_file
-H: displays the progress with #; each # indicates 2%;
-V: displays detailed procedures.
-VV: More detailed process
Rpm-IVH/path/to/package_file -- nodeps: Ignore dependency;
-- Replacepkgs: reinstall and replace the original instal
two major mainstream of Linux: RPM and DPKG
distribution delegate
software management mechanism
online upgrade mechanism (Directive)
red hat/fedora
rpm
rpm, Rpmbuild
yum (y UM)
Rpm-qpl xxxxxx. rpm1. How to install the RPM Software PackageThe RMP package can be installed using the program rpm. Run the following command:Rpm-I your-package.rpmThe your-package.rpm is the file name of the RPM package you want to install, usually under the current directory.The following warning or prompt may appea
RPM, a package management tool in Linux
Lab environment:
One CentOS release 6.6 (Final)
IP Address: 172.16.249.230
RPM is the abbreviation of Red Hat Package Manager. It is intended to manage Red Hat software packages. As the name suggests, it is the software Package management contributed by Red Hat; mainstream Release versions such as CentOS, RedHat, Fedora, SUSE, and YellowDog, as well as the release ver
Football and oracle series (5): The directX library missing in the voda14 game is similar to the oracle rpm package, fifa 14rpm
**************************************** ******************************** **************
Original Works are from the blog of "Deep Blue blog". You are welcome to repost them. Please indicate the source when you repost them. Otherwise, the copyright will be held legally responsible.
Please leave a message or email (hyldba@163.
of Windows installed friends!). )。 This software installation package is called the rpm package(Redhatlinuxpacketmanager, which is the Redhat Package Manager), and the suffix is. rpm.Of course, there are source code that can be packaged in RPM format, and executable packages that are compressed with gzip.But as long as you understand the following installation ideas, these two forms of installation package
Centos software installation methods: rpm and yum
Centos software installation can be divided into two types:
[Centos] RPM file installation, using the RPM Command similar to the [Ubuntu] Deb File Installation, using the dpkg Command [centos] Yum installation similar to the [Ubuntu] apt-Get Installation
Rpm command
(1)
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.