mkcmd is a tool to install all kinds of installation files in linux. This makes it easy for the user. And some appliations, even after installed, will have to be opened through typing long commands. Well, not any more.
- Quickly install an application from various installation files.
- Create custom launch commands for installing applications
- Supported Distros: Currently Debian based distros
- Supported installation file formats: .AppImage
- Add the package repo to sources list, if you haven't already. (All our packages are in the same repo)
echo "deb [trusted=yes] https://adekacciorg.github.io/lin-packs ./" | sudo tee /etc/apt/sources.list.d/adekacci.list- Update apt list
sudo apt update- Install mkcmd
sudo apt install mkcmdmkcmd <command_name> <path_to_AppImage_file>