GParted is one of the most powerful and reliable disk partition management tools available for Linux systems. On FunOS, it allows you to easily create, resize, move, or delete partitions using a simple graphical interface. Whether you need to prepare a new disk, manage dual-boot setups, or adjust existing partitions, GParted provides all the tools you need to safely manage your storage devices.
What is GParted?
GParted (GNOME Partition Editor) is a free and open-source application used for managing disk partitions. It supports a wide range of file systems, including ext2, ext3, ext4, FAT16, FAT32, NTFS, and more. With GParted, you can:
- Create and delete partitions
- Resize or move existing partitions without losing data
- Check and repair file systems
- Copy and paste partitions to other drives
GParted provides a graphical interface for the libparted library, which makes partition operations much easier and more user-friendly than using command-line tools.

How to Install GParted on FunOS
You can install GParted on FunOS using two different methods: from the Ubuntu repositories or from the Xtradeb Applications PPA. Both methods are safe and easy to follow.
Method 1: Installing from the Ubuntu Repositories
Work on: 22.04.5 โ | 24.04.3 โ | 25.04 โ | 25.10 โ | 26.04 โ
Step 1: Open a Terminal
There are three ways to open the Terminal in FunOS:
- Click Menu in the left corner of the screen, then click Terminal
- Click the Terminal icon in the Tray
- Press Ctrl + Alt + T on your keyboard
Step 2: Update the Package List
Before installing any application, update your package list to ensure you get the latest version available in the repositories:
sudo apt update
Step 3: Install GParted
After updating the package list, install GParted by running:
sudo apt install gparted
Step 4: Reload the Menu
Once installation is complete, reload the menu so that GParted appears:
- Click the Menu button in the lower-left corner
- Click Reload menu
Method 2: Installing from the Xtradeb Applications PPA
Work on: 22.04.5 โ | 24.04.3 โ | 25.04 โ | 25.10 โ | 26.04 โ
This method provides a newer version of GParted maintained by the Xtradeb Packaging Team.
Step 1: Open a Terminal
You can open the Terminal in one of the following ways:
- Click Menu in the left corner of the screen, then click Terminal
- Click the Terminal icon in the Tray
- Press Ctrl + Alt + T
Step 2: Add the Xtradeb Applications PPA
This PPA is maintained by the Xtradeb Packaging Team. Add it using the following command:
sudo add-apt-repository ppa:xtradeb/apps
Step 3: Update the Package List
After adding the PPA, update your package list again:
sudo apt update
Step 4: Install GParted
Now install GParted from the newly added PPA:
sudo apt install gparted
Step 5: Reload the Menu
When installation is complete, reload the menu so the new entry appears:
- Click the Menu button in the lower-left corner
- Click Reload menu
Launching GParted
After installation, you can launch GParted by:
- Clicking the Menu button in the lower-left corner
- Navigating to the System category
GParted will open with administrative privileges, allowing you to manage your disk partitions through an intuitive graphical interface.
How to Uninstall GParted on FunOS
If you no longer need GParted or wish to free up disk space, you can easily remove it from your system. The steps differ slightly depending on how you installed the applicationโeither from the Ubuntu repositories or from the Xtradeb Applications PPA.
Uninstall GParted Installed from the Ubuntu Repositories
Step 1: Open a Terminal
There are several ways to open the Terminal in FunOS:
- Click Menu in the left corner of the screen, then click Terminal
- Click the Terminal icon in the Tray
- Press Ctrl + Alt + T on your keyboard
Step 2: Remove GParted
Run the following command to completely remove GParted from your system:
sudo apt remove --purge gparted
Step 3: Remove Any Unused Dependencies
To clean up unused packages that were installed as dependencies of GParted, use this command:
sudo apt autoremove --purge
Step 4: Reload the Menu
After uninstalling GParted, reload the menu to remove its entry:
- Click the Menu button in the lower-left corner
- Click Reload menu
Uninstall GParted Installed from the Xtradeb Applications PPA
Step 1: Open a Terminal
You can open the Terminal in one of the following ways:
- Click Menu in the left corner of the screen, then click Terminal
- Click the Terminal icon in the Tray
- Press Ctrl + Alt + T
Step 2: Remove GParted
Remove GParted using the following command:
sudo apt remove --purge gparted
Step 3: Remove Any Unused Dependencies
To remove packages that are no longer needed, run:
sudo apt autoremove --purge
Step 4: Remove the Xtradeb Applications PPA
If you no longer plan to install applications from the Xtradeb repository, remove it with:
sudo add-apt-repository --remove ppa:xtradeb/apps
Step 5: Update the Package List
After removing the PPA, refresh your package list:
sudo apt update
Step 6: Reload the Menu
Finally, reload the menu to remove GParted from the application list:
- Click the Menu button in the lower-left corner
- Click Reload menu
Conclusion
GParted is a versatile and essential tool for managing disk partitions on FunOS. Whether you install it from the Ubuntu repositories or via the Xtradeb Applications PPA, the process is quick and straightforward. The Ubuntu repositories offer a stable version suitable for most users, while the Xtradeb PPA provides access to newer releases.
If you ever need to uninstall it, FunOS makes removal just as easy with a few simple Terminal commands. With GParted installed, you have a reliable and user-friendly way to organize your storage devices, create new partitions, and keep your disks optimizedโall from a clean and intuitive interface.

Leave a Reply