ubuntu中的sudo apt-get命令
sudo apt-get命令是ubuntu中最常用的shell命令之一,通常使用這個命令給ubuntu系統安裝軟體和服務,跟centos中yum的地位是一樣的。
常用的命令使用總結如下:
其中sudo apt-get install packege和sudo apt-get update最為常用,前者用來安裝軟體,後者用來更新軟體源apt-cache search package 搜尋軟體包
apt-cache show package 獲取包的相關資訊,如說明、大小、版本等
sudo apt-get install package 安裝包
sudo apt-get install package --reinstall 重新安裝包
sudo apt-get -f install 修復安裝
sudo apt-get remove package 刪除包
sudo apt-get remove package --purge 刪除包,包括配置檔案等
sudo apt-get update 更新源
sudo apt-get upgrade 更新已安裝的包
sudo apt-get dist-upgrade 升級系統
apt-cache depends package 瞭解使用該包依賴那些包
apt-cache rdepends package 檢視該包被哪些包依賴
sudo apt-get build-dep package 安裝相關的編譯環境
相關推薦
ubuntu中的sudo apt-get命令
sudo apt-get命令是ubuntu中最常用的shell命令之一,通常使用這個命令給ubuntu系統安裝軟體和服務,跟centos中yum的地位是一樣的。 常用的命令使用總結如下: apt
ubuntu 使用sudo apt-get update命令的時候會報http://archive.ubuntukylin.com:10006/ubuntukylin/dists/xenial/InRelease 無法連線
參考: https://blog.csdn.net/xiaoyan94/article/details/52404539 於是找到一個包含 http://archive.ubuntukylin.com:10006/ubuntukylin/dists/…的
ubuntu使用sudo apt-get install -f 命令後的修復方法
RT。我的系統是ubuntu 12.04LTS 在安裝某個軟體時,我將自動偵測軟體包依賴並安裝的命令sudo apt-get -f install輸入成了sudo apt-get install -f. 結果ubuntu系統中許多的函式庫,軟體都被刪除。甚至連我的gnome
ubuntu 使用sudo apt-get update 出現 被配置多次導致無法升級錯誤解決方法
code 開發機 goup 使用 lin logs 配置 周末 ubun 這個周六周末在考慮升級自己GPU開發機,在琢磨使用docker來按轉tensorflow環境,在升級軟件的時候爆出了如下錯誤 在 /etc/apt/sources.list.d/sogoupin
ubuntu下的apt-get命令使用
軟件 安裝 配置 指定 gen get 備份 ubuntu下 earch 搜索指定的安裝包apt search packagenameapt-cache search packagenameapt list packagenamedpkg -l packagename
Ubuntu用sudo apt-get update出錯:E: Problem executing scripts APT::Update::Post-Invoke-Success
remove refresh bin ESS b- track tar blank date Ubuntu用sudo apt-get update出錯: E: Problem executing scripts APT::Update::Post-
ubuntu 系統 sudo apt-get update遇到問題sub-process returned an error code
解決辦法 alt apt ubuntu 遇到 pro return 技術 重新 解決辦法:輸入以下命令: 1. 2. 3. 4.重新輸入 ubuntu 系統 sudo apt-get update遇到問題sub-process returned an error
如何解決低版本Ubuntu當sudo apt-get update是出現404和無法下載的問題
這是在更新源是出現的錯誤,當時換了好多源也沒有解決這個問題,後來發現是因為: Ubuntu 更新換代很快. 你的ubuntu一旦不是最新版本後,其倉庫 (repository)就會被移到另外的伺服器上面。所以不再是 http://archive.ubuntu.com/ubu
centos中執行apt-get命令提示apt-get command not found
轉載地址:https://blog.csdn.net/lydong_/article/details/79812694 在centos下用yum install xxx yum和apt-get的區別: 一般來說著名的linux系統基本上分兩大類: 1.RedHat系列:Redhat、Ce
在Ubuntu中使用apt-get的時候,始終顯示“E:無法定位軟體包”
可能的一個原因是因為安裝過後沒有更新軟體源,試試用 sudo apt-get update 命令更新一下軟體源。 解決方式1 編輯/etc/apt/sources.list檔案,新增以下源: deb http://archive.ubuntu.com/ubuntu/ t
在Ubuntu中使用apt-get的時候,始終顯示 E 無法定位軟體包
可能的一個原因是因為安裝過後沒有更新軟體源,試試用 sudo apt-get update 命令更新一下
如何在ubuntu下使用apt-get命令安裝QTDesigner
之前網上查了,很多安裝QT的方法都是通過下載原始碼編譯,其實直接用apt命令安裝可能更為方便。 sudo apt-get install qt5-default qttools5-dev-tools 執行完畢後,就安裝好了。 再次執行designer命令,就可以啟動qtde
在虛擬機器上安裝了Ubuntu然後sudo apt-get update 無法解析域名
錯誤 http://security.ubuntu.com trusty-security InRelease錯誤 http://security.ubuntu.com trusty-security
Ubuntu執行sudo apt-get install安裝過程出現錯誤
Ubuntu執行sudo apt-get install安裝過程出現以下錯誤: ~$ sudo apt-get install apache2 [sudo] password for xxt: Reading package lists... Done Buil
ubuntu下 sudo apt-get install jdk 8
本PPA由webupd8製作,支援Ubuntu 12.10, 12.04, 11.10, 11.04, 10.10 和 10.04以及對應的Linux Mint版本,Oracle Java 8包提供JDK8 和 JRE8。 sudo add-apt-repositor
【linux開發】ubuntu執行sudo apt-get update提示缺少公鑰
W: GPG 錯誤:http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease: 由於沒有公鑰,無法驗證下列簽名: NO_PUBKEY 8D5A09DC9B929006
在Ubuntu中使用apt-get安裝nginx
sudo apt-get install nginx Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages wil
在ubuntu中我們使用sudo apt-get install 或者dpkg -i *.deb安裝軟件時,常常提示“有未能滿足的依賴關系“,解決方法
yun 依賴庫 all OS install rop bak pkg mir 很早之前在ubuntu安裝軟件時遇到的問題,今天打開ubuntu看到了,總結如下: 在ubuntu中我們使用sudo apt-get install 或者dpkg -i *.deb安裝軟件常常提示
Ubuntu sudo apt-get 安裝下載更新軟體包命令詳解
sudo apt-get install package 安裝軟體包sudo apt-get install package - - reinstall 重新安裝軟體包sudo apt-get -f install
當Ubuntu 使用命令列“sudo apt-get update”時出現問題的解決方式
在使用“sudo apt-get update”更新時,會顯示: W: 無法下載 bzip2:/var/lib/apt/lists/partial/mirrors.ustc.edu.cn_ubuntu_dists_quantal-updates_main_binary-