Ubuntu 18.04 装机软件

  • QQ
  • 网易云
  • MySQL
  • GMIP
  • QGIS

Notepad

Thunderbird

Graphical email clients on Linux.

deepin 1

deepin 2

deepin deb地址

企业微信1

企业微信2

微信

QQ

安装依赖

1
2
sudo apt install libgtk2.0-0 # Ubuntu
sudo yum install gtk2.x86_64 # centos

下载deb文件

1
wget http://down.qq.com/qqweb/LinuxQQ/linuxqq_2.0.0-b2-1084_amd64.deb

安装deb文件

双击安装或以下命令安装

1
sudo dpkg -i linuxqq_1.0.1-b1-100_armhf.deb

卸载

1
2
sudo rpm -e linuxqq
sudo dpkg -r linuxqq

QQ 缩放调整

1
2
3
4
sudo vim /usr/share/applications/qq.desktop

Exec=/usr/local/bin/qq 末尾加入下行内容
--force-device-scale-factor=2 %U

QQ音乐

网易云

破解软件网站

Pychrome

sudo snap install [pycharm-professional|pycharm-community] –classic

1
2
sudo snap install pycharm-professional --classic
sudo snap install [pycharm-community] --classic

激活码分享网址

软件安装到一半重装

1
sudo apt-get install --reinstall name

安装Google Pinyin

调整输入法框大小

1
2
cd /usr/share/fcitx/skin/default/
sudo vim fcitx_skin.conf

fontsize 15
mennu size 15

Synaptic

1
sudo apt-get install synaptic

Lantern

Typora

1
2
3
4
5
6
7
8
# or run:
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
# install typora
sudo apt-get install typora

Pandoc

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

mathpix snipping Tool

1
sudo snap install mathpix-snipping-tool

R

1
2
3
sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev

update R packages:

1
2
sudo apt-get update
sudo apt-get upgrade

RStudio

Anaconda 3

download 64-Bit (x86) Installer (522 MB)

1
2
cd Downloads
bash Anaconda3-`Press Tab`

Anaconda简介安装使用教程

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 创建新环境
如果要安装指定的版本号,则只需要在包名后面以=和版本号的形式执行。如:conda create --name python2 python=2.7,即创建一个名为“python2”的环境,环境中安装版本为2.7的python。

如果要在新创建的环境中创建多个包,则直接在后以空格隔开,添加多个包名即可。如:conda create -n python3 python=3.5 numpy pandas,即创建一个名为“python3”的环境,环境中安装版本为3.5的python,同时也安装了numpy和pandas。
--name同样可以替换为-n。

# 3个方法显示已创建环境
conda info --envs
conda info -e
conda envlist

# 复制环境
conda create --name--clone
conda create --name py2 --clone python2,即为克隆名为“python2”的环境,克隆后的新环境名为“py2”。此时,环境中将同时存在“python2”和“py2”环境,且两个环境的配置相同。

# 删除环境
conda remove --name--all

Shutter

一款截图与快捷编辑软件,官网说明:
Shutter is a feature-rich screenshot program for Linux based operating systems such as Ubuntu. You can take a screenshot of a specific area, window, your whole screen, or even of a website – apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. Shutter is free, open-source, and licensed under GPL v3.

1
2
sudo apt-get update
sudo apt install shutter

GMIP

This is the official website of the GNU Image Manipulation Program (GIMP).
GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. It is free software, you can change its source code and distribute your changes.
Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticated tools to get your job done. You can further enhance your productivity with GIMP thanks to many customization options and 3rd party plugins.

1
sudo apt-get install gimp

安装插件

1
sudo apt-get install gimp-plugin-registry gimp-data-extras

indicator-stickynotes

桌面便签工具,入门级,功能简单

1
2
3
sudo add-apt-repository ppa:umang/indicator-stickynotes
sudo apt-get update
sudo apt-get install indicator-stickynotes

QGIS

VS Code

向日葵

  • 卸载向日葵
1
2
sudo dpkg -l | grep sunlogin
sudo dpkg -r sunloginclient

MySQL

calibre

1
sudo apt-get install calibre

.desktop启动程序添加到calibre的内置电子书阅读器中:

  1. ~/.local/share/applications中创建一个新的.desktop文件:

    1
    gedit ~/.local/share/applications/calibre-ebook-viewer.desktop
  2. 将以下段落复制并粘贴到文件中:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    #!/usr/bin/env xdg-open

    [Desktop Entry]
    Version=1.0
    Type=Application
    Terminal=false
    Icon=calibre
    Exec=ebook-viewer
    Name=Calibre Ebook Viewer
    Comment=Display .epub files and other ebook formats
    MimeType=application/x-mobipocket-ebook;application/epub+zip;
    StartupWMClass=calibre-ebook-viewer
  3. 保存文件。您现在应该可以从短划线和右键单击”Open with”菜单启动Calibre的内置电子书阅读器。

SQL Server

1
2
3
4
5
6
7
8
9
10
11
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/18.04/mssql-server-2019.list)"
sudo apt-get update
sudo apt-get install -y mssql-server
sudo /opt/mssql/bin/mssql-conf setup
systemctl status mssql-server --no-pager
If you plan to connect remotely, you might also need to open the SQL Server TCP port (default 1433) on your firewall.
主机:localhost
端口:1433
用户名 : sa
密码 : ********

配置和安装 SQL Server

Tweak

1
sudo apt install gnome-tweak-tool
1
2
3
4
sudo mount -o loop navicat15-premium-cs.AppImage navicat15
sudo mount -o remount,rw navicat15-premium-cs.AppImage navicat15
./appimagetool-x86_64.AppImage navicat15 navicat15-premium-cs-pathed.AppImage

破解版下载地址

Workbench

百度网盘

搜狗输入法

Citrix Receiver

  • 访问下载地址
  • 选择 Debian Packages
  • 下载deb安装包
  • 下载完毕后双击安装

安装 Python 库

安装Open CV

GeoPandas

1
2
3
4
5
conda create -n geo_env
conda activate geo_env
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install python=3 geopandas

jupyter 切换 conda 虚拟环境

1
2
3
4
5
6
7
conda env list # 列出虚拟环境
conda activate 环境name
conda deactivate
conda install ipykernel
python -m ipykernel install --name adda
或者
python -m ipykernel install --user --name geo_env --display-name "Python geo_env"

Conda环境

1
2
3
conda create -n <env_name> python=3.6 # 新建环境
conda activate <env_name> # 激活环境
conda deactivate <env_name> # 推出
-------------文章结束啦 ฅ●ω●ฅ 感谢您的阅读-------------