This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
install:guides:linux [2021/08/25 18:52] doc |
install:guides:linux [2021/08/26 21:36] (current) doc |
||
|---|---|---|---|
| Line 96: | Line 96: | ||
| If your repository is set to [omnidex-arch] as described above, you can view all available versions and install a particular version using the commands: | If your repository is set to [omnidex-arch] as described above, you can view all available versions and install a particular version using the commands: | ||
| - | # zypper list --showduplicates omnidex | + | # zypper packages omnidex |
| - | # zypper install omnidex-<version> (eg. yum install omnidex-5.3-08D.el6.linux) | + | # zypper install omnidex-<version> (eg. zypper install omnidex-5.3-08D.el6.linux) |
| Note: To install an earlier version of Omnidex than the version currently installed, first remove Omnidex and then clear the yum cache. | Note: To install an earlier version of Omnidex than the version currently installed, first remove Omnidex and then clear the yum cache. | ||
| # zypper remove omnidex | # zypper remove omnidex | ||
| - | # zypper clean metadata | + | # zypper clean |
| === Manual installation === | === Manual installation === | ||