CCCP
What is CCCP
CCCP is our custom package manager built in The C Programming Language. It is designed to simplify your interaction with packages using the OUR package repository.
How to use CCCP
CCCP is a command line tool, so you need to be familiar with the terminal to use it. We've designed it to be as user-friendly as possible.
Commands
-
Everyday Options:
-hor--help: Prints a help message-vor--version: Prints the version of the package manager-ior--installfollowed by the package name: Installs a package from OUR repo-ror--removefollowed by the package name: Removes a package from the system-lor--list: Lists all the packages that are installed on your system-sor--searchfollowed by the package name/query: Finds a package--update: Checks for any updates in your system--upgrade: Upgrades all the packages that are installed in your system
-
Advanced Options:
-Yyor-Nn: Automatically accept or decline the prompts accordingly--no-checksum: Skips the checksum verification-owor--overwrite: Overwrites installed packages-dbgor--debugfollowed by a number from 0 to 4: Indicates the debug level--verbose: Switches to verbose output-pkgor--packagefollowed by a path to an .ecmp file: Installs directly from the file
Advanced Options should only be used if you know what you are doing