APT Repository
The primary method for installation of makedeb is through the use of makedeb’s APT repository.
These instructions are also applicable to distributions based on Debian and Ubuntu, such as Pop!_OS, Linux Mint, and the various Ubuntu flavors.
To add makedeb’s APT repository to your system, run the following:
wget -qO - 'https://proget.makedeb.org/debian-feeds/makedeb.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/makedeb-archive-keyring.gpg 1> /dev/null
echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.makedeb.org/ makedeb main' | sudo tee /etc/apt/sources.list.d/makedeb.list
sudo apt update
sudo apt install makedeb