Lock packages in zypper

To prevent updates to packages in zypper, you can use the al command to add a lock.

sudo zypper al texlive*

to view locks, you can use the ll command

sudo zypper ll

To remove a lock use the rl command

sudo zypper rl texlive*

Revision #1
Created Tue, Jan 22, 2019 6:43 PM by kenneth
Updated Tue, Jan 22, 2019 6:45 PM by kenneth