dh_icons
helper programs for debian/rules
Install
- All systems
-
curl cmd.cat/dh_icons.sh
- Debian
-
apt-get install debhelper
- Ubuntu
-
apt-get install debhelper
- Kali Linux
-
apt-get install debhelper
- Fedora
-
dnf install debhelper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install debhelper
- Raspbian
-
apt-get install debhelper
- Dockerfile
- dockerfile.run/dh_icons
debhelper
helper programs for debian/rules
A collection of programs that can be used in a debian/rules file to automate common tasks related to building debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, debconf, doc-base, etc. Most debian packages use debhelper as part of their build process.