Redhat 7.1 Enterprise Edition uses the Yum source of CentOS 7

Source: Internet
Author: User
Tags database issues gpg gstreamer


It is well known that the Red Hat Enterprise Server is not able to update the software if it is not registered. Due to the Redhat Yum online update is charged, if not registered words are not available, that is, can not install the software online. In this case, want to use the Redhat system, but also want to use the Yum source to install the software online, there is no way. It's better to replace it with Cetos Yum 1. Delete related Yum packages


[root@localhost ~]# rpm -qa | grep yum
Yum-rhn-plugin-2.0.1-5.el7.noarch
Yum-3.4.3-132.el7.noarch
Yum-utils-1.1.31-34.el7.noarch
Yum-metadata-parser-1.1.4-10.el7.x86_64
Yum-langpacks-0.4.2-4.el7.noarch
PackageKit-yum-1.0.7-5.el7.x86_64

#Forcibly delete the package
[root@localhost ~]# rpm -e yum-rhn-plugin-2.0.1-5.el7.noarch --nodeps
[root@localhost ~]# rpm -e yum-3.4.3-132.el7.noarch --nodeps
[root@localhost ~]# rpm -e yum-utils-1.1.31-34.el7.noarch --nodeps
[root@localhost ~]# rpm -e yum-metadata-parser-1.1.4-10.el7.x86_64 --nodeps
[root@localhost ~]# rpm -e yum-langpacks-0.4.2-4.el7.noarch --nodeps
Warning: /etc/yum/pluginconf.d/langpacks.conf has been saved as /etc/yum/pluginconf.d/langpacks.conf.rpmsave
[root@localhost ~]# rpm -e PackageKit-yum-1.0.7-5.el7.x86_64 --nodeps
#Retested, no more
[root@localhost ~]# rpm -qa | grep yum

# can use the way of xargs, the shell command knows more, or can save energy
[root@localhost ~]# rpm -qa | grep yum |xargs rpm -e --nodeps
————————————————
Copyright statement: This article is the original article of CSDN blogger "x6_9x", following the CC 4.0 BY-SA copyright agreement, please reprint the original source link and this statement.
Original link: https://blog.csdn.net/x6_9x/article/details/50613045

2. Replace the deleted package with the CentOS related Yum package


can use NetEase update source, this place is more toss, on these several packs, toss one hours very normal, so the use of RPM installation package is very bitter force.


[root@localhost yum]# pwd
/opt/yum
# Download with wget
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-rhn-plugin-2.0.1-5.el7.noarch.rpm
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-3.4.3-132.el7.centos.0.1.noarch.rpm
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-utils-1.1.31-34.el7.noarch.rpm
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-langpacks-0.4.2-4.el7.noarch.rpm
Wget http://mirrors.163.com/centos/7/os/x86_64/Packages/PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm

#Execute the installation command

Rpm -ivh yum-rhn-plugin-2.0.1-5.el7.noarch.rpm
Rpm -ivh yum-3.4.3-132.el7.centos.0.1.noarch.rpm
Rpm -ivh yum-utils-1.1.31-34.el7.noarch.rpm
Rpm -ivh yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
Rpm -ivh yum-langpacks-0.4.2-4.el7.noarch.rpm
Rpm -ivh PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm

#已download全
[root@localhost yum]# ls
PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm yum-langpacks-0.4.2-4.el7.noarch.rpm yum-rhn-plugin-2.0.1-5.el7.noarch.rpm
Yum-3.4.3-132.el7.centos.0.1.noarch.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm yum-utils-1.1.31-34.el7.noarch.rpm

#Install in the following order
[root@localhost yum]# rpm -ivh yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
#提示yum-plugin-fastestmirror is required by yum-3.4.3-132.el7.centos.0.1.noarch, download, install

[root@localhost yum]# wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm
[root@localhost yum]# rpm -ivh yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm
Warning: yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm: header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Error: Dependency detection failed:
    Yum >= 3.0 is required by yum-plugin-fastestmirror-1.1.31-34.el7.noarch

#独立install or have dependencies, it’s okay to install together.

[root@localhost yum]# rpm -ivh yum-3.4.3-132.el7.centos.0.1.noarch.rpm yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm
Warning: yum-3.4.3-132.el7.centos.0.1.noarch.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]
Upgrading/installing...
   1:yum-plugin-fastestmirror-1.1.31-3############################################### [50%]
   2: yum-3.4.3-132.el7.centos.0.1 ######################################################### %]

#installThe few remaining

[root@localhost yum]# rpm -ivh yum-rhn-plugin-2.0.1-5.el7.noarch.rpm
Warning: yum-rhn-plugin-2.0.1-5.el7.noarch.rpm: header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]
Upgrading/installing...
   1:yum-rhn-plugin-2.0.1-5.el7 ############################################### %]
[root@localhost yum]# #rpm -ivh yum-3.4.3-132.el7.centos.0.1.noarch.rpm
[root@localhost yum]# rpm -ivh yum-utils-1.1.31-34.el7.noarch.rpm
Warning: yum-utils-1.1.31-34.el7.noarch.rpm: header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]
Upgrading/installing...
   1:yum-utils-1.1.31-34.el7 ##############################################
[root@localhost yum]# #rpm -ivh yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
[root@localhost yum]# rpm -ivh yum-langpacks-0.4.2-4.el7.noarch.rpm
Warning: yum-langpacks-0.4.2-4.el7.noarch.rpm: header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]
Upgrading/installing...
   1:yum-langpacks-0.4.2-4.el7 #################################################
[root@localhost yum]# rpm -ivh PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm
Warning: PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
Error: Dependency detection failed:
    PackageKit(x86-64) = 1.0.7-5.el7.centos is required by PackageKit-yum-1.0.7-5.el7.centos.x86_64

#This place has a package dependency problem, download and install the dependent package again.

[root@localhost yum]# wget http://mirrors.163.com/centos/7/os/x86_64/Packages/PackageKit-glib-1.0.7-5.el7.centos.x86_64.rpm
--2016-01-30 23:51:17-- http://mirrors.163.com/centos/7/os/x86_64/Packages/PackageKit-glib-1.0.7-5.el7.centos.x86_64. Rpm
Resolving host mirrors.163.com (mirrors.163.com)... 123.58.173.185, 123.58.173.186
Connecting mirrors.163.com (mirrors.163.com)|123.58.173.185|:80... Connected.
An HTTP request has been sent and is waiting for a response... 200 OK
Length: 127508 (125K) [application/x-redhat-package-manager]
Saving to: "PackageKit-glib-1.0.7-5.el7.centos.x86_64.rpm"

100%[======================================================== =========================================================== ===========>] 127,508 117KB/s Time 1.1s

2016-01-30 23:51:18 (117 KB/s) - Saved "PackageKit-glib-1.0.7-5.el7.centos.x86_64.rpm" [127508/127508])

[root@localhost yum]# rpm -ivh PackageKit-glib-1.0.7-5.el7.centos.x86_64.rpm
Warning: PackageKit-glib-1.0.7-5.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]

#Install the package that is being relied on, or fail.

[root@localhost yum]# rpm -ivh PackageKit-1.0.7-5.el7.centos.x86_64.rpm
Warning: PackageKit-1.0.7-5.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
Error: Dependency detection failed:
    PackageKit-backend is PackageKit-1.0.7-5.el7.ce
Ntos.x86_64 needs
    PackageKit-glib(x86-64) = 1.0.7-5.el7.centos is required by PackageKit-1.0.7-5.el7.centos.x86_64

# Regardless, first add the parameter --force pre-installation, then this place is a legacy problem, first remember to solve later


[root@localhost yum]# rpm -i --force --nodeps PackageKit-1.0.7-5.el7.centos.x86_64.rpm
Warning: PackageKit-1.0.7-5.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
[root@localhost yum]# rpm -ivh PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm
Warning: PackageKit-yum-1.0.7-5.el7.centos.x86_64.rpm: Header V3 RSA/SHA256 Signature, Key ID f4a80eb5: NOKEY
In preparation... ######################################## [100%]
    File /usr/lib64/packagekit-backend/libpk_backend_yum.so from install of PackageKit-yum-1.0.7-5.el7.centos.x86_64 conflicts with file from package PackageKit-1.0.7-5.el7.x86_64
————————————————
Copyright statement: This article is the original article of CSDN blogger "x6_9x", following the CC 4.0 BY-SA copyright agreement, please reprint the original source link and this statement.
Original link: https://blog.csdn.net/x6_9x/article/details/50613045

 


Finally toss on, is not very reassuring, popularize several knowledge of RPM: Excerpt from the summary of this Netizen


The most commonly used RPM friends know that RPM is easy to use, but its dependencies are the most troublesome. Sometimes for example a package needs B package, B package needs C package, C package needs a package, OK. This is the most common deadlock (like a database with wood.) )。 This time there are several ways to solve:
A, forced installation--violent type
Use Rpm-i–force–nodeps to force the installation. Ignore dependencies. This way you can first pack a bag, then Pack b bag, then install C bag. This is still a bit of a hidden danger, the feeling is not very practical (although in fact, there is no good to find). The prerequisite for successful installation is that you need to be aware of the dependencies and pack them all. The benefits are: Don't worry about their specific dependency sequence.
B, one-time full load-catch type
You can put a couple of dependencies in the same folder and then Rpm-ivn *.rpm This can also be a prerequisite is not less.
C, using Yum technology installation – using the server approach
Yum is a server resource technology. The way to download server resources online. Disadvantage: too cumbersome. To set a bunch of things. Advantages: Set up later, very convenient, most of the resources required can be found from the server. It feels like Maven2 has wood.
Reference: http://wenku.baidu.com/view/428c851352d380eb62946ded.html
D, using the solution provided by Redhat, install the dependency library (highly recommended)
Example: Install Rpmdb first, then use
# Rpm-ivh–aid samba*.rpm (you must install Rpmdb before you can install exclusion dependencies in this way)
This command automatically installs the packages that need to be installed in the dependencies, including:
cups-libs-1.1.17-13.3.6.rpm
samba-common-3.0.0-14.3e.i386.rpm
samba-3.0.0-14.3e.i386.rpm
samba-client-3.0.0-14.3e.i386.rpm
can be easily solved by directly installing samba-3.0.0-14.3e.i386.rpm or samba-client-3.0.0-14.3e.i386.rpm to samba-common-3.0.0-14.3e.i386.rpm dependencies , and installation sambacommon-3.0.0-14.3e.i386.rpm appears dependent on both Libcups.so.2 library files, and the RPM package where the library file resides cannot be determined quickly
These methods can quickly resolve dependencies3. Configuration change yum source, using NetEase's CentOS mirror source

[root@localhost yum]# vim /etc/yum.repos.d/CentOS-Base.repo #Content is as follows [base] Name=CentOS-$releasever - Base - 163.com #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os Baseurl=http://mirrors.163.com/centos/7/os/$basearch/ Gpgcheck=1 Gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7 #released updates [updates] Name=CentOS-$releasever - Updates - 163.com #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates Baseurl=http://mirrors.163.com/centos/7/updates/$basearch/ Gpgcheck=1 Gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7 #additional packages that may be useful [extras] Name=CentOS-$releasever - Extras - 163.com #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras Baseurl=http://mirrors.163.com/centos/7/extras/$basearch/ Gpgcheck=1 Gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7 #additional packages that extendfunctionality of existing packages [centosplus] Name=CentOS-$releasever - Plus - 163.com Baseurl=http://mirrors.163.com/centos/7/centosplus/$basearch/ Gpgcheck=1 Enabled=0 Gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7 ———————————————— Copyright statement: This article is the original article of CSDN blogger "x6_9x", following the CC 4.0 BY-SA copyright agreement, please reprint the original source link and this statement. Original link: https://blog.csdn.net/x6_9x/article/details/50613045


4. Check and fix
#have a test

[root@localhost yum]# yum install vim
Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
Package 2: vim-enhanced-7.4.160-1.el7.x86_64 Installed and the latest version
No need for any treatment
[root@localhost yum]# yum update
Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
Resolving dependencies
--> Checking the transaction
---> Package PackageKit-command-not-found.x86_64.0.1.0.7-5.el7 will be upgraded
---> Package PackageKit-command-not-found.x86_64.0.1.0.7-5.el7.centos will be updated
---> Package PackageKit-glib.x86_64.0.1.0.7-5.el7 will be upgraded
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7, which is required by the package PackageKit-1.0.7-5.el7.x86_64
---> Package PackageKit-glib.x86_64.0.1.0.7-5.el7.centos will be updated
...omit N multiwords here
---> The package subscription-manager-gui.x86_64.0.1.15.9-15.el7 will be upgraded
--> Processing dependencies subscription-manager-gui = 1.15.9-15.el7, which is required by the package subscription-manager-initial-setup-addon-1.15.9-15.el7.x86_64
---> The package subscription-manager-gui.x86_64.0.1.15.9-15.el7.centos.0.1 will be updated
---> The package system-config-date.noarch.0.1.10.6-2.el7 will be upgraded
---> The package system-config-date.noarch.0.1.10.6-2.el7.centos will be updated
---> The package tuned.noarch.0.2.5.1-4.el7 will be upgraded
---> The package tuned.noarch.0.2.5.1-4.el7_2.1 will be updated
--> Checking the transaction
---> Package PackageKit-glib.x86_64.0.1.0.7-5.el7 will be upgraded
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7, which is required by the package PackageKit-1.0.7-5.el7.x86_64
---> Package abrt-retrace-client.x86_64.0.2.1.11-36.el7.centos will be installed
---> The package libreport-centos.x86_64.0.2.1.11-32.el7.centos will be installed
---> The package libreport-plugin-mantisbt.x86_64.0.2.1.11-32.el7.centos will be installed
---> The package subscription-manager-gui.x86_64.0.1.15.9-15.el7 will be upgraded
--> Processing dependencies subscription-manager-gui = 1.15.9-15.el7, which is required by the package subscription-manager-initial-setup-addon-1.15.9-15.el7.x86_64
--> Solve the completion of dependencies
Error: Package: PackageKit-1.0.7-5.el7.x86_64 (@anaconda/7.2)
          Need: PackageKit-glib(x86-64) = 1.0.7-5.el7
          Deleting: PackageKit-glib-1.0.7-5.el7.x86_64 (@anaconda/7.2)
              PackageKit-glib(x86-64) = 1.0.7-5.el7
          Updated by: PackageKit-glib-1.0.7-5.el7.centos.x86_64 (base)
              PackageKit-glib(x86-64) = 1.0.7-5.el7.centos
Error: Package: subscription-manager-initial-setup-addon-1.15.9-15.el7.x86_64 (@anaconda/7.2)
          Need: subscription-manager-gui = 1.15.9-15.el7
          Deleting: subscription-manager-gui-1.15.9-15.el7.x86_64 (@anaconda/7.2)
              Subscription-manager-gui = 1.15.9-15.el7
          Updated by: subscription-manager-gui-1.15.9-15.el7.centos.0.1.x86_64 (base)
              Subscription-manager-gui = 1.15.9-15.el7.centos.0.1
 You can try to add the --skip-broken option to fix the problem
** Found 4 existing RPM database issues, 'yum check' output is as follows:
PackageKit-1.0.7-5.el7.x86_64 has missing requirements PackageKit-backend
PackageKit-1.0.7-5.el7.centos.x86_64 is a copy of PackageKit-1.0.7-5.el7.x86_64
PackageKit-1.0.7-5.el7.centos.x86_64 has missing requirements PackageKit-backend
PackageKit-1.0.7-5.el7.centos.x86_64 There is a missing requirement PackageKit-glib(x86-64) = ('0', '1.0.7', '5.el7.centos')

#solve the problem left in step 2, remove the problematic package and reinstall it to automatically resolve the dependency problem. This can be tried directly in step 2.

[root@localhost yum]# rpm -e PackageKit-1.0.7-5.el7.centos.x86_64 --nodeps
[root@localhost yum]# yum install PackageKit-1.0.7-5.el7.centos.x86_64.rpm
Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Checking PackageKit-1.0.7-5.el7.centos.x86_64.rpm: PackageKit-1.0.7-5.el7.centos.x86_64
PackageKit-1.0.7-5.el7.centos.x86_64.rpm will be updated as PackageKit-1.0.7-5.el7.x86_64
Resolving dependencies
--> Checking the transaction
---> Package PackageKit.x86_64.0.1.0.7-5.el7 will be upgraded
---> Package PackageKit.x86_64.0.1.0.7-5.el7.centos will be updated
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7.centos, which is required by the package PackageKit-1.0.7-5.el7.centos.x86_64
Loading mirror speeds from cached hostfile
--> Processing dependencies PackageKit-backend, which is required by the package PackageKit-1.0.7-5.el7.centos.x86_64
--> Checking the transaction
---> Package PackageKit-glib.x86_64.0.1.0.7-5.el7 will be upgraded
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7, which is required by package PackageKit-command-not-found-1.0.7-5.el7.x86_64
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7, which is required by the package PackageKit-gtk3-module-1.0.7-5.el7.x86_64
--> Processing dependencies PackageKit-glib(x86-64) = 1.0.7-5.el7, which is required by the package PackageKit-gstreamer-plugin-1.0.7-5.el7.x86_64
---> Package PackageKit-glib.x86_64.0.1.0.7-5.el7.centos will be updated
---> Package PackageKit-yum.x86_64.0.1.0.7-5.el7.centos will be installed
--> Checking the transaction
---> Package PackageKit-command-not-found.x86_64.0.1.0.7-5.el7 will be upgraded
---> Package PackageKit-command-not-found.x86_64.0.1.0.7-5.el7.centos will be updated
---> Package PackageKit-gstreamer-plugin.x86_64.0.1.0.7-5.el7 will be upgraded
---> Package PackageKit-gstreamer-plugin.x86_64.0.1.0.7-5.el7.centos will be updated
---> Package PackageKit-gtk3-module.x86_64.0.1.0.7-5.el7 will be upgraded
---> Package PackageKit-gtk3-module.x86_64.0.1.0.7-5.el7.centos will be updated
--> Solve the completion of dependencies

Dependency resolution

==================
=========================================================== =========================================================== =================================
 Package architecture version source size
=========================================================== =========================================================== ===========================================================
Updating:
 PackageKit x86_64 1.0.7-5.el7.centos /PackageKit-1.0.7-5.el7.centos.x86_64 2.6 M
Install for dependencies:
 PackageKit-yum x86_64 1.0.7-5.el7.centos base 76 k
Update for dependencies:
 PackageKit-command-not-found x86_64 1.0.7-5.el7.centos base 21 k
 PackageKit-glib x86_64 1.0.7-5.el7.centos base 125 k
 PackageKit-gstreamer-plugin x86_64 1.0.7-5.el7.centos base 13 k
 PackageKit-gtk3-module x86_64 1.0.7-5.el7.centos base 13 k

Transaction summary
=========================================================== =========================================================== ===========================================================
Installation ( 1 dependent package)
Upgrade 1 package (+4 dependent packages)

Total: 2.8 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: The RPM database has been modified by a non-yum program.
  Updating : PackageKit-glib-1.0.7-5.el7.centos.x86_64 1/11
  Installing : PackageKit-yum-1.0.7-5.el7.centos.x86_64 2/11
  Updating : PackageKit-1.0.7-5.el7.centos.x86_64 3/11
  Updating : PackageKit-command-not-found-1.0.7-5.el7.centos.x86_64 4/11
  Updating : PackageKit-gtk3-module-1.0.7-5.el7.centos.x86_64 5/11
  Updating : PackageKit-gstreamer-plugin-1.0.7-5.el7.centos.x86_64 6/11
  Clean up : PackageKit-gstreamer-plugin-1.0.7-5.el7.x86_64 7/11
  Clean up : PackageKit-gtk3-module-1.0.7-5.el7.x86_64 8/11
  Clean up : PackageKit-command-not-found-1.0.7-5.el7.x86_64 9/11
  Clean up : PackageKit-1.0.7-5.el7.x86_64 10/11
  Clean up : PackageKit-glib-1.0.7-5.el7.x86_64 11/11
  In verification: PackageKit-glib-1.0.7-5.el7.centos.x86_64 1/11
  In verification: PackageKit-yum-1.0.7-5.el7.centos.x86_64 2/11
  Verifying : PackageKit-1.0.7-5.el7.centos.x86_64 3/11
  In verification: PackageKit-command-not-found-1.0.7-5.el7.centos.x86_64 4/11
  In verification: PackageKit-gtk3-module-1.0.7-5.el7.centos.x86_64 5/11
  In verification: PackageKit-gstreamer-plugin-1.0.7-5.el7.centos.x86_64 6/11
  In verification: PackageKit-gstreamer-plugin-1.0.7-5.el7.x86_64 7/11
  In verification: PackageKit-glib-1.0.7-5.el7.x86_64 8/11
  In verification: PackageKit-command-not-found-1.0.7-5.el7.x86_64 9/11
  In verification: PackageKit-gtk3-module-1.0.7-5.el7.x86_64 10/11
  In verification: PackageKit-1.0.7-5.el7.x86_64 11/11

Installed as a dependency:
  Packag
eKit-yum.x86_64 0:1.0.7-5.el7.centos

update completed:
   PackageKit.x86_64 0:1.0.7-5.el7.centos

Upgraded as a dependency:
   PackageKit-command-not-found.x86_64 0:1.0.7-5.el7.centos PackageKit-glib.x86_64 0:1.0.7-5.el7.centos
   PackageKit-gstreamer-plugin.x86_64 0:1.0.7-5.el7.centos PackageKit-gtk3-module.x86_64 0:1.0.7-5.el7.centos

Finished!


#use yum update check, there is no error
————————————————
Copyright statement: This article is the original article of CSDN blogger "x6_9x", following the CC 4.0 BY-SA copyright agreement, please reprint the original source link and this statement.
Original link: https://blog.csdn.net/x6_9x/article/details/50613045

Related Article

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.