Search code examples
linuxpackagerepositoryopensusesuse

How to list the package repository URL in SUSE?


I tried zypper repos but it does not list the URL of the repository. I need this URL as I need the same package repository in another machine and this package repository is private to our organization. Is there a way I can get the URL?


Solution

  • I suppose you can use

    zypper repos -u
    

    or

    zypper lr -u
    

    which will also give you the URI for the repository.