repository
The repository command in LPM enables you to manage repositories efficiently. This documentation outlines essential actions associated with repositories.
-
Add repository: You can easily add repository using the following command:
# args: <repository-name> <repository-url> sudo lpm --repository --add linux-amd64-default linux-amd64-default.lpm.lodosgroup.org
LPM will then add the repository along with its associated package indexes.
-
Delete repositories:
If you want to delete repositories, follow the approach below:
# args: <repository-name>, <repository-name>, <repository-name>, ... sudo lpm --repository --delete linux-amd64-default
-
List repositories:
If you want to see list of all repositories added to LPM, follow the approach below:
lpm --repository --list