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
1 answer

using zypper for patching

Based on the article https://www.novell.com/support/kb/doc.php?id=7016113 I am trying to apply the glibc patches. However, I cannot update the system online as it is not connected to internet. I have downloaded the relevant security…
Contact Rao
  • 69
  • 2
  • 6
0
votes
1 answer

Installing xorg-x11-devel package in SLES 11 SP2

I am using Imagemagick(6.4.3.6-7.18.x86_64) in SLES11 SP2 Using it like bellow.. import -window $wid $jpg and getting this error import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1303. This LINK suggests to…
Suvasish Sarker
  • 425
  • 1
  • 7
  • 21
0
votes
2 answers

Puppet install multiple packages using zypper command - packages names got concatenated

I would like to install multiple packages by using the command zypper with puppet. I created my own repository and dumped some bacula packages in there. My manifest is as follows: #cat manifests/init.pp class bacula() { $baculas = [ "bacula-dir",…
gidot
  • 25
  • 1
  • 10
0
votes
1 answer

how to know software/tool is in which package in opensuse 13.1

for example ,I want to compile opencv with gstreamer support, and it say Package 'gstreamer-app-0.10' not found. I have tried sudo zypper in gstreamer-app-0.10 but I get: Package 'gstreamer-app-0.10' not found. finally I solved this by sudo…
madcc
  • 41
  • 1
  • 6
0
votes
1 answer

Ambari install script location(s)

I'm setting up a HDP 2.1 cluster with Apache Ambari. All servers run SLES 11 SP3. The setup fails if I select to install Ganglia because of some dependencies: Installing package apache2?mod_php* ('/usr/bin/zypper --quiet install…
fsperrle
  • 1,262
  • 1
  • 14
  • 26
0
votes
1 answer

Curl download error in Zypper

I'm trying to install a package via zypper: sudo zypper install ambari-server Download (curl) error for 'http://public-repo-1.hortonworks.com/AMBARI-1.x/repos/suse11/repodata/repomd.xml': Error code: Connection failed Error message: couldn't…
fsperrle
  • 1,262
  • 1
  • 14
  • 26
0
votes
1 answer

installing emacs and mercurial on suse

I've some experience on Debian based distribution. There I've never had difficulties to install software like emacs and mercurial which I believe are quite standard packages in Linux OSes. Now I have a new laptop with Suse Enterprise. It seems that…
Emanuele Paolini
  • 9,912
  • 3
  • 38
  • 64
-1
votes
1 answer

Which package in sles15 provides necessary infrastructure for basic TCP/ip based networking?

I need to know suse package which provides the necessary infrastructure for basic TCP/IP based networking. In particular, it supplies common name-to-number mappings in /etc/services, /etc/rpc, /etc/protocols and /etc/ethertypes I.e. suse package…
Sanchu
  • 35
  • 1
  • 5
-1
votes
1 answer

expect: couldn't execute "/usr/bin/zypper patch": no such file or directory

I wrote an expect script vi /foo/force-zypper-patch.exp cat /foo/force-zypper-patch.exp #!/usr/bin/expect set timeout 300 spawn "/usr/bin/zypper patch" expect "Continue? [y/n/...? shows all options] (y): " { send "y\r" } interact but even though I…
pintereric
  • 13
  • 2
-1
votes
1 answer

Is there a way to get pacakge checksum using `zypper`?

How to get the checksum of the package when using zypper. I tried even the --xmlout option of zypper as zypper --xmlout --no-refresh install -D -y --no-recommends MozillaFirefox. Is there a way to get the checksum of the package to be installed?
Arun Prakash
  • 57
  • 1
  • 11
-2
votes
1 answer

Install only dblink module from postgresql-contrib package in centOS

I would like to install only the dblink module from postgresql-contrib package. I use the command as below zypper install postgres-contrib But it installs everything. Is there a way to install a specific module.
1 2 3 4
5