I want to change the kernel-type from server to desktop. I installed my system from a server CD, but then installed gnome and now I want to change from server kernel to desktop kernel. How can I do this securely?
Asked
Active
Viewed 1,165 times
1 Answers
2
All you need to do is:
sudo apt-get install linux-image-generic
sudo reboot
And after reboot, check your kernel version with:
uname -a
Dustin Kirkland
- 14,919