Files
linux-install-helper/Ubuntu/install_steps.md

19 lines
636 B
Markdown
Raw Normal View History

2019-08-15 21:53:08 +02:00
# Install steps for Ubuntu system
2019-08-15 22:03:02 +02:00
## Give sudo privilege to current user
2019-08-15 21:53:08 +02:00
run `sudo visudo` and add user to sudo group
2019-08-15 22:03:02 +02:00
## Install software can be found in package manager
run `package_install.sh`
## Add Chinese language support
In settings - Region & Language - Manage Installed Languages add Chinese. Then in Input Sources add Chinese (Intelligent Pinyin)
## Install VSCode
Go to VSCode website and download the .deb file.
Then use `sudo dpkg -i` to install, then run `sudo apt -f install` to fix dependencies
Then install c/c++ and cmake extension in VSCode
## Install chrome
Download chrome .deb file and use dpkg to install.