Add Source (Tsinghua University open source software image)
sudo eopkg ar solus https://mirrors.tuna.tsinghua.edu.cn/solus/shannon/eopkg-index.xml
Next source Management method
Delete a repository
You can delete a repository by using the following methods:
sudo eopkg Remove-repo Name
For example:
sudo eopkg Remove-repo Example
Add repositories
You can add a repository using the following methods:
sudo eopkg add-repo Name Url
For example:
sudo eopkg add-repo Example http://example.com/repo/eopkg-index.xml.gz
Enable Repository
You can use the repository to do this by:
sudo eopkg Enable-repo Name
For example:
sudo eopkg Enable-repo Example
disabling repositories
You can disable the repository by using the following command:
sudo eopkg Disable-repo Name
For example:
sudo eopkg Disable-repo Example
Update repositories
You can update the index of the repository with the following command:
sudo eopkg Update-repo Name
For example:
sudo eopkg Update-repo Example
Note: You can update all repositories by not providing a name.
List repositories
You can list all the repositories that are added to your system in the following ways:
sudo eopkg List-repo
Enable Repository
You can use the repository to do this by:
sudo eopkg Enable-repo Name
For example:
sudo eopkg Enable-repo Example
disabling repositories
You can disable the repository by using the following command:
sudo eopkg Disable-repo Name
For example:
sudo eopkg Disable-repo Example
Update repositories
You can update the index of the repository with the following command:
sudo eopkg Update-repo Name
For example:
sudo eopkg Update-repo Example
Note: You can update all repositories by not providing a name.
List repositories
You can list all the repositories that are added to your system in the following ways:
sudo eopkg List-repo
Solus Linux Update source