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
2 answers

RPM spec decide which dependency installs first

I'm trying to create an RPM (my-main-rpm) that has over 10 dependencies (most of which are not made by me), but I want to first install another RPM (my-rpm-prerequisite) created by me. This my-rpm-prerequisite RPM creates/modifies some files that…
anandv96
  • 16
  • 1
  • 2
0
votes
2 answers

How to clean and reinstall NPM and NodeJS on OpenSUSE Leap 15.2?

As root, I deleted some directories in /usr/local/bin and /usr/local/lib on my OpenSUSE Leap 15.2 linux server to cleanup some nodejs modules. I then uninstalled nodejs and npm using Zypper (zypper remove nodejs npm). I removed '.npm' directory in…
BReddy
  • 407
  • 3
  • 13
0
votes
1 answer

How to create RPM package that uses setcap and works on both dnf/yum (fedora/redhat) and zypper (openSuse)

I'm developing an RPM package for a service that requires the command setcap for setting capabilities. The purpose of using setcap is to listen to port numbers below 1024. RPM packages have a 'Requires' section that is a comma-separated list of…
cat_in_hat
  • 635
  • 9
  • 15
0
votes
1 answer

How to install SELinux on SLES 15-SP1?

How do I install SELinux on SLES 15-SP1? I havee tried using YaST2, following these steps: Log in to your server as root and start YaST. Select Software › Software Management Select View › Patterns and select the entire C/C++ Development category…
Keith
  • 51
  • 2
  • 9
0
votes
0 answers

zypper refresh not working: "Refreshing service 'cloud_update'."

I'm on Google Cloud and I'm trying to update from the SUSE repositories, but I am unable. For example when I run this: # zypper refresh I get: Refreshing service 'cloud_update'. For a long time, then I get: Timeout exceeded when accessing…
0
votes
0 answers

What package management tool can be used across OpenSuse and CentOS?

I have created a project in OpenSuse and I'm trying to deploy it in CentOs using a makefile. In the dev environment, I used zypper to install all the packages and its dependencies. However, Centos uses a different high level package manager like Yum…
0
votes
1 answer

How to install all dependencies in SUSE using "zypper " in a one line command?

zypper install glibc* libstdc* The following 6 NEW packages are going to be installed: glibc-devel-32bit libstdc++-devel libstdc++-devel-32bit libstdc++48-devel libstdc++48-devel-32bit libstdc++6-locale 6 new packages to install. Overall download…
0
votes
1 answer

zypper dependency resolution

I am facing problem while installing an "Company-hardening-1.0-1.noarch.rpm" RPM through zypper. There are 2 systems involved. Both are SUSE-Linux-Enterprise-Server-11-SP3 VMs. System 1: (working) In this system I am able to install the rpm, in this…
Hemant Yadav
  • 307
  • 1
  • 4
  • 19
0
votes
1 answer

Trying to install rpm package

I am trying to install the GCC 4.7 in linux environment; using following command: zypper install *.rpm in a directory containing: libgcc_s1-4.7.2_20130108-0.17.2.x86_64.rpm…
0
votes
1 answer

Installing php5-openssl on Amazon SUSE SE 11 SP3

I have a SUSE ES 11 SP3 Amazon EC2 instance and I need to install the php5-openssl package, but I'm getting in trouble when using "zypper install". I should have upgraded the insance infrastructure update (more details here), but I missed the…
Arivan Bastos
  • 1,876
  • 1
  • 20
  • 28
0
votes
0 answers

SUSE_Linux zypper installing Fail

I'm using SUSE linux server and i tried zypper command as below.. zypper install [argument] But the result message poped up Retrieving repository 'sles112repo' metadata [\] Download (curl) error for…
0
votes
1 answer

Suse Linux docker file

I have a suse linux 12 ec2 instance. I have activated a image sles11sp3-docker-image using sledocker. In the Dockerfile when I try to install ibm java 1.6 using RUN zypper in java-1_6_0-ibm, I get following error . Refreshing service…
boredmgr
  • 272
  • 1
  • 7
  • 20
0
votes
0 answers

How to RPM install the web service itself from web?

Hi please allow me to make another thread to make it clear. The original issue is here, https://stackoverflow.com/questions/35529347/zypper-failed-in-web-install-but-works-fine-from-cmdline-install At first we upload a webServer.iso in the web GUI,…
user3552178
  • 2,719
  • 8
  • 40
  • 67
0
votes
1 answer

What's causing bloat on opensuse Docker?

So I pulled down the opensuse Docker--only 94M, nice! I created a Docker file like this: FROM opensuse RUN zypper --non-interactive install tar RUN zypper --non-interactive clean -a RUN rm -rf /var/log/zypp /var/log/zypper.log The 'tar' command…
Greg
  • 10,696
  • 22
  • 68
  • 98
0
votes
1 answer

Sles10 zypper can not add repository

I would like to add a new local repository of SLES 10 SP4 on my System. But zypper gives Problems. Here is what I tried so far, #zypper ar /some/local/dir local {I have copied all the SLES10 RPMs inside this dir} Unknown command 'ar'. zypper sa…
Sachin H
  • 37
  • 6