Questions tagged [debian]

Questions specific to the Debian official distribution (stable, testing, or unstable); if you are using a derivative of Debian (e.g. Mint, Ubuntu, Kali, etc), then use that distribution’s tag instead.

debian

Debian is a community-driven Linux distribution with a very large number of packages and many supported architectures. Development started in 1993. Several distributions derive from it in some form, including , , and , among many others.

Use this tag for questions that apply specifically to a Debian release; if the question concerns a derivative distribution, use that distribution's tag instead.

If you’re using a derivative, don’t assume that Debian works the same way — that may be the case, but it’s not always true.


Philosophy

The goal of the Debian project is to produce a free operating system. The Debian Free Software Guidelines are one of the notable definitions of free software, and the Open Source Definition derives from it. Debian provides a small amount of non-free software, though it is not formally part of Debian.

Releases

At any point in time, there are at least three distributions of Debian:

  • stable: the officially released distribution.
  • testing: the preparation ground for “stable”. This can be seen as a rolling release.
  • unstable: the latest packages as they come in.

The previous released distribution is known as oldstable and is supported in parallel of the current released distribution, initially by the project as a whole, later in life by the long-term support (LTS) effort.

In addition to Debian GNU/Linux, there are projects for BSD-based versions of Debian and Debian GNU/Hurd.

Documentation

Common tasks

  • Install a package: apt install package-name
  • Apply updates: apt update && apt upgrade

Further reading

15258 questions
175
votes
11 answers

"no public key available" on apt-get update

When performing apt-get update, I get the following error: root@ADS3-Debian6:/home/aluno# apt-get update Atingido http://sft.if.usp.br squeeze Release.gpg Ign http://sft.if.usp.br/debian/ squeeze/contrib Translation-en Ign…
57
votes
4 answers

How to use GoToMeeting in Linux

My employer wants me and the team of developers to communicate with them using gotomeeting.com service. Is it possible to use GoToMeeting in Debian? I know that officially GoToMeeting supports only Mac and Win. The reason: I am very happy with…
54
votes
9 answers

How to create a DEB file manually?

I want to create a DEB file manually. I would like to just provide a folder which contains data to install, and a script to be executed after installation. Is this possible?
daisy
  • 54,555
25
votes
4 answers

Disk quota exceeded problem

I am using Debian Squeeze. Suddenly I have started facing a problem that my user is not able to make directories and other such tasks. Running mkdir abc gives me mkdir: cannot create directory 'abc': Disk quota exceeded My hard disk is not full df…
Gursimran
  • 363
19
votes
1 answer

What does \l mean in /etc/issue?

$ cat /etc/issue Debian GNU/Linux 8 \n \l \l does not seem to mean carriage return and newline here. What does \l mean in /etc/issue?
showkey
  • 323
19
votes
4 answers

Setup Debian Mirrors after Installation

Suppose I install debian,and my Internet network comes down. Install works OK,but at the time to setup the apt mirror from list give error because network Internet is down. I continue to install without mirror(apt/sources.list contain only cdrom…
elbarna
  • 12,695
16
votes
2 answers

Possible missing firmware update in debian 9.4

I am having the following error after running apt update and apt upgrade on my server. W: Possible missing firmware /lib/firmware/e100/d102e_ucode.bin for module e100 W: Possible missing firmware /lib/firmware/e100/d101s_ucode.bin for module e100 W:…
16
votes
4 answers

Debian Testing or Debian Sid?

I'm currently downloading Debian 6 DVD. I don't want to use Stable, I want to use Testing or Sid, but I don't know wich one is better for me. Is Sid really unstable ? Is Testing up-to-date like Arch does ? Or it's like a non-rolling release distro…
14
votes
3 answers

Use apt get install without inserting the DVD?

I installed Debian 7 using a DVD version, so every time I'm trying to install something using apt-get, the system ask me to mount the DVD. Is there a way to avoid that (inserting every time the dvd).
timmz
  • 263
13
votes
1 answer

Making Debian Bleeding Edge

I have Debian 6 installed on my computer and when I installed it a year ago, I was all about having a stable system for my needs; I didn't care about the recency of the packages. Now, my opinions have reversed, I feel that I need bleeding edge more…
user14517
12
votes
2 answers

How to find out why was specific package installed by apt

Just tried to install the following package in my Buster - monitoring-plugins-standard and noticed the following output: The following additional packages will be installed: dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client…
Rimvydas
  • 377
  • 4
  • 14
10
votes
2 answers

Can't find smbfs package in Debian Wheezy

In squeeze there was a package smbfs for mounting samba filesystems. In wheezy this is no longer present. What is the new package name? Is there a general formula to solve problems like this?
vbence
  • 395
9
votes
2 answers

Install make, gcc and similar on fresh Debian install without internet connection

I'm a long time Fedora BFU and decided to switch to Debian for my new Dell XPS. Unfortunately, on a fresh install, I only get to work with a microscopic CLI and no internet connection, as both GPU and network card seem to need additional drivers to…
mkurz
  • 197
  • 1
  • 6
9
votes
2 answers

How to locate missing C code

I inherited a legacy development system which is poorly documented and the source code is not known if it still is available. Now I could locate some of the source code and actually build one part of the system. I wonder if I can find the rest of…
8
votes
4 answers

Debian/Ubuntu - Is there a man page listing all the version codenames/numbers?

I sometimes forget the version numbers and codenames from Debian. Sure, lsb-release -a or cat /etc/os-release prints a well formatted information regarding the current system I logged in, but: Is there a manpage or help document that lists all…
MacMartin
  • 2,924
1
2 3
25 26