17

How do I find gparted in Ubuntu, searching from the launcher sends me to Wiki or shopping?

muru
  • 207,228
Ken Mollerup
  • 1,315

4 Answers4

28

Gparted is not installed by default. To install it, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install gparted

OR

Install via the software center

Mitch
  • 109,787
7

You can find gparted in the Ubuntu Software Center.

Exil
  • 545
6

You can install it with:

sudo apt-get install gparted

As it will most likely not be installed by default.

1

gparted isn't pre-installed although it is installed in the Ubuntu -Live mode. you can type

$ sudo apt-get install gparted

in terminal to install it.

yask
  • 672