apt Questions

3

I am trying to use Ubuntu 20 or Ubuntu 22 in Docker. My Dockerfile is: from ubuntu:22.04 run DEBIAN_FRONTEND=noninteractive apt update I build this with docker build .. The result is: Sending buil...
Palaeography asked 13/9, 2022 at 8:22

4

Solved

I’m unable to update my Gitlab-runner install due to bad keys being detected. Is this a Gitlab update issue or something gone wrong on my system? Update and install was working without problems in ...
Yeasty asked 22/3 at 7:49

5

Solved

I want to add curl to a Docker image, and I'm using the following commands to in a Dockerfile to do so: RUN apt-get update RUN apt-get install curl ca-certificates -y My issue is that the initia...
Sherard asked 14/5, 2019 at 23:1

8

when I run sudo apt update It shows: E: Failed to fetch http://packages.microsoft.com/repos/code/dists/stable/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authen...
Sphagnum asked 29/9, 2021 at 11:6

4

When running sudo apt update, I am presented with the following error: Err:4 https://apt.releases.hashicorp.com focal InRelease The following signatures couldn't be verified because the public key...
Nicholas asked 6/2, 2023 at 13:52

3

I have the below Dockerfile for zookeeper and I am trying to create an image for it, but it is giving me an error. I have recently started working with Docker, and started playing with a Zookeeper ...
Community asked 6/11, 2016 at 1:49

3

I'm trying to upgrade my NodeJS 12.22.09 to version 16 or newer, but when I enter the command sudo apt update && sudo apt upgrade it returns this error below: Preparing to unpack …/12-nodej...
Happily asked 10/8, 2022 at 12:41

7

Solved

My system runs inside WSL, I upgrade it at least every few days. I stuck with one package installation, and looking for a way to solve this: $ sudo apt --fix-broken install Reading package lists......
Lordsandladies asked 31/3, 2020 at 6:6

9

Solved

I was use command sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt upd...
Jumbo asked 14/9, 2021 at 23:13

5

Solved

I'm trying to run the command sudo apt update on my terminal in MacOS I'm getting this message in response: The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt. P...
Blunger asked 18/2, 2021 at 20:9

6

I made the mistake of installing Docker via Snap... Once I realised that snap hadn't permissions to run in my working directory (on a different partition), I removed it. Now I can't use docker afte...
Bluebonnet asked 18/5, 2020 at 18:7

16

Solved

I have the following Dockerfile that uses the latest Ubuntu image pulled from dockerhub: FROM ubuntu:latest RUN apt-get update && apt-get install -y g++ llvm lcov when I launch the docke...
Desex asked 2/12, 2019 at 13:0

3

Solved

In the new GitHub Actions, I am trying to install a package in order to use it in one of the next steps. name: CI on: [push, pull_request] jobs: translations: runs-on: ubuntu-latest steps: - ...
Yakka asked 17/9, 2019 at 22:51

3

Solved

I want to install Python 3.10 on Ubuntu 18.04 (I'm currently on Python 3.8) from the deadsnakes repository with the following set of commands I found on the internet: sudo add-apt-repository ppa:de...
Breban asked 12/11, 2021 at 22:11

2

Attempting to install python-pip on a fresh Ubuntu 14.04.2 VM. sudo apt-get update sudo apt-get install python-pip The error I get indicates some basic libc package can't be found: Err http://...
Thrice asked 29/5, 2015 at 16:40

5

I really hope you can help me as i've tried to find a solution myself for like 3 hours or so. I basically went through every stackoverflow post there was regarding this. What i'm trying to do is i ...
Deserve asked 27/2, 2021 at 15:19

5

Solved

this is my first time to install linux on my system, I think there is a lot of mess here and I feel helpless from too many errors I got when trying to update my system, when use terminal with this ...
Camarena asked 17/4, 2018 at 19:9

6

Solved

I'm trying to create a script that automatically downloads packages for new servers. However, some things like 'mysql-server' can not installed automatically cause you need to configure them in the...
Hawks asked 31/3, 2009 at 17:53

4

Solved

I see form my project document that I need to install python-pybind11 by using sudo apt -y install python-pybind11 but I got error like this: Reading package lists... Done Building dependency tre...
Thadeus asked 15/2, 2019 at 7:38

3

I'm getting Can't locate Config/YAML.pm in @INC (you may need to install the Config::YAML module) while running a perl script. Can't locate Config/YAML.pm in @INC (you may need to install the C...
Therewith asked 17/1, 2020 at 9:35

3

Solved

Looks to me like there may be a problem with the Ubuntu EC2 mirrors. After a fresh apt-get update, I'm seeting this: $ apt-get install -yq git E: Unable to locate package git After a few more ap...
Cesium asked 15/9, 2012 at 16:7

1

When I run apt-get install, even in quiet mode -qq and by redirecting stdout to /dev/null, I still have the following message displayed in stderr : Extracting templates from packages: 100% Why i...
Midvictorian asked 9/4, 2019 at 7:41

6

even after cleaning with apt-get clean it says there are broken packages. sudo dpkg -l | grep ^..r as mentioned in [1] returns nothing. $ sudo apt-get install build-essential Reading package lists....
Sustain asked 30/3, 2021 at 10:41

9

sudo apt-get remove --purge mysql-server mysql-client mysql-common I am getting the following error as I try to remove mysql using the above command: Reading package lists... Done Building depen...
Rollway asked 21/6, 2015 at 7:56

5

Solved

I have developed a website in Django, and now it must go into production. This i want to do with mod_wsgi and apache2. Unfortunately i get the error 'Couldn't find package libapache2-mod-wsgi' when...
Hathorn asked 17/1, 2010 at 16:59

© 2022 - 2024 — McMap. All rights reserved.