The following table provides alternate zypper commands for ZMAN commands. These Zypper commands can be used via Zypper install on SUSE-based devices and via Yum install on Red Hat-based devices.
ZMAN Command |
Alternate Zypper Command |
Alternate YUM Command |
---|---|---|
checkpoint-add,cpa |
Not Available |
Not Available |
checkpoint-remove,cpr |
Not Available |
Not Available |
checkpoints,cpl |
Not Available |
Not Available |
dist-upgrade,dup |
dist-upgrade(dup) |
upgrade |
info |
info (if) |
info |
install,in |
install (in) |
install |
list-updates,lu |
list-updates (lu) |
list updates |
lock-add,la |
addlock (al) |
versionlock <package_name >1 |
lock-delete,ld |
removelock (rl) |
versionlock delete <package_name >1 |
lock-list,ll |
locks (ll) |
versionlock list1 |
packagehistory,ph |
Not Available |
history <package name> |
remove,rm |
remove (rm) |
remove |
rollback,ro |
Not Available |
history2 |
search,se |
search (se) |
search |
update,up |
update (up) |
update |
what-provides,wp |
search --provides --match-exact |
provides <package name> repoquery –whatprovides <package name>3 |
what-requires,wr |
search –requires –match-exact |
repoquery –whatrequires <package name>3 |
1 Needs a plug-in to be installed. For more information, see https://access.redhat.com/solutions/98873
2 For more information, see https://access.redhat.com/solutions/64069.
3 Install yum-utils package. For more information on repoquery commands, see https://man7.org/linux/man-pages/man1/repoquery.1.html.