How to Install and Uninstall makefs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "makefs" package

This guide let you learn how to install makefs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install makefs

2. Uninstall "makefs" package

This is a short guide on how to uninstall makefs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove makefs $ sudo apt autoclean && sudo apt autoremove

3. Information about the makefs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: makefs
Priority: optional
Section: universe/otherosfs
Installed-Size: 152
Maintainer: Ubuntu Developers
Original-Maintainer: GNU/kFreeBSD Maintainers
Architecture: amd64
Version: 20100306-6
Depends: libbsd0 (>= 0.0), libc6 (>= 2.14)
Filename: pool/universe/m/makefs/makefs_20100306-6_amd64.deb
Size: 64980
MD5sum: 1064a1fa6a4615b819cabfd605ff6c9b
SHA1: 83e8a50bed988911c83553a1a4ba8146c86276b9
SHA256: 1e8b4c4fd6cc76a9ddcc65214f2b5e5ec512ba2fba65fa291fedb403870d8ebb
Description-en: create a cd9660 or ffs file system image from a directory tree
NetBSD® makefs(8) creates a file system image from a directory tree
without the need for superuser privileges. The MirBSD version fixes
ECMA 119, SUSP and RRIP (Rock Ridge) compliance and adds features.
.
Supported target filesystem types are:
.
cd9660 ISO 9660 (ECMA 119) compatible filesystem images, with
Rock Ridge, El Torito, and other features
ffs 4.2FFS, the BSD Fast Filesystem, also known as UFS1;
UFS2 (with "-o version=2")
.
The images created can be of a fixed (predefined) size, given on the
command line, or sized automatically. Permission bits are taken from
the source directory tree but may be overridden using an mtree file.
.
This utility does not currently support Large Files (2 GiB or more).
Description-md5: 6058b4d69136019c7ef28daa21bbeedd
Multi-Arch: foreign
Homepage: http://cvs.mirbsd.de/src/usr.sbin/makefs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu