openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
242 stars 22 forks source link

Change zypper command parameter from --repo to --from #11

Closed guoyunhe closed 5 years ago

guoyunhe commented 5 years ago

There is a big difference between zypper in --repo Emulators m64py and zypper in --from Emulators m64py. --repo means only from the repo, it won't find dependencies from other repository, which may cause some problems. --from means you install that package from the repo, if some dependencies are not found in the repo, look into other repos.