ubuntu(個人記錄)
清華源sudo sh ./***.sh執行安裝
1.echo 'export path="/home/ys/anaconda3/bin:$path"' >> ~/.bashrc
2.source ~/.bashrc
conda config --add channels
conda config --add channels
conda config --add channels
conda config --set show_channel_urls yes
conda config --add channels
conda config --add channels
conda config --add channels
conda config --add channels
conda config --add channels
conda config --add channels
conda config --set show_channel_urls yes
conda config --set show_channel_urls yes
下面rx是使用者名稱
sudo chown -r rx:rx /home/rx/anaconda3
1. sudo wget -p /etc/apt/sources.list.d/
2. wget -q -o - | sudo apt-key add -
3. sudo apt update
4. sudo apt install google-chrome-stable
解壓縮執行bin 目錄下的pycharm.s**件
安裝過程需要啟用
點這裡檢視怎麼啟用
命令列啟動
sudo ln -s /home/rx/pycharm-2019.1.1/bin/pycharm.sh /usr/local/bin/pycharm
sudo apt install stardict
有點慢。。。。
sudo tar jxf downloads/stardict-×.tar.bz2 -c /usr/share/stardict/dic
Ubuntu軟體安裝
由於國內某些軟體訪問受限,安裝前可更改一下軟體源 軟體原始檔位置 etc apt source.list檔案 在網上搜尋ubuntu source list 如下是163源 deb jaunty main restricted universe multiverse deb jaunty secur...
ubuntu 軟體安裝
dpkg i package.deb 安裝 更新乙個 deb 包 dpkg r package name 從系統刪除乙個 deb 包 dpkg l 顯示系統中所有已經安裝的 deb 包 dpkg l grep httpd 顯示所有名稱中包含 httpd 字樣的deb包 dpkg s package ...
ubuntu軟體安裝
在ubuntu安裝軟體時常用命令apt get install 命令來安裝。從字面上理解install即是安裝的意思,get即獲取的意思,apt此處理解為工具名稱,全稱 advanced packaging tool apt 字義是先進的包裝工具,但在linux系統中應該理解為軟體包管理工具 個人理...