Skip to main content

Questions tagged [package-management]

Package management is the process of installing, upgrading, configuring, and removing software packages for a computer's operating system in a consistent manner.

0 votes
1 answer
583 views

How can i install tomboy on CentOS 7?

I downloaded tomboy-1.15.4-9.fc23.x86_64.rpm. During installation,with this command yum --nogpgcheck localinstall tomboy-1.15.4-9.fc23.x86_64.rpm or rpm -i tomboy-1.15.4-9.fc23.x86_64.rpm I faced ...
HP_perfect's user avatar
1 vote
1 answer
2k views

Linux kernel "half configured"

I've been running Debian Wheezy for over a year with no problems until a week ago. For no obvious reason, the system has suddenly decided that the Linux kernel is only half-configured, and none of ...
fixer1234's user avatar
  • 27.6k
1 vote
1 answer
84 views

Why would a Linux computer with no Nvidia hardware get indigestion over an Nvidia kernel?

I'm running Debian Wheezy on a computer with ATI / AMD graphics and no Nvidia hardware. A week ago, with no obvious cause, apt decided that it needs to configure Nvidia graphics any time it runs, ...
fixer1234's user avatar
  • 27.6k
4 votes
1 answer
5k views

SUSE SLES 11: zypper: Ignore dependency in scripted setup

I have an issue here, trying to install libopenssl-devel on a SuSE box. The installation is purely from DVD (no online updates involved). $ sudo zypper install libopenssl-devel Loading repository ...
DevSolar's user avatar
  • 4,500
3 votes
2 answers
3k views

How to know which package owns a file in SUSE?

A previous question, How do I find out which package owns a file? asked about Debian-based package management. I have the same question for SUSE Enterprise 10, using YaST (or any other tool suitable ...
ArthurChamz's user avatar
1 vote
0 answers
301 views

Understanding package management systems for Linux

I have a low-end laptop and am looking to install a lightweight linux distribution on it, but I have certain requirements regarding package management systems, since I will be contributing to a web ...
Gregory Peck's user avatar
13 votes
3 answers
34k views

How do you make a list/file for pacman to install from?

I am trying to move from one arch install a (partitioned one) to another (a less-partitioned one) on my computer and I want a similar set up. So I was wondering if there was a simple way to get pacman ...
Llywelyn Clay-Michael's user avatar
3 votes
2 answers
3k views

Can 'apt search' display results as one-liners like 'apt-cache search' does?

I just recently discovered the shorthand versions of apt commands: apt install instead of apt-get install, apt update / apt-get update, apt search / apt-cache search. Is there a config setting to make ...
patraulea's user avatar
  • 411
0 votes
2 answers
507 views

chocolatey pauses during download or install, until button is pressed

Issue: When installing a list of programs using Chocolatey, it will sometimes pause during the download or install and won't continue until I return to the CMD window and tap a button. For example, ...
wjandrea's user avatar
  • 596
217 votes
6 answers
425k views

How to install a specific package version in Alpine?

I have a Dockerfile to build a Docker image that is based on Alpine Linux. Now I need to install a package as part of this Dockerfile. Currently I have: RUN apk update && \ apk upgrade &...
Golo Roden's user avatar
  • 2,479
0 votes
1 answer
194 views

Generate manifest for distfiles, when writing ebuilds for Portage

I tried to install leiningen from the rebel overlay, however it has a not matching manifest for lein-pkg. So I put it into a local overlay to fix it. Question: How can I generate manifest for ...
atevm's user avatar
  • 369
9 votes
0 answers
3k views

How can I exclude a port from macports upgrade outdated?

I want to update all my outdated ports, but as libgcc-devel takes upwards of 3 hours to build, I want to exclude it. The tip I read on the internet is applying logical operators. So I run $ sudo port ...
oarfish's user avatar
  • 806
1 vote
1 answer
1k views

How to edit PKGBUILD in aura?

My question is about an Archlinux AUR helper, - aura. I tried to edit a PKGBUILD file before installing a package, but could not: no keys that I use in text editors are working. What keys are used to ...
Anatoly's user avatar
  • 13
2 votes
1 answer
4k views

How do I resolve postfix installation issues?

There is some problem with postfix. When i try to remove it so that i can reinstall: learner@juggernaut:~$ sudo apt-get remove postfix Reading package lists... Done Building dependency tree ...
juggernauthk108's user avatar
0 votes
2 answers
557 views

Switch from DNF to Yum (Fedora 22)

I just installed Fedora 22 and - much to my surprise/anger - I found that yum has been replaced by DNF. I don't want DNF, no matter how superior it is compared to yum - how can I completely switch ...
flashbang's user avatar
4 votes
0 answers
2k views

Why does dnf uninstall python-pip want to uninstall Fedora?

Having trouble installing packages with pip (wow. so unexpect. much surprise) and upon trying to toss it entirely and start over (no, dnf reinstall was not sufficient) I found that dnf seemed to think ...
memorableusername's user avatar
1 vote
5 answers
3k views

Why does Linux force package managers?

I'm new to Linux and I still don't see enough benefit to package managers to understand how they have become so dominant. For example: say I've heard Emacs is amazing and I want to try it out. I go ...
tafoya77n's user avatar
3 votes
0 answers
67 views

Is it possible to change the installation directory using OneGet?

I'm trying to install an app, for example Firefox using: Install-Package -Name Firefox -Source chocolatey But by default it installs on C:\Program Files. I would like instead make it install on D:\...
BrunoLM's user avatar
  • 5,774
0 votes
1 answer
53 views

Packages from OS or from custom package manager

Several programming languages have their own package manager for libraries. Ruby has gem, Haskell has cabal etc. But very often, some of the important libraries have an OS package as well. So which ...
Lykos's user avatar
  • 103
1 vote
1 answer
3k views

Yum / dnf tries to remove standalone packages as dependencies

When I try to yum remove texlive it lists all the packages it will remove as dependencies 'only to texlive', but for example gcc is listed. But I want to leave it in the system. Can I somehow specify ...
JaKu's user avatar
  • 113
4 votes
2 answers
7k views

environment module : Cannot initialize TCL

I am trying to create a python-2.7.10 module on a CentOS 6 cluster. My simple python-2.7.10 module file is : #%Module1.0 prepend-path PATH /gpfs0/export/opt/anaconda-2.3.0/bin prepend-path MANPATH ...
irritable_phd_syndrome's user avatar
236 votes
3 answers
98k views

How can I remove outdated installed versions of Homebrew packages?

How can I remove outdated versions of Homebrew packages that are installed side-by-side with current versions?
aknuds1's user avatar
  • 9,428
1 vote
1 answer
347 views

How do I ensure that Homebrew uninstalls old versions when upgrading?

Homebrew seems to install new versions side by side with old versions when upgrading outdated versions (brew upgrade), at least I have a bunch of packages with multiple versions. How do I ensure that ...
aknuds1's user avatar
  • 9,428
2 votes
1 answer
2k views

May I use portage on ChromiumOS natively?

May I unlock Portage on ChromiumOS or reinstall it natively without jails and other 'install linux inside ChromiumOS' approaches? May I use Gentoo default repository then? Why I like ChromiumOS look ...
ilyaigpetrov's user avatar
0 votes
1 answer
1k views

How do I get an RPM .spec file from FPM (Effing Package Management)?

I have made a package with Effing Package Management on CentOS 6, and sent people the fpm... stuff to generate it. It looks like some of these people I trust would like to see a .spec file, too. I ...
Nathan Basanese's user avatar
0 votes
1 answer
5k views

Alternative to DISM for package removal on Windows 10 [closed]

Is there any way - manual or automated - that allows for the removal of installation packages from Windows in offline mode (mounted wim) -- other than DISM? Any automated solution should support the ...
Zerobinary99's user avatar
  • 1,781
0 votes
1 answer
2k views

How to prevent dpkg trigger cycle?

I build a debian package which generates menu files using update-menus, but in many languages. It is activated via dpkg's trigger facility: "interest /usr/share/menu". Unfortunately provides the ...
bandie's user avatar
  • 142
0 votes
1 answer
967 views

After Upgrade: Pacman error 404

I've upgraded Arch Linux on my Raspberry, and now receiving following error every time I want to update my system with pacman -Syu: :: Synchronizing package databases... error: failed retrieving ...
Gary's user avatar
  • 3
5 votes
1 answer
4k views

How Chocolatey knows which packages are installed and which aren't

Chocolatey is a package management system for Windows. First, you download and install Chocolatey, which is free and open-source software. You tell it what software you want, then (usually) answer ...
unforgettableidSupportsMonica's user avatar
13 votes
1 answer
8k views

How do I use Windows 10 built-in package manager?

I'm finding Windows 10 package management not very intuitive. Below are my adventures in trying to install VLC, which sounds like a very common test case for a package manager. Find-Package vlc Nope ...
Jonathan's user avatar
  • 1,772

15 30 50 per page
1
5 6
7
8 9
18