Today,I install Ubuntu 20.04( Focal Fossa).
Here is a list of TO-DO-THINGS:
1. Update
sudo apt update && sudo apt upgrade
enable universe and multiverse repositories in Ubuntu using the commands below:
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt update
2. 安裝媒體解碼器來播放 MP3堕扶、MPEG4 和其他格式媒體文件
sudo apt install ubuntu-restricted-extras
3. 清理你的系統(tǒng)
sudo apt autoremove
4. Language Support
- install language package
- install input method
5. vim
sudo apt install vim
sudo apt install git
myvimrc
6. gimp
sudo apt install gimp