XKUPM is means XIAOKUAI Universal Package Manager, but now it only supports Linux Platform.
XKUPM use Apache 2.0 LICENSE.
NOTICE:
Copyright 2025 xiaokuai(@小块SIXTEEN)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
If you want to build XKUPM, You have to make sure that GCC(GNU Compiler Collection)/G++,GNU Make and CMake is installed correctly.
First, Update apt Repository indexes
apt update
2. Install build-essential
sudo apt install build-essential
3. Install cmake
sudo apt install cmake
First, Update Local package database
sudo pacman -Sy
2. Install base-devel
sudo pacman -S base-devel
3. Install cmake
sudo pacman -S cmake
If you want to build XKUPM, you can through build.sh(Recommend)
chmod +777 .\build.sh
.\build.sh
You not only can build it through build.sh, you also can build it through CMake and Makefile
cmake .
make
chmod +777 .\xkupm
.\xkupm help
Usage: xkupm [options] command [packages]
Command Options:
install [source/binary] - Install package.
update - Update Indexes & Packages.
find - Find package in indexes
You can give feedback via GitHub Issues or send an email to rainyhowcool@outlook.com.
If you want to add a new feature, please submit a Pull requests.