,---------------------------,
| /---------------------\ |
| | | |
| | KINSTALLER | |
| | MADE BY | |
| | HARAJIT | |
| | | |
| \_____________________/ |
|___________________________|
,---\_____ [] _______/------,
/ /______________\ /|
/___________________________________ / | ___
| | | )
| _ _ _ [-------] | | (
| o o o [-------] | / _)_
|__________________________________ |/ / /
/-------------------------------------/| ( )/
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
THIS IS OUR PROJECT KInstall is a script that simplifies the installation of packages on various Linux distributions and macOS. It supports different package managers based on the user's operating system.
-
Clone the repository:
git clone https://github.com/harajit05/kinstall.git
-
Navigate to the repository:
cd kinstall
-
Run the script:
./kinstall.sh
To install KInstall systemwide, use the following commands:
make
sudo make install
- Debian/Ubuntu:
apt-get
- RHEL/Fedora:
yum
- Fedora:
dnf
- Arch Linux:
pacman
- openSUSE:
zypper
- Gentoo:
emerge
- macOS:
brew
- NixOS:
nix-env
- Universal Linux:
snap
- Make sure to run the script with appropriate permissions and follow the prompts to install the desired package.
This project is licensed under the MIT License.