Closed beyondmeh closed 2 years ago
Add support for zypper which is OpenSUSE's package manager
zypper
sudo zypper in $1
zypper search $1
sudo zypper up
sudo zypper ref
Just a suggestion here, in this PR i've got a function that can be very useful for ensuring a package manager wrapper has implemented the full interface. Will probably help to keep things in line as the interface and the managers grow.
https://github.com/beyondmeh/piu/pull/17/files#diff-04d7e0ccb27079600cba088e7fd6106aa39a43949370178707916343e6e206b6R37-R45
Add support for
zypper
which is OpenSUSE's package manager