How to Install dirtbike in Ubuntu 18.04



Install dirtbike by entering the following commands in the terminal:

sudo apt update
sudo apt install dirtbike

Description:

turn system-installed Python packages into wheels

The purpose of this package is to make it easier to devendorize other packages which bundle various upstream packages. An example of this is pip, which bundles a half-dozen or so other upstream packages. In Debian and other distros, such vendoring is frowned upon. To make it easier to devendorize, dirtbike turns installed system packages into wheels, and these wheels can then be used instead of the vendored packages.

Homepage: https://github.com/paulproteus/dirtbike

Version: 0.3-2.1

Section: universe/python