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.

2 votes
1 answer
663 views

What is this pip config output?

I have to install and configure Python 3.8.10 on a Windows 7 machine and I'm getting this output for pip config -v list: C:\Users\Username>pip config -v list For variant 'global', will try loading '...
srhslvmn's user avatar
  • 249
1 vote
1 answer
977 views

CentOS cannot load library liblapacke.so.3, yum can't find suitable candidate

I am attempting to run a command: perl bin/smartpca.perl -i merged.eigenstrat.34string.length.geno -a merged.eigenstrat.34string.length.snp -b merged.eigenstrat.34string.length.ind -o merged....
con's user avatar
  • 115
-3 votes
1 answer
406 views

How to migrate all packages, settings, user data etc. after updating to a newer Python version? [closed]

I've just installed Python 3.10 on Windows 10 and none of my scripts are working. For instance, when doing jupyter notebook I get 'jupyter' is not recognized as an internal or external command, ...
srhslvmn's user avatar
  • 249
0 votes
1 answer
201 views

How to read a portfile of a specific package in macports?

I'm trying to find out what a specific port installs and I don't see a way on the ports page to read the portfile. Background: There is a package called openldap-devel, that I need, but I don't ...
BlkPengu's user avatar
  • 140
0 votes
1 answer
587 views

After updating CPU-Z through winget, the language became chinese

I installed CPU-Z before and it was english. Then discovered winget today. Expecting it will behave close to APT on Debian-based operating systems, I upgraded all of the softwares installed on my ...
eSPiYa's user avatar
  • 121
1 vote
1 answer
115 views

How do package installers make packages available anywhere without adding them to the Environment Variables' path?

Example1: When I install a package using a package manager such as the JavaScript package manager npm, the package immediately becomes available to run from any directory on any terminal: $ npm ...
Shayan's user avatar
  • 1,594
0 votes
2 answers
84 views

Starbase Codewright backup file write and remove errors

I am using Codewright 7.0 and am consistently getting an error saying: Cant copy/move file "C:\Program Files (x86)\CodeWright\cwright.ini to backup file C:\Program Files (x86)\CodeWright\cwright....
FrankS's user avatar
  • 31
5 votes
1 answer
7k views

How to remove/uninstall corrupted winget package?

When I run winget list python I get that Python.Python.3 is installed by winget; however, running python says the executable is missing. winget uninstall --id Python.Python.3 runs the uninstaller but ...
treedust's user avatar
  • 123
0 votes
0 answers
128 views

How to efficiently update a package on debian beyond what is available from the repository?

How to update a debian package beyond what is available with apt-get from the official repository of my version of Debian (9.13). For example Python3.0>Python3.7, or meson0.37.1-1>meson0.54. For ...
Wintyr01's user avatar
1 vote
1 answer
5k views

Why do I get a failure to get http://deb.debian.org/debian/dists/bullseye-updates/InRelease when doing apt update on Debian?

I have gone to install a new program, and when I have done an update I have received several warnings: W: Failed to get http://deb.debian.org/debian/dists/bullseye-updates/InRelease Cannot start ...
Jesús Maldonado's user avatar
2 votes
0 answers
5k views

AttributeError: 'version_info' object has no attribute '__version__' when trying to load Yolo Model Weights

I have been referred to this platform from Stack Overflow for this question. I am trying to follow the How to Build Object Detection APIs Using TensorFlow and Flask video (on YouTube). I cloned the ...
Awais Shahid's user avatar
1 vote
1 answer
2k views

How to see which package depends on the lib?

I come with a question - how to check which package depends on a given lib? I don't mean apt show [lib] because that shows what dependencies are responsible for a particular lib. And I have a lib (...
TheTanadu's user avatar
  • 154
2 votes
0 answers
3k views

How to specify winget installation folder

I would like to use winget, on Windows 10, as a packet manager, it seems to work pretty well. However I have encountered a big inconvenience: I seem to be not able to specify the location of the ...
Noumeno's user avatar
  • 106
0 votes
1 answer
903 views

Supervisor is not available. Cannot install it on a fresh Debian 9.13

On our vagrant dev environment, when provisioning (Vagrant box debian 9.13) I install Supervisor using shell provisioner. Always working as expected. That's the content of the script: #!/usr/bin/env ...
Albeis's user avatar
  • 101
0 votes
1 answer
562 views

Why did /usr/bin/php did point to a new version after a reboot

I use ubuntu 20.04 with it's default PHP 7.4 I had to use PHP 7.2 to update the dependencies of an old project, so I used ppa:ondrej/php sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo ...
Bruno's user avatar
  • 121
1 vote
0 answers
39 views

Apt mistakes currently installed `code` package for a different version

I'm using Pop!_OS 18.04 and VS Code. Unfortunately Pop provides slightly broken code packages in its repos and I prefer to use Microsoft-provided code. I have their source added and apt sees it. I ...
gronostaj's user avatar
  • 57.4k
1 vote
1 answer
6k views

Linux: How to Completely Remove ALL Traces of a Program?

Is there a way to completely remove ALL traces of a program in Linux? I've researched a lot on this, and I've seen people talk about apt-get remove packagename, apt-get purge packagename, apt-get ...
user avatar
1 vote
2 answers
106 views

Package choices when installing web server

While installing a web server, I've been pondering some serious question... "Do I really need that package?" I've noticed that when you install your packages for your web server, you often ...
Preciel's user avatar
  • 13
2 votes
1 answer
258 views

Do I need to code sign my executables to add my application to WinGet?

The WinGet spec lists the Minimal singleton YAML file example (which I will display below as of 6/17/2021) shows a SignatureSha256 value, which I think signifies that the executables must be signed... ...
Alice's user avatar
  • 121
0 votes
0 answers
917 views

Debian 10: The following packages have unmet dependencies

I'm trying to install some software as part of a project I am working on for a client. The software is an apt/deb package. The downloads page for this package state that it is designed to work with ...
user3728501's user avatar
  • 2,984
0 votes
0 answers
193 views

Reprovision a Windows 10 package

I've mistakenly unprovisioned the Paint 3d (MS Paint) appx package using Get-appxprovisionedpackage -online | where-object {$_.packagename -like "*paint*"} | remove-appxprovisionedpackage -...
Demiu's user avatar
  • 1
2 votes
1 answer
550 views

Debian VPS : can't apt-get update

I have debian on a VPS and when I do "sudo apt-get update" it failed like this : Reading package lists... Done W: Failed to fetch http://apt.pm2.io/ubuntu/dists/stable/InRelease Could not ...
GrindCode's user avatar
  • 141
0 votes
1 answer
273 views

Get-InstalledModule -AllowPrerelease not listing the prereleases?

I'm currently working on a script that automatically updates a package with error handling. I also want it to recognize prerelease packages. For that, I'm using the "Get-InstalledModule" ...
Silent3rror's user avatar
0 votes
1 answer
93 views

what packages does an `apt` source.list provide?

Is there a way to tell what packages are provided by an /etc/apt/sources.list* entry? I see that apt-cache policy '*' lists all packages provided by all sources, which could be parsed, but that's... ...
usretc's user avatar
  • 247
2 votes
0 answers
271 views

Poetry add <package> returns AttributeError

I am trying to create a Python package using poetry. I haven't been able to replicate the steps described in documentation. When I try to add a dependancy, e.g. poetry add pendulum I get jan@jan-XPS-...
Jan Pisl's user avatar
  • 121
1 vote
1 answer
5k views

Dependency error when installing discord

Guys I'm trying to install discord on my Kali Linux, but I'm getting this error: Reading package lists... Done Building dependency tree Reading state information... Done Reading state ...
Dakota's user avatar
  • 153
0 votes
1 answer
1k views

Debian: Remove all packages installed during a specific date

On a specific day, I installed lots of packages - that I didn't keep a good track of - on my Debian machine. Now I need to remove all this mess, because what I was trying to install simply didn't work ...
AhmedWas's user avatar
  • 196
0 votes
1 answer
87 views

pacaur not installing latest version of package

Using Manjaro and trying to upgrade the cura package to the latest (shown as 4.8.0-1 on AUR at the time of writing). My installed version is 4.7.1-2, and I cannot get it to upgrade. > pacaur -Q --...
Josh M.'s user avatar
  • 1,518
0 votes
1 answer
587 views

my terminal is not recognizing my flask command after i installed flask

I ran into a problem with the terminal, it didn't recognize my flask command! the whole issue started with WARNING: The script isort is installed in '/Users/bigdad/Library/Python/3.8/bin' which is not ...
afbigdad's user avatar
1 vote
0 answers
249 views

Clone Apt Packages Offline

I'm trying to figure out how can I clone apt (.deb) packages from one machine to another without using a remote repository meaning only by transferring files from one machine to the next. From what I ...
JohnD's user avatar
  • 113

15 30 50 per page
1
2
3 4 5
18