Questions tagged [zypper]

Zypper is a command line package manager, which makes use of libzypp.

Zypper is a command line package manager, which makes use of libzypp, providing functions like repository access, dependency solving, package installation, etc.

YaST2 and RPM MetaData package repositories are supported. Zypper repositories are similar to the ones used in YaST, which also makes use of libzypp. Zypper can also handle repository extensions like patches, patterns and products.

http://en.opensuse.org/Portal:Zypper

71 questions
0
votes
0 answers

When using commands in zypper, it says the repo's gpgkey contains garbage

The repo in question is /etc/zypp/repos.d/mysql-community-debuginfo.repo and all the other repos associated with the mysql package I downloaded for mysql80-community-release-sles12-6.noarch.rpm The specific error is this Unexpected…
PaulJVC
  • 21
  • 8
0
votes
1 answer

Install 'createrepo' package opensuse SLES 15 SP4

Hi I am having difficulty installing the 'createrepo' package on opensuse SLES 15 SP4. I've ran zypper install createrepo But I am missing the necessary repos and cannot find the correct repos for the OS I am using. Thanks for any help!
0
votes
0 answers

SUSE zypper doesn't take piped inputs

I have a problem with SUSE 12 zypper. I need to install an unsigned package with zypper in non-interactive mode from script. Unfortunately, zypper version is 1.13 and there is no option for flag "--allow-unsigned-rpm". So I've been trying to "pipe"…
0
votes
0 answers

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:7890

I just installed openSUSE Tumbleweed, but when I zypper ref, I got error enter image description here I have google it, and know it maybe caused by my proxy setting, so i removed my proxy setting and found it works.enter image description here but i…
0
votes
1 answer

Package 'perl-Env' not found

Hi I'm trying to install perl-Env package using zypper. But the installation fails with the following error: user@sles:~> sudo zypper -n install perl-Env Loading repository data... Reading installed packages... Package 'perl-Env' not found. How can…
user89978
  • 97
  • 1
  • 7
0
votes
0 answers

zypper: no repositories defined

The environment is: Ubuntu 20 sub-system in win10. When I run: sudo zypper install -t pattern devel_C_C++. It reported: Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. How can I fix this…
Qiang Zhang
  • 820
  • 8
  • 32
0
votes
0 answers

Patching problems in SLES 12 SP3

I am trying to patch the SLES 12 SP3 using command zypper patch. Its giving me following problems and options. How should I go about it? Loading repository data... Reading installed packages... Patch 'SUSE-SLE-Module-Public-Cloud-12-2020-2135-1' is…
linux01
  • 41
  • 2
  • 7
0
votes
0 answers

What is "/usr/sbin/systemd-sysv-convert: line 62: /var/lib/systemd/sysv-convert/database: No such file or directory"

I'm starting learning Puppet. Everything is new to me. At first I'm using the puppet 2.7.26 which is a component on suse11.4. Yet-- one puppet expert told me not to use puppet 2.x anymore and better use puppet7 instead. So I'm searching how to…
EisenWang
  • 189
  • 1
  • 10
0
votes
1 answer

Signature verification for Repository hardware failed and Update Error Repository unknown [OpenSuse Leap 15_2]

System updates app gives an error while checking updates. If it checks as routine gives a notification "Signature verification for Repository hardware failed". Second error occurs when I want to check updates by using Software Updates app and ist…
0
votes
1 answer

How to download all dependencies of RPM to offline instalation

I have SUSE Linux Enterprise Server 12 SP5 and RPM which should be installed offline. How to download all dependencies of RPM to transfer them to offline machine with same OS?
zikasak
  • 19
  • 5
0
votes
1 answer

suse: zypper: Pre-select the solution in shell script

I am trying to install a package via zypper package manager in SUSE Micro OS. I am trying to automate the software package installation with help of a bash/shell script. $ zypper install libopenssl-devel Loading repository data... Reading installed…
0
votes
2 answers

For auditing purpose, need to provide all the patches applied through zypper patch command. How to list all the patches installed in last 3 months

We are using below command to install patches regularly zypper patch -g security Now we need to audit all the installed patches in last 3 months. Is there a way to get a list of all installed patches in the system. We are using Suse 12 Sp5. Thanks…
Sreenath
  • 47
  • 8
0
votes
1 answer

OpenSuse Leap 15.2 Unable to install docker (GLIBC_2.32 required, but only 2.26 is available)

I am unable to install docker on open suse 15.2, the glibc version does not satisfy docker's dependency: sudo zypper install docker docker-bash-completion python3-docker-compose Loading repository data... Reading installed packages... Resolving…
camstuart
  • 623
  • 3
  • 13
0
votes
0 answers

I want to use OpenSUSE repositories in SLES 15 SP2

I have no remote access to my RMT zypper repositories from a machine installed in another location, but I want to add zypper repositories to install software using zypper. Is there an OpenSUSE zypper repository I can use to install software in SLES…
activedecay
  • 10,129
  • 5
  • 47
  • 71
0
votes
1 answer

'pip3' not found when installing pip3 on suse15 linux failed

Hit the following issue when installing pip3 on suse15 linux. How to fix this issue? *> sudo zypper install pip3 Loading repository data... Reading installed packages... **'pip3' not found in package names. Trying capabilities. No provider of 'pip3'…
taotao
  • 49
  • 10