Install GParted Ubuntu Package and resize Ubuntu partitions. How to install GParted 0.22.0 on Ubuntu 14.10 and Ubuntu 14.04. Download and install GParted Ubuntu Package on Ubuntu via Command Line and resize partitions in Ubuntu with GParted.
GParted is a free partition editor for graphically managing your disk partitions. With GParted you can resize, copy, and move partitions without data loss, enabling you to grow or shrink your C: drive, create space for new operating systems or attempt data rescue from lost partitions,
GParted can be used on x86 and x86-64 based computers running Linux, Windows, or Mac OS X by booting from media containing GParted Live. A minimum of 256 MB of RAM is needed to use all of the features of the GParted application.
The latest GParted 0.22.0 comes with the following notable features:
Add read and write support for unpartitioned whole disk devices
Add read and write support for GPT partition names
Install GParted on Ubuntu 14.10
Run the following commands in Terminal to install GParted 0.22.0 on Ubuntu 14.10 and derivative systems:
wget -q -O – http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add –
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu utopic-getdeb apps" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install gparted
Install GParted on Ubuntu 14.04
Run the following commands in Terminal to install GParted 0.22.0 on Ubuntu 14.04 and derivative systems:
wget -q -O – http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add –
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install gparted
To uninstall and remove GParted from Ubuntu Systems – Ubuntu 14.10, Ubuntu 14.04 and derivative systems, run the following command:
sudo apt-get remove gparted