The Modern Package Manager Drawing Power from Mythology
Manage your Linux systems with KutPAM! While managing APT packages, automatically update your Flatpak applications—all in a single interface! It offers a unique experience with its design inspired by Göktürk culture.
In Turkish mythology, the wolf is a symbol of strength, origin, and leadership for the Turkish nation. The wolf logo used in KutPAM represents this deep historical and cultural heritage and symbolizes the power to manage your system.
Key Features:
🔹 Göktürk-Themed Interface – A stylish and unique design with runic icons, dark themes, and historical motifs.
🔹 APT Package Management – Easily manage installation, removal, and updates with a single click.
🔹 Flatpak Update Support – Keeps your Flatpak applications automatically updated.
🔹 Smart System Maintenance:
✔ Detects and repairs broken dependencies
✔ Easily manage updates
✔ Visual tools for adding/removing repositories
🔹 Detailed Package Information – Size, version history, developer details, and more.
🔹 Easy .deb Package Installation –
✔ Install .deb packages easily by dragging and dropping, or
✔ Select the file to install .deb packages.
💡 Why KutPAM?
🚀 History & Technology Meet – A design inspired by Göktürk culture combined with modern functionality.
💪 Powerful and Reliable – Offers the solid infrastructure of APT with a modern touch.
🛠 User-Friendly – Say goodbye to terminal commands, manage everything from a visual interface!
📦 Fast Installation – Install .deb packages with drag-and-drop or file selection.
"With KutPAM, your system will be as powerful and organized as 'Kut' in Turkish mythology!" 🐺🔧
Install Git Clone and Python3
Github Package Must Be Installed On Your Device.
git
sudo apt install git -y
Python3
sudo apt install python3 -y
pip
sudo apt install python3-pip
Required Libraries for Debian/Ubuntu
sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools
sudo apt install network-manager
sudo apt install systemd
PyQt5
pip install PyQt5
PyQt5-sip
pip install PyQt5 PyQt5-sip
PyQt5-tools
pip install PyQt5-tools
Pillow
pip install Pillow
requests
pip install requests
Install KutPAM
sudo git clone https://github.com/cektor/KutPAM.git
cd KutPAM
sudo python3 kutpam.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pytohn3 -m pyinstaller --onefile --windowed kutpam.py
Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
wget -O Setup_Linux64.deb https://github.com/cektor/KutPAM/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y
Release Page: https://github.com/cektor/KutPAM/releases/tag/1.00