packages

CCCP Linux Package Archive

  1. Obtain the keyring:
    url=https://cccp-linux.github.io/packages/cccp-linux-keyring.asc
    wget -qO- $url | gpg --dearmor | sudo tee /etc/apt/keyrings/cccp-linux-keyring.gpg
    
  2. Select your distro and component(s):
    suite="sid" # or "trixie" "questing" "resolute" "noble"
    comps="main" # and/or "casparcg" "embedded"
    
  3. Create the sources file:
    sudo tee /etc/apt/sources.list.d/cccp-linux.sources <<EOF
    Types: deb
    URIs: https://cccp-linux.github.io/packages
    Suites: $suite
    Components: $comps
    Signed-By: /etc/apt/keyrings/cccp-linux-keyring.gpg
    EOF
    
  4. Update your system:
    sudo apt update
    
  5. Check out available packages:
    apt list ~OCCCP.Linux
    
  6. Install the one(s) you like:
    sudo apt install <package> ...
    
  7. Share and enjoy.

Authors

License

This project is distributed under the GNU GPL license. See the LICENSE.md file for details.