Questions tagged [package-management]

Process of installation, deletion and update the software configuration in the operating system using a pre-prepared packages.

400 questions
0
votes
1 answer

Self extract ZIP that can run a command

I have: install.sh config/* images/* etc I would like to bundle all that up in 1 file, so that when the user runs that file (no args), it will: self extract in /tmp/[temp_name]/ run /tmp/[temp_name]/install.sh Doable? Scope is unix and/or…
benji
  • 477
  • 1
  • 5
  • 11
0
votes
2 answers

Can't install because of missing/broken (virtual) packages

First: I come from stackoverflow - I'm a programmer, not a sysadmin. Please be understanding of my ineptitude with these matters; I'll try to be as precise as possible (retagging and re-titling may be appropriate). I have a dependency situation…
Agos
  • 103
  • 1
  • 4
0
votes
1 answer

Aptly publish asking for password although --passphrase flag is set

I unsuccessfully try publishing an APTLY snapshot (about 80GB) using aptly publish snapshot --batch=true --passphrase="SuperSecretPassWord" --distribution="mydistro" current-snapshot After about 15 minutes I'm always being asked for my key's…
0
votes
1 answer

jessie-backports-sloppy/ejabberd depends on jessie-backports packages how to solve

We have a debian jessie installation and we are trying to install a the package jessie-backports-sloppy/ejabberd with # apt-get -t jessie-backports-sloppy install ejabberd Reading package lists... Done Building dependency tree Reading state…
JAR
  • 179
  • 1
  • 1
  • 9
0
votes
1 answer

How to install YUM with CentOS with conflicting python versions?

I have been searching all over the internet for the instructions to install yum on CentOS. I haven't been able to find a single helpful source as all the links to yum packages are not working. Why isn't there one easy universal way to install yum…
pg2455
  • 101
  • 4
0
votes
1 answer

It is possible to insert words in a command?

Hi I'm try to do an installer which is compatible among different linux distros. It is possible to achieve something like this (see the last line of code). PACKAGE_MANAGER=$1 INSTALL_PACKAGE_CMD="" # CHECK PACKAGE MANAGER if [ "$s1" == apt ] then…
Adrian Lopez
  • 181
  • 6
0
votes
1 answer

Error 404 for centos-sclo-rh-release when trying to install oVirt 4.2

Hello there, I am trying to install oVirt 4.2 on my CentOS 7.4 machine. Unfortunately, yum keeps telling me that he cannot find http://mirror.centos.org/centos/7/sclo/x86_64/rh/repodata/repomd.xml.asc: on the only mirror for centos-sclo-rh-release.…
Majork
  • 1
  • 3
0
votes
1 answer

Install lib files in red-hat from file

One question about installing libs. I have a RH 6.4, and I need some libs to be updated in the SO. I've been provided with the actual version, those are in file format libicudata.so.36.0 libicui18n.so.36.0 libicuuc.so.36.0 Is there a way to…
Jesus Cepeda
  • 141
  • 3
0
votes
1 answer

How to resolve Openssl Package error while installing nginx

I tried to install nginx in a RHEL 7.2 machine, and i got an error, Error: Package: 1:nginx-1.10.2-2.el7.x86_64 (epel) Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit) You could try using --skip-broken to work around the problem You could try…
Dinesh SC
  • 33
  • 1
  • 6
0
votes
0 answers

Installing packages in SLES 12 SP3

I'm new to Suse and I have no idea how to do anything here. This is something I'm terribly new at and I can't figure out some basic stuff. First off, I'm used to Ubuntu. To install packages in Suse I'm using Zypper. It's fairly easy to do so and…
aborted
  • 121
  • 1
  • 1
  • 9
0
votes
1 answer

How to set package version when installing using openstack disk image builder?

I would like to set a specific package version for some packages when using disk-image-builder to create images for use with OpenStack. In this case a Ubuntu base image is used and apt for installation. The "package-installs.yaml" file configures…
Gunnar
  • 131
  • 1
0
votes
0 answers

Package management and building old software

At work we have a vendor supplied library that was delivered to us in the form of C++ headers and .so files. Our production environment has been CentOS 6 for a long time, but we may soon upgrade to CentOS 7. RPM files have been created both for…
zchtodd
  • 111
  • 2
0
votes
0 answers

Yum/Apt Package Repository Managament, Mirrors and Hosted, Must be something better

I've been managing my Yum repositories with Pulp, mirrored and hosted. The complexity is pretty serious, so I've only considered the operational and infrastructure related repositories. DevOps has been almost completely off the table, as…
J. M. Becker
  • 2,431
  • 1
  • 16
  • 21
0
votes
1 answer

How do I monitor for security updates for an uninstalled Debian package

I'm looking after a server which has a customised package, based on a patch against an upstream debian package from a different version of debian to what the server actually runs. I want to make sure I can respond in a timely manner to any security…
mc0e
  • 5,786
  • 17
  • 31
0
votes
2 answers

Install YAST package under Ubuntu

How to install a YAST metapackage (.ymp) package under Ubuntu? Are there any tools for converting a .ymp to a .deb or to an installation script?
user20272
  • 165
  • 1
  • 2
  • 7