Posts Tagged ‘ Paludis ’
This should be a quickstart for using paludis and not an alternative for reading the whole documentation! Basics Sync the configured repositories: # paludis -s Installing a package: # paludis -i category/packagename Updating the system: # paludis -i world Uninstalling a package: # paludis -u category/packagename Note: All the above commands accept the –pretend parameter to see what will be happening. Searching for a package: # paludis [ READ MORE ]