How to Install equivs in Ubuntu 18.04



Install equivs by entering the following commands in the terminal:

sudo apt update
sudo apt install equivs

Description:

Circumvent Debian package dependencies

This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do. . One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed. . Another use is to circumvent dependency checking: by letting dpkg think a particular package name and version is installed when it isn't, you can work around bugs in other packages' dependencies. (Please do still file such bugs, though.)

Version: 2.1.0

Section: universe/admin