Ubuntu 16.04LTS 自用軟件以及出現的問題和解決方法

軟件
  1. Chrome
  2. Anaconda+Pycharm
  3. LibreOffice
  4. 有道詞典
  5. Shutter 截圖
  6. Unity Tweak Tool
  7. Transmission BitTorrent
  8. ThunderBird
  9. Shadowsocks-Qt5
問題及解決方法:
  1. CondaIOError: Missing write permissions 報錯
CondaIOError: Missing write permissions in: /home/yangxinsheng/anaconda3
#
# You don't appear to have the necessary permissions to install packages
# into the install area '/home/yangxinsheng/anaconda3'.
# However you can clone this environment into your home directory and
# then make changes to it.
# This may be done using the command:
#
# $ conda create -n my_root --clone="/home/yangxinsheng/anaconda3"

問題在於 anaconda所在文件夾只有root 纔有權限,而 sudo 對於conda沒用,解決方案是修改文件夾權限給當前用戶

sudo chown -R usr foldername
  • 1

比如我的用戶名是 adrianna, anaconda 的安裝目錄是/usr/local/anaconda3:

yangxinsheng@yangxinsheng-OMEN-by-HP-Laptop:~$ sudo chown -R yangxinsheng /home/yangxinsheng/anaconda3
2. shadowsock-qt5安裝
 sudo add-apt-repository ppa:hzwhuang/ss-qt5 
 sudo apt-get update
 sudo apt-get install shadowsocks-qt5






未完待續...
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章