Open Source partition editor GParted 0.23.0 is out now. Install it on Ubuntu 15.04

GParted (Gnome Partition Editor) is a free, open source application which lets you perform disk partitioning operations using a graphical interface. It is easy to use, lightweight application with low memory footprints. You can create, delete, resize, copy or move partitions using this application in a safe way. It is widely used partition editor application due to its stability and abundance of features. Today, GParted 0.23.0 has been made available for download. We will review its noteworthy features and installation process in this article.

Features in GParted 0.23.0

It is developed in C++ and uses GTK+ framework for frontend. This tool lets you perform complex disk related operations without losing your important data. The most important feature is the support for setting up Btrfs File System UUIDs. It also comes with enhancements to GPT (GUID Partition Table) option. A large number of bug fixes have been performed for this new release and language translations have been updated for around 20 languages.

Installing GParted 0.23.0

In order to install the latest Gparted version, first of all download it for your Linux operating system from following URL.

Download GParted 0.23.0

Download Gparted

Once the download process is complete, launch your terminal and go to the download location, here run following command to extract the downloaded file.

tar xvf gparted-0.23.0.tar.bz2

Now go into the extracted directory:

cd gparted-0.23.0

Here run following command to start the installation process for new Gparted.

./configure

Once it completes, run following command:

make

As soon as “make” completes successfully, run following command:

make install

Congratulations, GParted 0.23.0 has been installed, launch it from Applications menu.

Launch Gparted

Start using this wonderful application for your disk partitioning operations.

Gparted main

Installing old version of Gparted

Gparted package is included in package manager already, so if you want to install bit old version of Gparted on your system, run following command on terminal.

sudo apt-get install gparted

Conclusion

Gparted is a must-have tool for system administrators as it makes performing disk related tasks a piece of cake. Many popular Linux based distributions use this tool on the backend for the partitioning of disks during the installation process.