Just some application installation, follow-up will continue to write the installation and configuration of development tools
[TOC]
Install Sogou Pinyin
- sudo add-apt-repository ppa:fcitx-team/nightly
- sudo apt-get update
- sudo apt-get install FCITX
- sudo apt-get install FCITX-CONFIG-GTK
- sudo apt-get install Fcitx-table-all
- sudo apt-get install Im-switch
- Download Deb Pack
- sudo dpkg-i sogoupinyin.deb
Installing the Markdown Editor
- sudo apt-get install Retext
Installing Codeblocks
- sudo add-apt-repository ppa:damien-moore/codeblocks-stable
- sudo apt update
- sudo apt install codeblocks codeblocks-contrib
Download Tool Uget+aira2
UGet: is a graphical interface software, support queue download and resume the download function. Uget official website
AIRA2: is a command-line download tool that uses inconvenient and needs to be used in conjunction with other graphical interface download software. Its download principle is similar to Thunder on Windows, by searching for resources, for your own use, rather than just from the original address of a single resource to download.
Uget uses ARIA2 as the backend to interact with the ARIA2 plugin after it is installed. Supported download protocols include: Http,https,ftp,bittorrent and Metalink.
- sudo add-apt-repository ppa:plushuang-tw/uget-stable
- sudo apt update
- sudo apt install uget aria2
Installing QT
- Download the installation package http://download.qt.io/official_releases/qt/
- chmod +x./qt-opensource-linux-x64-5.9.4.run
- ./qt-opensource-linux-x64-5.9.4.run
Installing remarkable (markdown tools)
- Download the installation package https://remarkableapp.github.io/linux/download.html
- Install Deb
Installing STARUML (UML tools)
1. Download the installation package Http://staruml.io/download/release/v2.8.1/StarUML-v2.8.1-64-bit.deb
- Download Dependency Package Https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
- Install a dependent package before you install the package
Install minecraft (offline version)
- Installing the JRE
sudo apt-get install Openjdk-8-jre
- Installing the JDK
sudo apt-get install OPENJDK-8-JDK
- Installing JFX
sudo apt-get install OPENJFX
- Download minecraft1.12 installation package http://www.mcbbs.net/thread-728961-1-1.html
- Download Hello minecraft! Launcher 3 http://www.mcbbs.net/thread-142335-1-1.html
- Unzip. Minecraft to the user directory, because the. Directory is hidden under Linux, so you need to use ctrl+h to unhide it to see
- Copy the Hmcl-*.jar to the. Minecraft Directory
- Go to the. Minecraft directory to execute
sudo java-jar Hmcl-*.jar
Installing the Gnome Tweak tool and Numix themes
- Installing the Gnome Tweak Tool
sudo apt-get install Gnome-tweak-tool
- Installing Numix Themes
sudo add-apt-repository Ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme-circle
- Install Numix Wallpapers
sudo apt-get install numix-wallpaper-*
- Open Gonome-tweak-tool Settings
Ubuntu 17.10 Post-installation application software Installation