Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1399  / 2 Years ago, fri, january 14, 2022, 1:20:07

I'm planning to turn my old PowerPC G4 into a wordpress website. I'd like to use the server edition of ubuntu 10.04, install a GUI (to set up wordpress) then uninstall the gui.



Would I be able to do that?


More From » networking

 Answers
4

You can install the GUI you want on the server edition by typing:



sudo apt-get install [xk]ubuntu-desktop,



where ubuntu installs Gnome,
kubuntu installs KDE and xubuntu installs XFCE.



You can later uninstall it with:



sudo apt-get remove/purge [xk]ubuntu-desktop



Personally though, i think that what you're trying to do doesn't need all that fuss.

You should just practice a bit with shell editors like vi/vim or nano.



Alternatively, you could try to work remotely on the machine and make all the necessary configuration.


[#43810] Saturday, January 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
wenceslockro

Total Points: 494
Total Questions: 127
Total Answers: 97

Location: Chad
Member since Mon, Dec 5, 2022
1 Year ago
;