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

Last updated: May 17,2024

1. Install "codesearch" package

This tutorial shows how to install codesearch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install codesearch

2. Uninstall "codesearch" package

Please follow the steps below to uninstall codesearch on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove codesearch $ sudo apt autoclean && sudo apt autoremove

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

Package: codesearch
Priority: extra
Section: universe/utils
Installed-Size: 5127
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Stapelberg
Architecture: amd64
Version: 0.0~hg20120502-2
Filename: pool/universe/c/codesearch/codesearch_0.0~hg20120502-2_amd64.deb
Size: 573718
MD5sum: 3b45d2e2fc89107bfa953a13f1b13882
SHA1: a542c4a1fad72e8cc5c7e1bafc2c444555b4282d
SHA256: d6a5ed98f046b8114d952c2568d9204663d46871ce827ce49f1ed55dc8a2010e
Description-en: regular expression search over large bodies of source code
Code Search is a tool for indexing and then performing regular expression
searches over large bodies of source code. It is a set of command-line
programs written in Go.
.
For background and an overview of the commands, see Regular Expression
Matching with a Trigram Index:
http://swtch.com/~rsc/regexp/regexp4.html
Description-md5: b2cb491f3b15b88c57c51f839ece279e
Built-Using: golang (= 2:1.1.2-2ubuntu1)
Homepage: https://code.google.com/p/codesearch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu