Questions tagged [apt-get]
apt-get is a command-line interface to the Advanced Packaging Tool (apt) which is responsible for installing, removing, and upgrading packages.
396 questions
0
votes
1
answer
5k
views
How do I install libavcodec58 on Ubuntu 24.04.1 LTS?
I have an extremely critical piece of software that depends on libavcodec58, but apparently this package is not available on Ubuntu 24.04.1 LTS.
How can I install this package?
~$ sudo apt-get install ...
2
votes
1
answer
3k
views
Cannot install specific package versions via apt
Overview
I have a program that generates an OS image. This image is later loaded onto a physical system such that when the system boots up, it is ready to go with all the software it needs pre-...
0
votes
1
answer
309
views
Git missing from win10 debian wsl, libc6 version prevents install with apt-get
Git is not seen by WSL after installing for windows.
Using apt-get install git gives the following error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... ...
2
votes
0
answers
3k
views
How do I update MongoDB gpg keys on Debian Linux bullseye 11?
OS: Debian 11 bullseye
Kernel: x86_64 Linux 5.10.0-26-cloud-amd64
I did:
apt-get update
and got:
Err:11 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/3.6 Release.gpg
The following signatures ...
2
votes
1
answer
304
views
Debian apt-get fails to fetch packages with high latency low bandwith connection
I have issues on a machine with high latency and low bandwidth connection. apt-get fails to fetch packages. It says:
Fehl:45 http://security.debian.org/debian-security bookworm-security/main amd64 ...
0
votes
1
answer
1k
views
Cannot force noninteractive apt-get dist-upgrade on CIS Ubuntu 22.04 LTS instance
I've a CIS Ubuntu 22.04 LTS base image from AWS, which I'm attempting to use Packer to burn myself a base image from.
As this is a fully non-interactive pipeline, I cannot have any tty issues and the ...
-1
votes
1
answer
6k
views
Parrot OS unmet dependencies, Held Broken Packages
I'm trying to install samba on parrot OS, the command I'm using is sudo apt install smbclient. the output I get is this. please help.
sudo apt-get install samba
Reading package lists... Done
Building ...
0
votes
1
answer
489
views
How to skip the password typing when installing library
I installed the library with.
$sudo apt-get install slapd ldap-utils
While installing it stops and asks,
please enter the password for the admin entry in your ldap directory.
I am using Dockerfile, ...
0
votes
1
answer
359
views
Debian Security Update Locations
I need to download the Debian files that apt-get update retrieves. From my logs, it looks like the following are retrieved:
http://deb.debian.org/debian stretch InRelease
http://security.debian.org/...
6
votes
1
answer
5k
views
GPG Error on APT-GET docker container (Ubuntu 22.04)
I am trying to just apt-get update on a ubuntu:22.04 docker container. On my local machine, when I spin up a new ubuntu:22.04 docker container and run apt-get update, no error occurs. However, on my ...
1
vote
0
answers
174
views
On Debian Testing, apt-get install libsundials-dev insists on removing Cuda... why?
Pretty much like the title says...
When I want to install sundials (and friends), apt-get wants to remove cuda, cuda drivers and cuda runtime. This isn't the case if I just want to install, say, ...
0
votes
0
answers
1k
views
How to install "apt-get install sox libsox-fmt-mp3 libsndfile1 ffmpeg" on Windows
I received this error. How do I install this repo. Thank you
C:\Users\name>apt-get install sox libsox-fmt-mp3 libsndfile1 ffmpeg
'apt-get' is not recognized as an internal or external command,
...
-1
votes
1
answer
3k
views
how to install swig version 4.1.0 on ubuntu 22.04 dockerfile
i try to install swig 4.1.0 on a dockerfile using a Ubuntu 22.04.1 LTS image.
if i use apt-get install -y swig it always installs swig in the version 4.0.2 instead.
But, if i try the same on a ...
1
vote
1
answer
14k
views
Installing Python 3.10+ on WSL2 Debian Distro
I'm fairly new to Linux distros. I have Debian downloaded and running in my Windows 10 WSL2 environment.
I want to install a specific version of Python - 3.10 or latest 3.11 on it. How can I do that?...
2
votes
1
answer
931
views
Debian "apt-get" with pinned packages stop working with "Unable to correct problems, you have held broken packages"
Summary
Pinned packages versions used to work, but stop working after some time.
I've pinned packages' versions to have stable CI/CD and reproducible builds. But these pinned versions may start to ...