how can I change ubuntu 9.10 to xubuntu 9.10 with an aptitude command?

Asked by Dan Smith

I've got ubuntu 9.10 installed on an old machine, but I want to downshift it to xubuntu 9.10. Somewhere or other I read a post that gave an aptitude command that will accomplish that without using several other steps, but I misplaced it. Does anybody know what that is?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu aptitude Edit question
Assignee:
No assignee Edit question
Solved by:
Vitaliy Kulikov
Solved:
Last query:
Last reply:
Revision history for this message
netsorcist (netsorcist) said :
#1

#sudo apt-get install xubuntu-desktop

I think ?

Revision history for this message
Vitaliy Kulikov (slonua) said :
#2

Please use following command in terminal

> sudo tasksel install xubuntu-desktop -t

During login change default shell.

Revision history for this message
Best Vitaliy Kulikov (slonua) said :
#3

Sorry, without '-t'

$ sudo tasksel install xubuntu-desktop

Revision history for this message
Dan Smith (sentol) said :
#4

Thanks Vitaliy Kulikov, that solved my question.