Monday, April 29, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 11345  / 2 Years ago, wed, march 9, 2022, 9:56:19

I am a new to Ubuntu. I have used Windows before, but I am not able to install new software in Ubuntu from the offline setup files, so I don't know how to install software in Ubuntu. Please tell me how to install new software, such as C Compiler, JDK, etc. in Ubuntu.


More From » installation

 Answers
2

If you are preparing to build software, then



sudo apt-get install build-essential


is a good place to start - installs your basic C and C++ compilers, libraries and utilities, all in one operation.



There are several JDKs that can be installed from the standard repos (make sure you have enabled the partner repo in /etc/apt/sources.list). @Tarun showed above how to install openjdk, but see here for how to install Oracle Java8.


[#29755] Wednesday, March 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eanda

Total Points: 439
Total Questions: 116
Total Answers: 105

Location: Armenia
Member since Sat, Dec 31, 2022
1 Year ago
;