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

Last updated: May 10,2024

1. Install "remake" package

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

$ sudo apt update $ sudo apt install remake

2. Uninstall "remake" package

This guide covers the steps necessary to uninstall remake on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove remake $ sudo apt autoclean && sudo apt autoremove

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

Package: remake
Priority: extra
Section: universe/devel
Installed-Size: 341
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: amd64
Version: 3.82+dbg0.9+dfsg-2
Depends: libc6 (>= 2.17), libreadline6 (>= 6.0)
Filename: pool/universe/r/remake/remake_3.82+dbg0.9+dfsg-2_amd64.deb
Size: 163218
MD5sum: 99618c6ed07ef879a93595132132921b
SHA1: 3a6669bccdc05ebfea79c27e6583cf43cf5502d5
SHA256: ac24cc28275edb285a6a743abd2b96649c0ea77d1df85b089bcbd37ce2bd34a0
Description-en: GNU make fork with improved error reporting and debugging
Modernized version of GNU make utility that adds improved error
reporting, the ability to trace execution in a comprehensible way, and
a debugger. Some of the features of the debugger are:
* see the target call stack
* set breakpoints on targets
* show and set variables
* execute arbitrary "make" code
* issue shell commands while stopped in the middle of execution
* inspect target descriptions
* write a file with the commands of the target expanded
Description-md5: e1f3a023b432d891c2ad8c42b2062bce
Homepage: http://bashdb.sourceforge.net/remake
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu