Ubuntu 17.04.1 上手安装点小软件

来源:互联网 发布:淘宝设置默认付款方式 编辑:程序博客网 时间:2024/05/22 00:20

System Monitor

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitorsudo apt-get updatesudo apt-get install indicator-sysmonitor

转自:https://github.com/fossfreedom/indicator-sysmonitor

SS

sudo add-apt-repository ppa:hzwhuang/ss-qt5sudo apt-get updatesudo apt-get install shadowsocks-qt5

转自:https://code.launchpad.net/~hzwhuang/+archive/ubuntu/ss-qt5

Chrome x64

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo dpkg -i google-chrome-stable_current_amd64.deb 

如果安装过程中遇到“依赖关系问题 - 仍未被配置”,可运行

sudo apt-get install -f

而后使用刚才的dpkg命令重新安装
转自:http://www.linuxidc.com/Linux/2014-04/100645.htm
https://www.cnblogs.com/darkknightzh/p/5638149.html

VMware Tools

将VMwareTools-10.1.6-5214329.tar.gz复制到其他目录,然后解压缩,使用Terminal运行

./vmware-install.pl

What is the location of the “ifconfig” program on your
machine?

输入yes回车即可

Language Support 中文语言包/修改为中文

ubuntu software database is brokenIt is impossible to install or remove any software. Please use the package manager "Synaptic" or run "sudo apt-get install -f" in a terminal to fix this issue at first.

卸载ThunderBird即可解决该问题。

pip3 找不到命令

安装了python3状态下执行:

sudo apt-get install python3-pip