Ubuntu安装软件

deb安装

1.google-chrome-stable

2.搜狗或百度输入法(有教程),添加源ppa:fcitx-team/nightly

3.bcompare ,atom,foxitreader,virtualbox的扩展插件,vmware,vmware workstation pro,wps

4.dlt viewer,在github上有源码,按照里面的install.txt安装,且同时会按照qt

5.vscode,配置:clang clang_format_fallback Style 默认Visual Studio 改为{ BasedOnStyle: Google, IndentWidth: 4}


apt安装

1.tilda vim emacs chromium-browser exfat-utils subversion cmake neovim samba gedit kchmviewer rapidsvn 

2.python2.7 python-pip astyle thunderbird virtualbox shutter nautilus meld net-tools global gtags curl docker 

3. scons  (3.0.1)因为我们的代码是基于Python2.7,太新的scons用的是Python3

4.ckermit minicom, sudo minicom -s 配置ttyUSB0 hardware flow control=no,save as dfl

5.libgl1-mesa-dev perl melt *rbtool* python-rbtools build-essential  python-imaging python-flup python-dev

6.memcached libmemcache-dev python-mysqldb git-core python-setuptools python-dev apache2 

7.libapache2-mod-python libapache2-mod-wsgi alien pkg-config

8.unar解压zip乱码问题,lsar *.zip查看压缩文件内容

9.tampermonkey浏览器插件 https://sleazyfork.org/zh-CN/scripts?page=1

10.rabbitvcs 参考pdf 和https://blog.csdn.net/u011781521/article/details/54983276 http://wiki.rabbitvcs.org/wiki/install/ubuntu

11.解压乱码unzip -O CP936 fillRule.zip 或 unar bxd.zip  ,查看lsar fillRule.zip

12.清空回收站sudo rm -rf ~/.local/share/Trash/*

13.备份sudo tar cvpzf /media/lxd/Elements/lxdbak20190726/home.tgz .*:q:q 或 tar cvpzf backup.tgz /

14.还原sudo tar xvpzf vim.tgz -C ./ 或 tar xvpfz backup.tgz -C / 恢复到根目录

你可能感兴趣的:(Ubuntu安装软件)