Thursday, May 2, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 11349  / 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
eanda questions
Tue, Nov 22, 22, 15:24, 1 Year ago
Sat, Oct 16, 21, 23:48, 3 Years ago
Sun, Jul 3, 22, 09:38, 2 Years ago
Thu, Feb 3, 22, 14:33, 2 Years ago
;