skip to Main Content

Not able to execute apt-update in Docker – Debian

I'm not able to run a simple Dockerimage with contents like: FROM debian:buster RUN apt-get update I keep getting these error messages: #0 20.18 Err:1 http://security.debian.org/debian-security bullseye-security InRelease #0 20.18 Temporary failure resolving 'security.debian.org' #0 20.18 Err:2 http://deb.debian.org/debian bullseye InRelease…

VIEW QUESTION

Error while trying to open Acrobat Reader in Debian Bullseye

I installed Acrobat reader on Debian 11/Bullseye following instructions from here sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libxml2:i386 Download the Adobe Acrobat Reader (acroread) package here: ​ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb ​Install it as follows: cd ~/Downloads sudo dpkg -i…

VIEW QUESTION
Back To Top
Search