If you need to migrate your linux yast2 repositories from one machine to another, you can do the following:
Export list of yast2 repositories into a text file:
zypper lr –export
By default it saves the list of repositories in xport.repo file
On machine 2 you may import the list created by the command above, into the system by importing the list of repositories:
zypper ar -r xport.repo
"ar" stands for "Add Repository", whereas "lr" stands for "list repositories"
No comments:
Post a Comment