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
1
vote
0 answers

How to run zypper commands in SUSE container on non-SUSE host OS (if even possible?)

I'm trying to create support for my program on the SUSE OS...by creating a docker container with my base image/layer being SUSE and then installing my program and any dependent packages via zypper. I'm on windows but I've Switched to Linux…
Anna
  • 379
  • 5
  • 16
1
vote
3 answers

docker build failed at 'Downloading mariadb'

Executing 'docker build -t $name .' failed at following issue. It shows 'mariadb_config not found', but i already installed mariadb on this suse15 linux server. Collecting mariadb==1.0.4 Downloading mariadb-1.0.4.tar.gz (66 kB) ERROR: Command…
taotao
  • 49
  • 10
1
vote
2 answers

python-devel and dependent rpm packages download for SUSE 12 SP4

I want to install python-devel and it's dependent packages on SUSE 12 SP4. Can you please direct me to the official SUSE package manager site? Using Yast I couldn't find the python-devel package. I did "zypper search python-devel" but couldn't find…
Diwakar
  • 11
  • 4
1
vote
1 answer

libpq.so not in `pg_config --libdir` path [OpenSUSE]

As the title says, the library libpq.so is not in the path given by pg_config --libdir. I install postgresql posqtgresql-devel which provides the package libpq5 which in turn installs the libpq.so. $ pg_config --libdir …
xcorat
  • 1,434
  • 2
  • 17
  • 34
1
vote
3 answers

How to get package changes before update in zypper

does a counterpart for apt-listchanges functionality from debian/ubuntu exists for zypper? at the moment I have to do following manually for each updated package: 1) install with zypper, 2) check the changes with rpm -q --changelog PACKAGE_NAME and…
sciamano
  • 95
  • 10
1
vote
1 answer

CMake does not find ZyppCommon when configuring Zypper

I've already compiled and installed libzypp, but when I want to compile zypper then Cmake returns an error: CMake Error at CMakeLists.txt:11 (INCLUDE): INCLUDE could not find load file: ZyppCommon CMake Error at CMakeLists.txt:24…
OriginCode
  • 11
  • 2
1
vote
1 answer

"zypper install python-mysqldb mysql-server" Packages not found

http://docs.openstack.org/icehouse/install-guide/install/apt/content/basics-database-controller.html I am following this guide using OpenSuse 13.1. The guide is intended for Ubuntu but I am trying to find the OpenSuse equivalents. zypper install…
1
vote
1 answer

How can I change the default install path by using zypper in suse 11.2?

There is no useful argument for my question in this command zypper -h . Can anyone help me or tell me how to install yum instead of zypper in suse 11.2 ? Usage: zypper [--global-options] [--command-options] [arguments] Global…
yrd241
  • 49
  • 1
  • 10
1
vote
1 answer

zypper install rpm and see commands that are executed ( very verbose?)

I'm packaging my own rpm's, yet one of my rpm's is not doing what I expect, so I want to debug what zypper is doing: what lines of the pre and post part are executed and what are their outcomes... is there some kind of very verbose option for…
Chris Maes
  • 35,025
  • 12
  • 111
  • 136
1
vote
0 answers

yum/ zypper for non-root installation in independent rpm database

My company is developing a Linux based software product which is shipped to different customers. The product it self consits out of small software components which interact with each other. What we usually ship as an update/ new release to the…
samba2
  • 468
  • 7
  • 15
1
vote
1 answer

Can I tell which packages are going to be installed next?

I have 3 packages that we am building spec files for to install our applications with: Package A Package B Package C A depends on B A depends on c The issue is that each of these packages install things that require an App Server shutdown before…
user177800
1
vote
1 answer

Update error für OpenSuse 12.3 for "libsolv-tools-0.3.2-2.14.1"

I seem to have broken my update system on OpenSuSe 12.3. Whenever I try to update I get this message: ( 1/23) Installing: libsolv-tools-0.3.2-2.14.1 .....................................[error] Installation of libsolv-tools-0.3.2-2.14.1…
HolgerS
  • 87
  • 7
1
vote
0 answers

Install Subversion 1.7.x on SLES 11 SP3

Is there a way to install Subversion 1.7.x on SLES 11 SP3? I only found repos/links/downloads for SVN 1.8.x. (http://software.opensuse.org/download.html?project=devel:tools:scm:svn&package=subversion) I tried to just add the repository for SLES 11…
Vince
  • 1,517
  • 2
  • 18
  • 43
0
votes
0 answers

Is there a command in suse linux just like "yum provides " to find which package includes this command?

As title! When I invoked a command in sles15,indicated as follow enter image description here How can I find what package should I install? Did zypper have the similar command as 'yum provides'? zypper subcommand what-provides just search installed…
0
votes
0 answers

update history in suse repo

is there a command to list package updates or history of a repo with zypper? i'm mainly trying to find out when python 3.10 was added to SLES-15-SP4 repo/module. most info i could get was using: server: # zypper pa -ir 28 but that only returned…
hashguard
  • 403
  • 4
  • 22