A Python CLI tool for managing RPM packages for CQOS (CQ Quantum Security Operating System) distribution.
curl -sSf https://cnb.cool/neosuckless/cq/cqpkg/-/git/raw/main/install.sh | bash
Or download and run:
wget https://cnb.cool/neosuckless/cq/cqpkg/-/git/raw/main/install.sh
chmod +x install.sh
./install.sh
libcurl-develpython3-develgccopenssl-develrpmdevtoolsThe installer will:
uv tool installIf this is a fresh uv installation, restart your shell or run:
# For bash, zsh
source ~/.local/bin/env
# For fish
source ~/.local/bin/env.fish
cqpkg --help
Install from source:
git clone https://cnb.cool/neosuckless/cq/cqpkg.git
cd cqpkg
uv tool install -e .
SPDX-License-Identifier: MIT