解決yum install redhat-lsb遇到的問題
解決yum install redhat-lsb遇到的問題
一、 背景:centos 7.2.1511 系統中沒有lsb_release命令。
二、解決方法:在終端中輸入:yum install -y redhat-lsb
三、遇到的問題如下:
Loaded plugins: fastestmirror, langpacks
Existing lock /var/run/yum.pid: another copy is running as pid 3414.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 46 M RSS (449 MB VSZ)
Started: Sun Oct 16 22:20:56 2016 - 01:10 ago
State : Sleeping, pid: 3414
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 46 M RSS (449 MB VSZ)
Started: Sun Oct 16 22:20:56 2016 - 01:12 ago
State : Sleeping, pid: 3414
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 46 M RSS (449 MB VSZ)
Started: Sun Oct 16 22:20:56 2016 - 01:14 ago
State : Sleeping, pid: 3414
四、 解決問題的步驟:1)在終端輸入:kill -9 3414
2)在終端輸入:rm -fr /var/run/yum.pid
3)在終端輸入:yum install -y redhat-lsb
五、驗證安裝lsb_release
1)在終端輸入:lsb_release -a
出現如下資訊算成功了.
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.2.1511 (Core)
Release: 7.2.1511
Codename: Core
相關文章
- 遇到問題的解決方法
- 解決pod install update很慢的問題
- 解決Centos無法yum源的問題CentOS
- windows下pip install xx 遇到的 ConnectionResetError問題WindowsError
- 如何徹底解決pip install慢的問題
- 玩Deno遇到問題的解決方案
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- nodejs 近期所遇到的問題及解決NodeJS
- 近期工作遇到的問題及解決方式收藏
- 解決macbook安裝burp suite遇到的問題MacUI
- GO Modules的理解和遇到的問題解決方法Go
- yum install 與 yum groupinstall 的區別
- 使用composer install 安裝別人的專案遇到的問題
- npm install realm --save失敗的問題與解決辦法NPM
- 安裝 python3 後,yum 失效問題解決Python
- Fabric 環境搭建遇到問題及解決
- 部署專案遇到的mysql問題以及解決方法MySql
- div拖動遇到iframe卡頓的問題解決
- 使用nodeAPI時遇到非同步問題的解決方法API非同步
- CentOS7系統安裝後使用yum install 出現的問題CentOS
- centos yum install nginxCentOSNginx
- Selenium爬蟲遇到超時TimeOut問題的解決方法爬蟲
- 原始碼安裝apache(附遇到的問題及解決)原始碼Apache
- mysql登入遇到ERROR 1045問題解決方法MySqlError
- @UpdateProvider註解中遇到的問題IDE
- CentOS 7下yum安裝Apache及不解析php問題的解決CentOSApachePHP
- 你遇到過的相容性問題以及解決辦法
- MAC 安裝 VMAF 遇到的問題及解決方法記錄Mac
- 怎樣解決更新MacOS big sur時遇到的那些問題!Mac
- Hanlp配置自定義詞典遇到的問題與解決方法HanLP
- VS2019配置Opencv遇到的部分問題及解決方案OpenCV
- 執行yum install 的時候提示【沒有可用的軟體包】的解決方案
- yum install mysql5.7MySql
- npm install報錯、失敗,出現network proxy問題解決方案NPM
- 問題解決--npm install 安裝依賴一直失敗NPM
- CentOS7 yum 安裝 提示 網路問題解決辦法CentOS
- win10提示您已遇到關鍵問題的解決方法Win10
- Chrome安裝sci-hub外掛遇到的問題解決方法Chrome
- WSL中配置EDA環境:遇到的問題以及解決辦法