gnome-disk-utility-40.2

Introduction to GNOME Disk Utility

The GNOME Disk Utility package provides applications used for dealing with storage devices.

This package is known to build and work properly using an LFS-11.0 platform.

Package Information

GNOME Disk Utility Dependencies

Required

gnome-settings-daemon-40.0.1, itstool-2.0.6, libdvdread-6.1.2, libhandy-1.2.3, libpwquality-1.4.4, libsecret-0.20.4, and UDisks-2.9.3

Optional

appstream-glib

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-disk-utility

Installation of GNOME Disk Utility

Install GNOME Disk Utility by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr --buildtype=release .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Contents

Installed Programs: gnome-disk-image-mounter and gnome-disks
Installed Libraries: None
Installed Directories: None

Short Descriptions

gnome-disk-image-mounter

is used to set up disk images

gnome-disks

is used to inspect, format, partition and configure disks and block devices

Last updated on