wpkg --list-sources
Options | Comments |
---|---|
--admindir | Define the administration directory, where the database of the installed packages resides. |
--debug | Define a set of flags of things to print out for debug purposes. |
--instdir | Define the installation directory, where the data files are installed on the target. |
--quiet | Request for warning messages to not be displayed. |
--root | Define the installation root path. |
--verbose | Display log information of level INFO. |
The --list-sources command outputs the current list of sources for your target system. These are the contents of the sources.list file with one source per file.
Note that a valid source line does not mean the source is valid. The validity of the sources can be checked with the --update-status assuming the --update was run at least once before.
Use the --verbose option to get more information.
To add new sources, use the --add-sources command.
To remove sources, use the --remove-sources command.