Skip to content
/ opi Public
forked from openSUSE/opi

OBS Package Installer (CLI)

License

Notifications You must be signed in to change notification settings

ixnij/opi

 
 

Repository files navigation

OPI

OBS Package Installer

Search and install almost all packages available for openSUSE and SLE:

  1. openSUSE Build Service
  2. Packman
  3. Popular packages for Microsoft and other vendors

System Requirements

  • openSUSE Tumbleweed, openSUSE Leap 42.1+, SLE 12+
  • python3
  • python3-requests
  • python3-lxml
  • python3-termcolor

If you want to use dnf instead of zypper, you also need:

  • dnf
  • libdnf-repo-config-zypp

Install

openSUSE Tumbleweed and Leap

sudo zypper install opi

SLE

# SLE 15
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/home:guoyunhe/SLE_15/home:guoyunhe.repo

sudo zypper refresh
sudo zypper install opi

Use

Command:

opi filezilla

Output:

Screenshot

Using DNF instead of Zypper

If you want to, you can use DNF instead of Zypper. To do this, change the content of ~/.config/opi/config.json so that it looks like this:

{
  "backend": "dnf"
}

If you want to go back to Zypper, just change the value of backend back to zypp.

Packages from Other Repositories

Packman Codecs (enable you to play MP4 videos and YouTube)

opi packman

# or

opi codecs
openSUSE Package Installer
==========================

Search and install almost all packages available for openSUSE and SLE:
 1. openSUSE Build Service
 2. Packman
 2. Popular packages for various vendors

Usage: opi <query>

  <query> can be any package name or part of it and will be searched for
  both at the openSUSE Build Service and Packman.

Also this queries can be used to install packages from various other vendors:

  chrome            Google Chrome webbrowser
  codecs            Media Codecs from Packman Repo
  msteams           Microsoft Teams
  skype             Microsoft Skype
  teamviewer        Teamviewer remote access
  vscode            Microsoft Visual Studio Code
  vscodium          Visual Studio Codium

About

OBS Package Installer (CLI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 4.8%
  • PHP 2.6%