Update the package lists
1 | sudo apt update |
Upgrade the package version
1 | sudo apt upgrade |
Install C++ with Google Test
1 | sudo apt update |
Install Java
1 | sudo apt install default-jdk default-jre maven |
Install Python
Linux would have installed Python 2.x and Python 3.x.
If you don’t find it, install it by using following commands:
1 | sudo apt install python3 //安裝python 3.x |