Skip to content

zhangxuan2011/XKUPM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XKUPM

XKUPM is means XIAOKUAI Universal Package Manager, but now it only supports Linux Platform.

Open-Source LICENSE

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.0

Unless 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.

Ready to build(IMPORTANT!)

If you want to build XKUPM, You have to make sure that GCC(GNU Compiler Collection)/G++,GNU Make and CMake is installed correctly.

Debian series

First, Update apt Repository indexes
apt update
2. Install build-essential
sudo apt install build-essential
3. Install cmake
sudo apt install cmake

Arch series

First, Update Local package database
sudo pacman -Sy
2. Install base-devel
sudo pacman -S base-devel
3. Install cmake
sudo pacman -S cmake

How to build

build.sh

If you want to build XKUPM, you can through build.sh(Recommend)
chmod +777 .\build.sh
.\build.sh

CMake & GNU Make

You not only can build it through build.sh, you also can build it through CMake and Makefile
cmake .
make

Run it

chmod +777 .\xkupm
.\xkupm help

Usage

Usage: xkupm [options] command [packages]
Command Options:
install [source/binary] - Install package.
update - Update Indexes & Packages.
find - Find package in indexes

Support us

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.

About

XIAOKUAI Universal Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 84.4%
  • C 10.8%
  • CMake 2.6%
  • Shell 2.2%