Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 8841  / 1 Year ago, fri, february 3, 2023, 8:06:06

I've come across similar, already answered questions on this website; however none of them deals with starting from the scratch - the Ubuntu core.



The normal release of 12.04 was not responding well on my old PC.
Thus, I decided to install "Non-PAE Ubuntu core using" mini.iso.



Now, I am having the Ubuntu core installed which swiftly boots into the terminal CLI.
However I want to install a GUI onto this.



I don't want to do apt-get install ubuntu-desktop since that comes with Unity, which I hate like anything.



There are ways to install Mate and Cinnamon available here, however they are valid only if some other GUI is already present. But, I want to install them when no GUI is initially present - right from the core.



In a nutshell: I am looking how to install "Cinnamon" right from the scratch
(Ubuntu Core CLI), so that the system directly boots into cinnamon login screen.



On my other system I would also like to do the same but use Mate instead of Cinnamon.


More From » apt

 Answers
2

I am looking how to install "Cinnamon" right from the scratch




One answer at a time :)



sudo apt-get install python-software-properties -y
sudo apt-add-repository ppa:gwendal-lebihan-dev/cinnamon-stable -y
sudo apt-get update
sudo apt-get install cinnamon

[#38175] Saturday, February 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
1 Year ago
steaocyte questions
;