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

Last updated: October 05,2024

1. Install "unsort" package

Here is a brief guide to show you how to install unsort on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install unsort

2. Uninstall "unsort" package

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

$ sudo apt remove unsort $ sudo apt autoclean && sudo apt autoremove

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

Package: unsort
Priority: extra
Section: universe/text
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Guus Sliepen
Architecture: amd64
Version: 1.2.1-1
Depends: libc6 (>= 2.17)
Filename: pool/universe/u/unsort/unsort_1.2.1-1_amd64.deb
Size: 14778
MD5sum: 1a306c3b9762da0fa061b4726930f218
SHA1: 01a4ec2030b99b1e953d59eaafefa51678d57844
SHA256: f178d5ced3560610b443b53a4885096dcdb1efac37e7529929efa20b371b14a6
Description-en: reorders lines in a file in semirandom ways
This program reorders the lines in its input with no regard to the actual
contents. Two permutation algorithms are available: randomization
based on a good PRNG (the Mersenne Twister algorithm) and "shuffling",
which permutes the lines in such a way that they're spread more or less
evenly in the output. This mode is primarily intended for music playlists.
Description-md5: 2a2c9e7ec35008a150a5d8cb7f4bd809
Homepage: https://git.fruit.je/unsort
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu