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

Last updated: May 16,2024

1. Install "pick" package

Please follow the steps below to install pick on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pick

2. Uninstall "pick" package

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

$ sudo apt remove pick $ sudo apt autoclean && sudo apt autoremove

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

Package: pick
Priority: optional
Section: universe/misc
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: Aggelos Avgerinos
Architecture: amd64
Version: 1.1.1-1build1
Depends: libc6 (>= 2.4), libtinfo5 (>= 6)
Filename: pool/universe/p/pick/pick_1.1.1-1build1_amd64.deb
Size: 10146
MD5sum: 7577fb02e606cf8da7470f8f4b2c3f19
SHA1: 903ebc9ccf9407db7469bdbd768c8e456bc6ac77
SHA256: 69a48f9f61d396e608e33272118f1eac08e8b4154eaf7b1a740f792d5c5856a7
Description-en: utility to choose one option from a set of choices
The pick utility allows users to choose one option from a set of
choices using an interface with fuzzy search functionality.
pick reads a list of choices on stdin and outputs the selected choice
on stdout. Therefore it is easily used both in pipelines and subshells.
Description-md5: f188d5c8b79cbeb0da99299b2f3894fb
Homepage: https://github.com/thoughtbot/pick
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu