Friday, April 19, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6472  / 1 Year ago, sun, december 25, 2022, 3:44:41

I have a new machine with Ubuntu Server. On that server I would like to have Apache with some web services.



But how do I install Eclipse on Ubuntu Server? Right now I have no GUI, just command line.


More From » software-installation

 Answers
1

First of all: If it's a production server. Don't do it. Installing a GUI will slow performance and may open more security holes. Also never develop directly on a production server.



Secondarily: If anyone sees this prior to installing Ubuntu Server, you should probably install the desktop version of Ubuntu instead and then install the server-services, since that's quite a lot more well documented and you're probably not going to run Eclipse on a dedicated (production-)server anyway.



And now the answer:



First install the ubuntu-desktop package with # apt-get install ubuntu-desktop (do this as root, or by prepending sudo to the command), then reboot your computer and install eclipse as you would on any other Ubuntu computer.



See section one on http://www.ubuntugeek.com/install-gui-in-ubuntu-server.html for more detailed instructions


[#40382] Tuesday, December 27, 2022, 1 Year  [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
;