What is the difference between patch and update?
For example on OpenSuse linux:
zypper update
and
zypper patch
are two different things.
What is the difference between patch and update?
For example on OpenSuse linux:
zypper update
and
zypper patch
are two different things.
update gets and installs all updates, while patch gets and installs only the patches available from the update repo.