Menu

CCCP package manager

The CCCP Crafter of Controlled Packages (CCCP) is apackage manager that has been designed and implemented from scratch in C. CCCP is managed by the Soviet-Linux team and developed at https://github.com/Soviet-Linux/CCCP.

it uses the filesystem tree as its database to store package metadata and recipes

Examples

  1. Installing a package:

    cccp --install <my_package>
    
  2. Removing a package:

    cccp --remove <my_package>
    
  3. Searching for a package:

    cccp --search <package_name>
    
  4. Updating the repos:

    cccp --update
    
  5. Upgrading all packages:

    cccp --upgrade
    
  6. Installing from a local file:

    cccp --package /path/to/package.ecmp
    

Usage

The basic usage of CCCP is as follows:

cccp [options/package]

Options are evaluated from left to right, meaning the order in which you pass them matters.

Command Options

Here is a detailed breakdown of the options available in CCCP:

General Commands

Package Management

Package Updates

Advanced Options

Prompt Responses