我常用的三個源的**:
清華:阿里雲:
中國科技大學
ros的安裝步驟在官網上是:
ros的noetic安裝
第一步setup your sources.list換成下面這句話,我選擇的清華映象,也可以根據情況選擇
裡面合適地區的映象,即可安裝快速。
sudo sh -c '. /etc/lsb-release && echo "deb `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list'
1.可以臨時加入-i + **,例如
pip install opencv-python -i
2.全部修改:
修改或者建立 ~/.pip/pip.conf (沒有就建立乙個資料夾及檔案。資料夾要加「.」,表示是隱藏資料夾),內容改為:
[global]
index-url =
[install]
trusted-host=mirrors.aliyun.com
Ubuntu下安裝DEB包時出現錯誤的解救方法
e the package adobe flashplugin needs to be reinstalled,but i can t find an archive for it.這時候再用任何dpkg命令都不好使,另外雙擊deb包也不行,同樣出錯,使用新德利軟體包也是一樣的問題,就好像dpkg被...
Ubuntu下安裝DEB包時出現錯誤的解救方法
在ubuntu下安裝flashplayer的瀏覽器外掛程式,採用dpkg i的方法來安裝,可能是因為檔案依賴有問題,沒有安裝成功。出現如下錯誤 e the package adobe flashplugin needs to be reinstalled,but i can t find an ar...
Ubuntu下安裝snap包
我想在ubuntu上用mathpix snipping tool,官網上提示在ubuntu中用以下命令安裝.sudo snap install mathpix snipping tool但是一直卡在如下命令.download snap core 6673 from channel stable sn...