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

Last updated: May 07,2024

1. Install "xdeb" package

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

$ sudo apt update $ sudo apt install xdeb

2. Uninstall "xdeb" package

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

$ sudo apt remove xdeb $ sudo apt autoclean && sudo apt autoremove

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

Package: xdeb
Priority: optional
Section: universe/devel
Installed-Size: 179
Maintainer: Ubuntu Developers
Original-Maintainer: Wookey
Architecture: all
Version: 0.6.6
Depends: python (>= 2.7.1-0ubuntu2), python-debian (>= 0.1.11), dpkg-dev (>= 1.15), lintian (>= 2.3.0), devscripts (>= 2.10.41), dpkg-cross (>= 2.6.3), apt-utils (>= 0.8.11), python-apt (>= 0.7.91), wget, build-essential, sudo
Recommends: gcc, fakeroot
Breaks: apt (<< 0.7.26~exp6)
Filename: pool/universe/x/xdeb/xdeb_0.6.6_all.deb
Size: 39590
MD5sum: 7342fe0e7f80e1da673d315040871ca6
SHA1: 0fe8d56f910a2f41071559a068c03721616320c2
SHA256: 504a3a4a860ae038877eef7446220e63f0e2d057afd3f018b3119962eeb7077b
Description-en: Cross-build tool for Debian packages
xdeb allows building a set of packages, using either native or cross
compilation. It is based on dpkg-cross and includes heuristics to map
package names to the build or host architecture.
.
xdeb will build source packages from either APT or the current
directory and can optionally convert existing natively built packages
to satisfy build-dependencies. It will also schedule builds in the
proper order as specified in build-dependencies.
Description-md5: 8eec34e17e4a6feade1f97698fb0f9ea
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu