1. 原檔案備份
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
2. 編輯源列表檔案sudo gedit /etc/apt/sources.list
3. 替換映象源deb trusty main restricted universe multiverse
deb-src trusty main restricted universe multiverse
deb trusty-security main restricted universe multiverse
deb-src trusty-security main restricted universe multiverse
deb trusty-updates main restricted universe multiverse
deb-src trusty-updates main restricted universe multiverse
deb trusty-backports main restricted universe multiverse
deb-src trusty-backports main restricted universe multivers
deb trusty-proposed main restricted universe multiverse
deb-src trusty-proposed main restricted universe multiverse
其中: trusty是版本代號, 不同版本此處不同
4. 更新
sudo apt-get update
5. 若出現如下異常e: 無法獲得鎖 /var/lib/apt/lists/lock - open (11: 資源暫時不可用)
e: 無法對目錄 /var/lib/apt/lists/ 加鎖
sudo rm /var/lib/apt/lists/lock
ubuntu apt get本地源配置
pc a ubuntu不能聯網,pc b ubuntu環境齊全,此時可以利用pc b做apt源供pc a通過本地apt get install安裝軟體 pc b sudo vi etc exports 新增如下內容 var cache apt archives rw,sync,crossmnt,no...
Ubuntu apt get解除安裝小記
ubuntu apt get解除安裝小記 通過sudo apt get install x 安裝軟體後,總是無法解除安裝乾淨,這裡以apache 為例,提供方法 首先sudo apt get remove apache2 再sudo apt get autoremove 最近在ubuntu下寫pyt...
ubuntu apt get命令詳解
debian是最早的linux發行版之一。它能引起公眾注意就因為它讓安裝與解除安裝軟體非常簡單。在其他發行版還陷在依賴性的泥潭裡時,debian使用者因為有更好的包管理系統而免受這些困擾。所有基於debian的發行都使用這個包管理系統。deb包可以把乙個應用的檔案包在一起,大體就如同windows上...