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
0 answers
19 views

How can I work around apt-get "pulling the rug out from under me?"

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
  • 371
0 votes
1 answer
70 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... ...
Mike Lyons's user avatar
2 votes
0 answers
2k 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 ...
user1872176's user avatar
2 votes
1 answer
192 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 ...
Ariser's user avatar
  • 456
0 votes
1 answer
641 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 ...
volvox's user avatar
  • 121
0 votes
0 answers
54 views

Unable to install libjsonrpccpp-dev and other dependencies on Linux Mint 21.2

I cant install install libjsonrpccpp-dev on Linux Mint 21.2. I did sudo apt update first. $ sudo apt install -y libjsonrpccpp-dev ... The following additional packages will be installed: libcurl4-...
user avatar
-1 votes
1 answer
2k 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 ...
Ex Poser's user avatar
0 votes
1 answer
264 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, ...
whitebear's user avatar
  • 705
0 votes
1 answer
263 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/...
Developer's user avatar
5 votes
1 answer
3k 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 ...
Jason Chan's user avatar
1 vote
0 answers
124 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, ...
nate's user avatar
  • 173
0 votes
0 answers
907 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, ...
cendahoang's user avatar
-1 votes
1 answer
2k 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 ...
Rolf Hausen's user avatar
1 vote
1 answer
10k 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?...
Andez's user avatar
  • 121
2 votes
1 answer
731 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 ...
Nairum's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
27