您的位置:首页 > 其它

Ubuntu 16 环境配置和软件安装

2017-03-29 01:15 393 查看

1.查看ubuntu系统位数

uname -a

我的是64位

2.安装搜狗拼音

参照安装搜狗拼音ubuntu16

安装重启完之后并没有出现搜狗输入法,解决方法:

在最上面的菜单栏找到小键盘或者小企鹅形状的图标(Fcitx config tool)



在Input Method中点击+号,刚开始找不到,需要取消勾选Only Show Current Language,找到Chineses就会有搜狗输入法啦,选中OK就可以添加了。

如果取消勾选还是没有Chineses,那就需要先为Ubuntu安装中文语言支持,在System Setting ->Lanuage Support -> install/remove languages -> 勾选Chinese 就可以,安装完再重复上一步。

3.安装sublime text3

sudo add-apt-repository ppa:webupd8team/sublime-text-3

sudo apt-get update

sudo apt-get install sublime-text-installer

subl

4.安装python库

ubuntu16.10 自带python2.7 python3.5,所以略过python安装

4.1 Numpy库安装

sudo apt-get install python3-numpy

python3-numpy 是安装python3.5版本符合的numpy,python-numpy是安装python2.7版本符合的库

4.2 Scipy安装

sudo apt-get install python3-scipy

4.3 Matplotlib安装

sudo apt-get install python3-matplotlib

4.4 sklearn安装

sudo apt-get install python3-sklearn

5. 安装classic menu indicator

classic menu indicator安装包下载

6. 安装为知笔记

sudo add-apt-repository ppa:wiznote-team

sudo apt-get update

sudo apt-get install wiznote

没成功

7. Install Okular pdf reader

not only for reading but it’s good for notes writing and highlight the context



8. Install Intellij Idea

sudo add-apt-repository ppa:mmk2410/intellij-idea-community

sudo apt-get update

sudo apt-get install intellij-idea-community
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ubuntu 软件