- Tested on Linux Mint 21.2
- Download the .AppImage package from the repository.
- Give permissions to the package with
chmod +x ./dbn-tools.AppImage - Run the package with
./dbn-tools.AppImage
- Tested on Ubuntu 22.04
- Download the .deb package from the repository.
- Install the package using the command
sudo dpkg -i dbn-tools.deb. - Run the package by typing
dbn-toolsin the terminal.
- Tested on Debian 11
- Download the .deb package from the repository.
- Repack the package running the script in the utils called
debian_builder.sh. - Remember to give permissions to the package with
chmod +x ./debian_builder.sh - Run the script with the path to the .deb file for example
./debian_builder.sh $HOME/Downloads/dbn-tools.deb - Install the
debian_repacked.debpackage withsudo dpkg -i debian_repacked.deb - Run the package by typing
dbn-toolsin the terminal
- Tested on Kernel 6.0.2
- Download the .deb package from the repository.
- Install debtap with
yay -S debtap - Update the database with
sudo debtap -u - Build the package with
debtap <path-to-package> - Once we have the
tar.zstfile we are going to install it with pacman - Run
sudo pacman -U <path-to-tar-zst-file> - Run the package by typing
dbn-toolsin the terminal