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

Last updated: May 02,2024

1. Install "xgrep" package

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

$ sudo apt update $ sudo apt install xgrep

2. Uninstall "xgrep" package

Learn how to uninstall xgrep on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xgrep $ sudo apt autoclean && sudo apt autoremove

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

Package: xgrep
Priority: optional
Section: universe/utils
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Brendt Wohlberg
Architecture: amd64
Version: 0.08-0ubuntu1
Depends: libc6 (>= 2.14), libpcre3 (>= 8.10), libxml2 (>= 2.7.4)
Filename: pool/universe/x/xgrep/xgrep_0.08-0ubuntu1_amd64.deb
Size: 12766
MD5sum: 457bafe4eab8c06aa25994623e88bf3d
SHA1: 007df1ae6dfcceabb608e31bd949205f03298575
SHA256: 617aa8efc980ce08cfb39fa6ae272fda17bf5b3e76b2fdbfa99b08cb9cbefba8
Description-en: grep-like utility for XML files
xgrep provides facilities for searching content in XML files. The
search is specified either as an XPath via the -x flag, or a custom
syntax, including extended regular expressions, via the -s flag.
Multiple input files may be specified; if none are provided, input is
read from stdin.
Description-md5: 7f45b60387394b4f7ed62935ef2db405
Homepage: http://www.wohlberg.net/public/software/xml/xgrep/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu