skip to Main Content

Debian – coinor-libcbc3.1 preventing kali update and preventing further installs

I'm having trouble with updating my Kali system. Tried apt-get update && apt-get full-upgrade -y and got the below output - Hit:1 http://packages.microsoft.com/repos/code stable InRelease Hit:2 https://dl.google.com/linux/chrome/deb stable InRelease Hit:3 https://repo.protonvpn.com/debian stable InRelease Hit:4 http://mirror.vinehost.net/kali kali-rolling InRelease Hit:5 https://ngrok-agent.s3.amazonaws.com buster…

VIEW QUESTION

Debian – readlink: unrecognized option: m

I have the following Dockerfile. FROM debian:10.7 ARG DEBIAN_FRONTEND=noninteractive RUN echo "Acquire::http::Proxy "${HTTP_PROXY}";" >> /etc/apt/apt.conf.d/50proxy && echo "Acquire::https::Proxy "${HTTPS_PROXY}";" >> /etc/apt/apt.conf.d/50proxy # Install coreutils, dialog, apt-utils since busybox seems to lack them RUN apt-get update && apt-get install -y coreutils…

VIEW QUESTION
Back To Top
Search