Skip to main content

Questions tagged [packages]

Typically used in reference to Linux software, a “package” refers to a compressed file archive containing all of the files that come with a particular application.

-3 votes
1 answer
404 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
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
0 votes
1 answer
355 views

Installing R 'greenbrown' package on Mac in R 4.1.2

I recently switched to Mac from Windows and I need to use the 'greenbrown' package to run some code. However, when I try to install as per the online instructions, I get errors that I think are ...
clare.s'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
4k views

Cannot install packages with pip - error with inconsistent version but version matches metadata

I recently have an issue trying to install anything with pip. It keeps trying older versions complaining that each one has a version mismatch, when it matches perfectly fine. This following log is ...
QuickishFM's user avatar
  • 1,027
1 vote
1 answer
3k views

What is libnss_dns.so and libnss_files.so library? What dependency do they have on openssh?

I am trying to ssh into my board ( Imx6 Humming board) through my PC using Putty.I get "unexpectedly closed network connection" immediately after login prompt in putty. Replacing these 2 ...
Jahnavi's user avatar
  • 13
0 votes
1 answer
2k views

Unable to locate package neofetch on apt install neofetch

I'm trying to install neofetch on a Linux server running Debian 8, I'm already on root, I type apt install neofetch but it returns E: Unable to locate package neofetch. I tried apt-get install ...
Hamza's user avatar
  • 1
5 votes
1 answer
12k views

E: Unable to locate package linux-tools-5.4.0-77-generic on WSL Debian 11

I'm following this oficial guide to Connecting USB devices to WSL2 but I'm stuck installing linux-tools-5.4.0-77-generic. I'm executing the $ sudo apt install linux-tools-5.4.0-77-generic command but ...
José Pulido's user avatar
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
7 votes
7 answers
106k views

VirtualBox Kernel driver not installed (rc=1908)

I am trying to setup a Windows 10 (guest) VM on Ubuntu 20.04 (host) and I am stuck with the following problem when trying to launch it. The virtual machine 'Windows 10 Pro' has terminated ...
Infinite Learner's user avatar
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
0 votes
0 answers
914 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,974
1 vote
1 answer
2k views

Is it safe to install Ubuntu's .deb packages on debian? Are .deb packages universal?

Case in point, AppImage Launcher I wanted to install the .deb package for it but they only had options for bionic and xenial. I am running debian 10 buster. So I wasn't sure with how unstable linux is,...
user avatar
2 votes
1 answer
1k views

Is it possible to convert a Debian package to an Arch Linux package?

I have download Debian package from here Max Auto Clicker and I get this package file maxautoclicker_1.1_amd64.deb. I would like to convert it to an Arch Linux package: .pkg.tar.zst; is this possible? ...
masiwass's user avatar
1 vote
1 answer
6k views

Ansible - Python - Docker: Module not found docker / docker-py — WHY No module found error is coming in Python prompt and in Ansible

Ansible 2.8.3 When I run my playbook, I see the following error. TASK [deployer_role : Creating network] ************************************************************************************************...
AKS's user avatar
  • 121

15 30 50 per page
1
2
3 4 5
23