LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ubuntu utility partition (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-utility-partition-4175418468/)

jaalny 07-24-2012 04:43 PM

ubuntu utility partition
 
I want to know how to re-install my ubuntu utility partition. I'm not sure why it stopped comming up, but I would like to get it back.

VDP76 07-25-2012 08:55 AM

what do you mean by "stopped comming up"??

I do not use Ubuntu, but I think the default partition manager should be gparted (as in many Debian-based distro), so my first guess would be to bring up a terminal and type
Code:

sudo apt-get install --reinstall gparted
or
Code:

sudo aptitude reinstall gparted
depending on which one is your favourite package manager...

Paddy Landau 07-25-2012 05:26 PM

The default for Ubuntu is no longer gparted, but palimpsest. Please use apt-get and not aptitude.

Code:

sudo apt-get install --reinstall palimpsest


All times are GMT -5. The time now is 03:48 AM.