This application provides a user-friendly interface for installing predefined applications. It is written using GTK.I can add package if you can suggest any package. I use manjora so maybe this tool not work other distribution
To run this project, you need the following libraries installed:
- GTK 3
- GLib
- GIO
You can install the necessary libraries using the following command:
sudo pacman -S base-devel gtk3
mkdir git
cd git
git clone https://github.com/cosmos-emissary/archappinstaller.git
cd archappinstaller
gcc -o application_installer application_installer.c `pkg-config --cflags --libs gtk+-3.0 gio-2.0 gdk-3.0`
cd $HOME/.local/share/applications/
nano arch-app-installer.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Arch App Installer
Comment=Install various applications easily
Exec=$HOME/git/archappinstaller/gtk_installer
Icon=$HOME/git/archappinstaller/logo.jpg
Terminal=false
Categories=Utility;Application;
chmod +x pinstall.sh
./pinstall.sh