How to Install and Uninstall musl-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 01,2024

1. Install "musl-tools" package

This tutorial shows how to install musl-tools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install musl-tools

2. Uninstall "musl-tools" package

Please follow the guidance below to uninstall musl-tools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove musl-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the musl-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: musl-tools
Priority: extra
Section: universe/devel
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Bortis
Architecture: amd64
Source: musl
Version: 1.1.9-1
Depends: musl-dev (= 1.1.9-1), gcc (>= 4.7.2)
Filename: pool/universe/m/musl/musl-tools_1.1.9-1_amd64.deb
Size: 5248
MD5sum: f12677831db962639c4fccebeb3e774a
SHA1: 872ae413a94cb30d5bb504befa649f8c93e43554
SHA256: 96c06b877f5794423d471d48de935fce539192bbd180de132f80a09712a0c125
Description-en: standard C library tools
musl is lightweight, fast, simple, free and strives
to be correct in the sense of standards-conformance
and safety.
.
This package contains the gcc spec file and the
musl-gcc wraper script to make easy-to-deploy static
and minimally dynamic linked programs.
Description-md5: f912bb6ca1f106b289926c3eea855aea
Homepage: http://www.musl-libc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu