備份原來的原始檔
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
編輯源列表
sudo vim /etc/apt/sources.list
deb bionic main restricted universe multiverse
deb bionic-security main restricted universe multiverse
deb bionic-updates main restricted universe multiverse
deb bionic-proposed main restricted universe multiverse
deb bionic-backports main restricted universe multiverse
deb-src bionic main restricted universe multiverse
deb-src bionic-security main restricted universe multiverse
deb-src bionic-updates main restricted universe multiverse
deb-src bionic-proposed main restricted universe multiverse
deb-src
sudo apt-get update
#sudo apt-get upgrade # 可選/根據更新的索引公升級已安裝的所有軟體包
在主目錄下建立.pip資料夾,然後在該目錄下建立pip.conf檔案
mkdir ~/.pip
vim ~/.pip/pip.conf
pip.conf檔案編寫如下內容(更換為清華大學映象源):
[global]
index-url =
[install]
trusted-host=mirrors.aliyun.com
sudo pip install keras ubuntu18 04安裝與更新NVIDIA驅動
從輸出結果可以看到,目前系統已連線nvidia gefrand gtx 1060顯示卡,建議安裝驅動程式是 nvidia 435版本的驅動。如果您同意該建議,請再次使用ubuntu驅動程式命令來安裝所有推薦的驅動程式。3.開始自動安裝 sudo ubuntu drivers autoinstall1...
Ubuntu18 04更新python版本
ubuntu 會自帶 python 2.x or 3.x。在 ubuntu 終端執行以下兩條命令即可更新 python 版本 sudo apt get update sudo apt get install python3.x第一條命令用來指定更新 etc apt sources.list 和 et...
Ubuntu18 04 系統安裝
swap 4096 55g 需要放各種軟體 sudo apt get update sudo apt get install openssh server 無法獲得鎖 var lib dpkg lock open 11 資源暫時不可用 e 無法鎖定管理目錄 var lib dpkg 是否有其他程序正...