Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
Disk Partitioning on Linux is usually done in Terminal using fdisk utility which is quite tough for a newbie. To encounter the problem, the GNU project came up with GParted. GParted is Graphic Based disk utility with advanced features.
GParted is an Official GNOME partition-managing tool that is capable of doing everything including creating and deleting partitions.
Table of Contents
We are going to show you two separate methods by which you can easily install GParted in your system. So let’s start the process with the easiest guide first.
This is the easiest method to install GParted on Ubuntu Because we are using Graphical User Interface for this given task.
Search Ubuntu Software Centre in your menu
Click on the Search Button and type GParted and click on the given results.
Click on Install, It will ask for your password. Enter your password and you have successfully installed GParted on your system.
If you are a little familiar with a command-line interface, this process is the most efficient to complete any given task. Just follow the given commands:
sudo apt update
This will update all the PPA which we have currently installed on our system and save us from any malfunctioning.
sudo apt install gparted
This will ask for your password and after that will start the installation process.
There are two ways to uninstall GParted as same as we installed GParted in our system. So we will Discuss both of them so that you can operate in your preferred way.
Search and open Software, Remember this is not the Ubuntu software center that we previously used to install GParted.
Click on the search button and type GParted. Click on the given result
Click on Uninstall Option, enter your password and that’s it. GParted has been uninstalled from your system.
There are multiple ways by which you can uninstall GParted using Terminal
You can Uninstall GParted from Ubuntu by using the following command:
sudo apt-get remove gparted
If you want to uninstall GParted and its Dependencies which are no longer required, you can use the following commands:
sudo apt-get remove –auto-remove gparted
If you will use purge, all the dependencies and packages with GParted will be removed.
sudo apt-get purge gparted
If you will use purge with auto-remove, it will remove everything related to that package and can be helpful when you reinstall it again
sudo apt-get purge –auto-remove gparted
Related Posts:
GParted is one of the most useful tools of Linux and is also available in Windows. GParted is made to provide easy disk management rather than using fdisk in Terminal.
GParted is mainly used to create and manage partitions and can be helpful if you are having a Multiboot system.