how to install gparted in ubuntu 17.04

Опубликовано: 26 Август 2026
на канале: Tech Ind
3,703
9

GParted (acronym of GNOME Partition Editor) is a GTK+ front-end to GNU Parted and an official GNOME partition-editing application (alongside Disks). GParted is used for creating, deleting, resizing, moving, checking, and copying disk partitions and their file systems. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks, and mirroring one partition with another (disk imaging).
source= https://en.wikipedia.org/wiki/GParted
--------------------------------------------------------------------------------------------------
linux commands:-
apt-get update
apt-get install gparted
--------------------------------------------------------------------------------------------------