apt-get Questions
2
My understanding is that if the RUN command "string" itself just does not change (i.e., the list of packages to be installed does not change), docker engine uses the image in the cache fo...
18
I am using Ubuntu 16.10 and recently installed Docker (v1.12.4) using the Xenial build by following the instructions found here. I haven't encountered any problems creating containers, ensuri...
8
Solved
When I try to
apt-get install -y tzdata
the command line option for picking timezone shows up. I am trying to use this in a script to do some setup, how can I make the apt-get run without user ...
Manhandle asked 2/6, 2017 at 14:54
3
Solved
I am suffering below problem.
I use ubuntu 16.04. I am following guide document, but it does not works for me.
# cat /etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ ku...
Llanes asked 17/4, 2018 at 11:53
8
Since i installed certbot on Debian 10, it always shows this error:
root@HypeTime:/home/sinusbot# apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://...
Absorption asked 16/2, 2020 at 13:52
1
Solved
When I try to install Redmail I get the error:
Package netcat is a virtual package provided by:
netcat-traditional 1.10-47
netcat-openbsd 1.218-5ubuntu1
E: Package 'netcat' has no installation c...
2
I am new to Docker, currently trying to test ping google.com within Docker container (WSL2 Ubuntu 20.04 and Docker desktop).
I am trying to build an image with Ubuntu:20.04. When it comes to 'RUN a...
Sarinasarine asked 28/12, 2022 at 9:16
3
Solved
A lit background...
This is a piece of code in my Dockerfile. I want to deploy my app to google app engine. Somehow I couldn't install ffmpeg.
ENV VIRTUAL_ENV /env
ENV PATH /env/bin:$PATH
RUN apt...
13
Solved
I have installed OpenCV using the instructions in https://help.ubuntu.com/community/OpenCV
$ sudo su
$ sudo apt-get install build-essential
$ sudo apt-get install libavformat-dev
$ sudo apt-get in...
Golf asked 10/3, 2013 at 8:14
3
Solved
When doing apt-get -y upgrade on a new Ubuntu 14.04 machine with the ubuntu:latest (Xenial) image, it raised an error:
Setting up makedev (2.3.1-93ubuntu2~ubuntu16.04.1) ...
mv: cannot move 'conso...
Airspace asked 7/4, 2017 at 4:3
3
I ran this command with apt-get but have received this error. I am not too sure how to resolve this. Is this come core mistake I have made using apt-get, asking for something impossible? Does anyon...
Doubler asked 19/6, 2018 at 1:2
11
Solved
I'm thinking to install hylafax+ version 5.5.4 which was released last month on my Debian PC.
I checked dpkg -l | grep "hylafax" and found out that the current version is 5.5.3. Then I ch...
3
I have this older package in this exact version that I want to install on Ubuntu.
https://launchpad.net/ubuntu/+source/php5/5.3.10-1ubuntu3.20
How can I install it using apt-get ? Thank you
10
I have error in apt-get install
it is a error:
The following packages have unmet dependencies:
gcc-4.8-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
libc6-...
3
Solved
I'm using Packer to build an ami with a file ami.json that runs two provisioners built off the default Ubuntu Server 20.04 LTS image. The problem is Packer build randomly fails on apt-get install a...
5
Solved
I have a MySQL 5.7 instance running without problems on Ubuntu 16, but when i try to install any other package or try to update existing ones through apt-get, i get the following error:
# apt-get ...
Wainscot asked 2/11, 2017 at 12:34
3
The use case is fairly straightforward. I am dockerizing our local provisioning (which utilizes chef to configure our ubuntu servers). I am using a few data volumes to share host directories that I...
Kinsfolk asked 23/6, 2014 at 18:25
8
I run
python --version
and get
Python 2.7.3
I run
pip --version
and get
pip 1.5 from /usr/local/lib/python3.2/dist-packages/pip-1.5-py3.2.egg (python 3.2)
I installed pip using apt-get....
3
Solved
For the below docker file:
FROM microsoft/aspnetcore-build:1.0.1
ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE 1
# This is FROM openjdk:8-jdk
RUN apt-get update && apt-get install -y --no-insta...
Abysmal asked 18/9, 2019 at 22:47
3
I'm trying to install opencv in my Jetson TX2. I would like to install it within my conda environment. I used the following command to do so,
sudo apt-get install python-opencv
It actually install...
Ezra asked 31/7, 2020 at 17:39
2
Solved
I installed unixodbc and unixodbc-dev through apt-get. I then installed oracle instantclient (both the basic and the odbc drivers). Now I am trying to run odbc_update_ini.sh but none of the paths I...
Incestuous asked 31/7, 2017 at 21:35
3
Solved
My issue is the following:
I start a new multipass VM which is Ubuntu 20.04 version (I do not specify it, just launch).
First command in my new VM is:
sudo apt-get update
Where I already have some ...
Polinski asked 29/9, 2020 at 12:51
4
Solved
When I install nodejs and npm with apt-get
sudo apt-get update
sudo apt-get install nodejs modejs-legacy npm
I have the versions
I get the following versions
npm -v
1.3.10
nodejs -v
v0.10.25
...
3
Solved
2
Trying to use apt-get in a script, so I'm using the apt-get -qq -y option, as I want to have my install script show something like...
Installing SUDO....DONE
But for some reason apt-get is still...
© 2022 - 2024 — McMap. All rights reserved.