You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zypper-locks.sh is not working like expected. It does not remove any locks.
# zypper --non-interactive rl \*
No lock has been removed.
# zypper locks | grep package | wc -l
1500
According to the manual page removelock does not support globs.
removelock (rl) [options] <lock-number|package-name> ...
Remove specified package lock. Specify the lock to remove by its number obtained with zypper locks or by the package
name.
zypper-locks.sh
is not working like expected. It does not remove any locks.According to the manual page
removelock
does not support globs.This should work:
The text was updated successfully, but these errors were encountered: