Process of installation, deletion and update the software configuration in the operating system using a pre-prepared packages.
Questions tagged [package-management]
405 questions
0
votes
2 answers
How do you build an MSIX package from the command line
My end goal is to be able to run a Powershell install script in a VM and capture all the changes it makes into a MSIX package. I can do this manually without issue using the MSIX Packaging Tool wizard, but I have a lot of apps to package and some of…

9072997
- 171
- 1
- 11
0
votes
1 answer
Fixing botched yum update: cannot remove duplicates
I was performing a routine yum update when it starting throwing a stream of 'non-fatal' errors. It was complaining the machine had run out of memory. Nevertheless, yum didn't find it necessary to stop this train.
So when it was done and I ran…

kasimir
- 203
- 1
- 3
- 11
0
votes
1 answer
Is a Debian Testing package safety comparable to Ubuntu “Stable”
I've noticed that Ubuntu has newer packages, and I wondered if it has more support or they are less cautious. Turns out it's the latter:
"Ubuntu packages are based on packages from Debian's unstable branch,
which are synchronized every six months."…

Vixxs
- 103
- 1
- 4
0
votes
1 answer
Reinitialize custom debian source list
I just added new package into ./dists/buster/main/binary-amd64/Packages .. how do I reinitialize it? I assume I have to reinitialize it because when I do apt update I dont see package I just added.

Delirium
- 207
- 4
- 11
-1
votes
1 answer
Unable to install some required packages in Red Hat Linux
I Have RHEL6.5. I mam trying to install some required packages.Here is the response
Error Downloading Packages:
glibc-2.12-1.132.el6.i686: failure: Packages/glibc-2.12-1.132.el6.i686.rpm from Local: [Errno 256] No more mirrors to try.
…

bgv
- 77
- 1
- 3
- 6
-1
votes
1 answer
How to resolve Debian virtual package dependency error
When attempting to update a locally-maintained package on a Debian wheezy system I get the following message:
The following packages have unmet dependencies:
local-tenielle : Depends: perl:any which is a virtual package.
The following actions will…

user35042
- 2,681
- 12
- 34
- 60
-1
votes
1 answer
FreeBSD -no internet access -no packages
I just used this command:
make -DBATCH install clean
and realized that I don't have access to internet from FreeBSD.
If I type the address manually the browser doesn't let me see them.
Can someone tell me if there is a place to retrieve a full…

Ciolte Alin
- 1
- 3
-1
votes
1 answer
Is it possible to configure pip, gem, cabal, pear, npm to do unattended upgrades like apt?
The world of package managers is a wonderful one. If one package isn't available in your Linux distributions package manager chances are that it's available in any of the language specific package managers.
But as soon as you install a package…

Rovanion
- 609
- 3
- 7
- 22
-1
votes
2 answers
How to manage server configurations for small projects and servers?
I have been developing a web application which recently launched. Now I am continuing with improvements and want to create a staging server similar to the production server.
I know of the existence of tools like Ansible, Puppet and Chef, however…

Machiel
- 105
- 2
-1
votes
1 answer
debian LTS : how to keep packages up-to-date with last security fixes using apt
What's the best way to keep packages up-to-date (ie with the last security fixes) without worried about major version update ?
For instance, apache2 for squeezeis is 2.2.16 (https://packages.debian.org/source/squeeze/apache2)
However, last apache2…

Quentin
- 101
- 1
-1
votes
1 answer
%files section in building rpm from source using Red Hat package Manager
I am creating customized rpm through source. I want to know what is the use of %files section.
These are the files that rpm will include in the package or it needs these files for rpm creation purpose? How to know which files should be listed under…

Infotechie
- 141
- 2
- 9
-2
votes
2 answers
Reinstalling the uninstalled packages using a bash script to make things back to normal
Well, I created a bash script which seems to work on my situation. Here I have installed a random small program to catch other error messages & saved it as "ls.sh" filename.
for package in $(apt remove hello --purge 2>&1 |
grep "warning: files list…

Pranav
- 99
- 5
-2
votes
1 answer
Libc6 is broken
After updating python version libc6 was broken on my Ubuntu 12.04
I have libc6 2.18-4 and it broken.
It was installed from unstable repo. From precise repo I see 2.15.0 version of libc6. But if I try to force it, I see long list of "To be removed"…

Alex Antonov
- 151
- 1
- 6
-2
votes
1 answer
Trouble installing rpm package
This is probably a dumb question. I need to install the rpm package as listed here: http://www.securityspace.com/smysecure/catid.html?in=CESA-2012:0467 but I simply don't know where it is hosted. I run rpm -Uvh freetype-2.2.1-31.el5_8.1.x86_64.rpm…

Justin Meltzer
- 711
- 1
- 9
- 19
-3
votes
2 answers
Is it possible for packets sent using TCP to ever arrive with different data?
Sometimes in my networking library when I send a packet the data arrives different than when I sent it. I assumed that TCP guarenteed exact delivery. Is this true? Or must there be something wrong in the packaging and receiving process of my own…

tcpstar
- 3
- 1