ubuntu安装软件汇总和安装时所遇到的问题

所需软件


常用软件列表

  1. Pycharm python开发工具
  2. DataGrip 数据库连接工具
  3. Sublime 文本编辑工具
  1. Charles 花瓶代理工具
  2. haroopd markdown编辑工具 下载地址
  3. Indicator Stickynotes 好用的便签工具 下载地址
  4. DeepinScrot 类似qq截图 一款超级好用的截图软件
  5. whatever 一款linux桌面版的印象笔记包装ubuntu印象笔记
  6. FIleZilla一款好用的开源ftp上传工具
  7. 有道词典,1.1.0目前仅支持14.10版本以上,14.04版本下载1.0.2版本[32/64版本deb包](http://codown.youdao.com/cidian/linux/youdao-dict_1.0.2~ubuntu_i386.deb
    http://codown.youdao.com/cidian/linux/youdao-dict_1.0.2~ubuntu_amd64.deb)
  8. neofetch一款查看系统信息的小公举 neofetch下载安装
  9. supervisor 一款python编写的进程管理工具,用来管理项目和脚本自动重启教程地址

问题汇总

1、安装FileZilla这个ftp工具的时候,会出现c++版本低的问题,解决方案:

参考地址 stackoverflow

sudo apt-add-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9 g++-4.9

2、在安装M2Crypto 的时候,运行的时候会报错,需要安装cryptography

参考地址 How to install cryptography on ubuntu?

For Debian and Ubuntu, the following command will ensure that the required dependencies are installed:
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
For Fedora and RHEL-derivatives, the following command will ensure that the required dependencies are installed:
$ sudo yum install gcc libffi-devel python-devel openssl-devel
You should now be able to build and install cryptography with the usual
$ pip install cryptography

3、安装oh my zsh的时候,连接远程服务器终端会出现中文乱码,解决:

  1. cd ~ && vim .zshrc
  1. 在末尾部分添加如下代码:
    export LC_ALL=en_US.UTF-8
    export LANG=en_US.UTF-8
  2. source .zshrc

4、可以选择替换为阿里云的源,下载速度会快一点

  1. sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup #备份当前也就是默认官方的源列表
  1. sudo gedit /etc/apt/sources.list #修改sources.list文件中源的列表,删除全部内容,替换为国内源地址。 保存编辑好的文件。
  2. sudo apt-get update # 更新数据

aliyun源地址

deb http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 一、文件/文件夹管理 ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls...
    会飞的鱼Coo阅读 10,010评论 1 23
  • 一、文件/文件夹管理 ls 列出当前目录文件(不包括隐含文件)ls -a 列出当前目录文件(包括隐含文件)l...
    路痴千行阅读 7,216评论 0 5
  • Ubuntu 常用命令大全 查看软件 xxx 安装内容 #dpkg -L xxx 查找软件 #apt-cache ...
    guiwuzhe阅读 7,414评论 0 14
  • 【Linux软件安装管理系列】— — 传送门: — —《Linux软件安装管理之——源码安装详解》 — —《Lin...
    四月不见阅读 20,759评论 3 30
  • 关于我的脑洞到底大不大这个问题,我是很纠结的。 这样的词是不能从字典上查到的,百度告诉我,“脑洞”是从“脑补”衍生...
    云之云母阅读 2,463评论 0 0