Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
install:guides:linux [2020/02/26 20:22]
doc
install:guides:linux [2021/08/25 18:52]
doc
Line 35: Line 35:
  
   # wget http://​www.omnidex.com/​downloads/​omnidex/​Linux/​el5/​omnidex.repo -P /​etc/​yum.repos.d   # wget http://​www.omnidex.com/​downloads/​omnidex/​Linux/​el5/​omnidex.repo -P /​etc/​yum.repos.d
 +
 +
 +For SuSE versions:
 +
 +  # wget http://​www.omnidex.com/​downloads/​omnidex/​Linux/​el6/​omnidex.repo -P /​etc/​zypp/​repos.d
 +  ​
  
 == 3. Choose whether to use the latest stable version or the current development version ==  == 3. Choose whether to use the latest stable version or the current development version == 
Line 49: Line 55:
  
 == 3. Install Omnidex == == 3. Install Omnidex ==
 +
 +For Red Hat or CentOS versions:
  
 Once the Omnidex repository is copied, Omnidex can be automatically installed using the command: Once the Omnidex repository is copied, Omnidex can be automatically installed using the command:
Line 71: Line 79:
   # yum remove omnidex   # yum remove omnidex
   # yum clean metadata   # yum clean metadata
 +
 +For SuSE versions:
 +
 +Once the Omnidex repository is copied, Omnidex can be automatically installed using the command:
 +
 +  # zypper install omnidex
 +  ​
 +You can update an existing version of Omnidex using the command:
 +
 +  # zypper update omnidex
 +
 +You can remove an existing version of Omnidex using the command:
 +
 +  # zypper remove omnidex
 +
 +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 install omnidex-<​version> ​ (eg. yum 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.
 +
 +  # zypper ​ remove omnidex
 +  # zypper ​ clean metadata
  
 === Manual installation === === Manual installation ===
 
Back to top
install/guides/linux.txt ยท Last modified: 2021/08/26 21:36 by doc