logo
0
0
WeChat Login

cqpkg

A Python CLI tool for managing RPM packages for CQOS (CQ Quantum Security Operating System) distribution.

Installation

Quick Install

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

Requirements

  • Supported OS: Fedora, RHEL, CentOS, Rocky Linux, AlmaLinux, CQOS
  • System Dependencies (auto-installed):
    • libcurl-devel
    • python3-devel
    • gcc
    • openssl-devel
    • rpmdevtools

The installer will:

  1. Install required system dependencies
  2. Install uv if not present
  3. Install cqpkg using uv tool install

After Installation

If 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

Usage

cqpkg --help

Development

Install from source:

git clone https://cnb.cool/neosuckless/cq/cqpkg.git cd cqpkg uv tool install -e .

License

SPDX-License-Identifier: MIT

About

No description, topics, or website provided.
Language
Python70.4%
Shell26.5%
Dockerfile3.2%