Buster is the development codename for Debian 10.
Questions tagged [debian-buster]
261 questions
155
votes
2 answers
In Docker image names what is the difference between Alpine, Jessie, Stretch, and Buster?
I am just looking at docker images in https://hub.docker.com/_/node/
For every version, the images are categorized into Alpine, Jessie, Stretch, Buster etc. What's their meaning?

Muthukumar
- 8,679
- 17
- 61
- 86
140
votes
3 answers
Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Some of my GitHub Actions workflows started recently to return this error when installing Chromedriver:
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122…

GuiFalourd
- 15,523
- 8
- 44
- 71
106
votes
8 answers
E: The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file
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://deb.debian.org/debian buster InRelease
Hit:3…

SteinGaming
- 1,163
- 2
- 5
- 10
33
votes
10 answers
Recipe terminated with fatal error: spawn latexmk ENOENT
I have just installed debian 10 as well as vscode. I have been struggling with this for 3 days now.. I installed texlive from terminal with the following command:
sudo apt install texlive
I then installed the latex workshop extension in vscode and…

Renegade_Coder
- 429
- 1
- 4
- 5
10
votes
6 answers
Getting permission denied even as root inside the docker container
Connecting to running docker container as a root still gets Operation not permitted error when trying to apt-get update, yet I can still see sensitive file like /etc/passwd. Below are my configurations and also the error message from apt-get update.…

scagbackbone
- 681
- 1
- 8
- 20
10
votes
3 answers
mkvirtualenv says "no module named distutils.spawn" when making a venv for non-default python on Raspbian Buster
Raspbian Buster has Python3.7 by default. I'm trying to make a Python3.6 virtualenv. I have a fresh install of Raspbian Buster with Desktop (not the version that is with "recommended software") and have already sudo apt-get update; sudo apt-get…

user1505021
- 101
- 1
- 3
10
votes
1 answer
chromedriver missing in Debian 10 Buster
Many official Docker images are based on Debian Buster now. We used to install the chromedriver package in Stretch based images, but now it's not available anymore.

iGEL
- 16,540
- 11
- 60
- 74
7
votes
1 answer
Why new Java 8 images published by OpenJDK are no longer Alpine based but Debian 10(Buster) based?
I am browsing newest images published by OpenJDK: https://hub.docker.com/layers/openjdk/library/openjdk/8u252-jre-slim-buster/images/sha256-01dfdeac537b9d9adcb2399028fba063733a77186c5264e6b059987002c0e48c?context=explore all of them switchedt
all of…

Yoda
- 17,363
- 67
- 204
- 344
7
votes
3 answers
Malformed entry error while trying to install Google Cloud SDK
When I execute the below command in Ubuntu
sudo apt-get update & sudo apt-get install Google-cloud-SDK
I am getting the below error.
E: Malformed entry 1 in list file /etc/apt/sources.list.d/google-cloud-sdk.list (Component)
E: The list of sources…

Sandesh Puttaraj
- 323
- 2
- 16
6
votes
1 answer
How do I detect QEMU emulation from within a Docker container?
From within a docker container (in my case running a Debian Busty based image) how can I detect whether it's running under QEMU emulation (as happens on ARM Macs for AMD64 images)?
From the non-docker perspective I've seen suggestion that cpuinfo…

Rahim Packir Saibo
- 73
- 1
- 5
6
votes
1 answer
Debian 10 MariaDB 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Good evening Community,
I am in despair because I cannot install MariaDB on Debian10. There are similar Stackoverflow questions but none of them helped to solve my problem.
What I've tried:
$ sudo apt update
$ sudo apt install mariadb-server
So far…

milli727
- 63
- 1
- 1
- 5
5
votes
2 answers
npx playwright install-deps fails on Debian Buster
When I try to run npx playwright install-deps I get an error.
❯ npx playwright install-deps
Installing Ubuntu dependencies...
Switching to root user to install dependencies...
Hit:1 http://security.debian.org/debian-security bullseye-security…

Evan Carroll
- 78,363
- 46
- 261
- 468
5
votes
1 answer
Activation (activate_this.py) of python venv wont work or throw error
Soo, I created a small Flask Website which I wanna deploy on my Debian 10 server with Apache 2.4
At first I followed a tutorial and created the apache2 conf file and the .wsgi file. Since that didn't work well, I got the error "ModuleNotFoundError:…

dooooooooon
- 51
- 2
5
votes
4 answers
wget ERROR: The certificate of ‘xyz’ is not trusted, has expired
I have a Debian 10 buster server, one of several identical hardware/software configs. I use a script that deploys them, they are all identical. However, one of them is throwing an error when using wget:
# wget…

ctrlbrk
- 1,174
- 2
- 17
- 27
5
votes
2 answers
How to clear the clipboard in Debian "Buster" via Terminal?
I'm using Debian "Buster" (version 10.3) with GNOME Desktop version 3.30.2.
Is there a way to clear the clipboard on demand, using Terminal command(s) only and without installing any clipboard manager?
Thank you for your time!

PajuranCodes
- 303
- 3
- 12
- 43