Skip to main content

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.

0 votes
1 answer
5k views

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 ...
bmitc's user avatar
  • 111
2 votes
1 answer
3k views

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-...
nullromo's user avatar
  • 593
0 votes
1 answer
309 views

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... ...
Mike Lyons's user avatar
2 votes
0 answers
3k views

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 ...
user1872176's user avatar
2 votes
1 answer
304 views

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 ...
Ariser's user avatar
  • 476
0 votes
1 answer
1k views

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 ...
volvox's user avatar
  • 121
-1 votes
1 answer
6k views

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 ...
Ex Poser's user avatar
0 votes
1 answer
489 views

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, ...
whitebear's user avatar
  • 765
0 votes
1 answer
359 views

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/...
Developer's user avatar
  • 121
6 votes
1 answer
5k views

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 ...
Jason Chan's user avatar
1 vote
0 answers
174 views

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, ...
nate's user avatar
  • 183
0 votes
0 answers
1k views

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, ...
cendahoang's user avatar
-1 votes
1 answer
3k views

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 ...
Rolf Hausen's user avatar
1 vote
1 answer
14k views

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?...
Andez's user avatar
  • 121
2 votes
1 answer
931 views

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 ...
Nairum's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
27