Questions tagged [zypper]
19 questions
0
votes
1 answer
Apply Security patches using zypper module
Do we have any options to apply security patches only with Zypper ansible module for suse linux server. We don't want to use shell or command module and incorporate the command.
Equivalent command shell: zypper patch --category=security

pugazhendhi
- 27
- 1
- 3
0
votes
1 answer
zypper lp command not working on Suse Linux
I'm trying to list patches in suse linux GCE using the zypper lp command, but I am getting the following error:
"Medium not attached:…
0
votes
1 answer
Ansible PHP Update with zypper (with vendor change)
I would like to automate PHP Updates for my Linux Servers with Ansible. Those are SLES so i'm using zypper module for Ansible. The problem is because of a vendor changes in involved zypper is asking me to confirm Solution 1 which is to also…

Lorem ipsum
- 892
- 5
- 15
-4
votes
1 answer
Zypper: Show all installable versions of a package
Unfortunately a rpm (apache2-utils) has two sources on one server.
If I try to update it, then I get this message:
sle-server# zypper in apache2-utils
Loading repository data...
Reading installed packages...
'apache2-utils' is already…

guettli
- 3,591
- 17
- 72
- 123