You are not logged in.
--- Split from https://forums.bunsenlabs.org/viewtopic.php?id=185 ---
I cannot install the basics!
mcrose@hydrogen:~$ uname -a
Linux hydrogen 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 GNU/Linux
mcrose@hydrogen:~$ cat /etc/issue
Debian GNU/Linux 8 \n \l
mcrose@hydrogen:~$ sudo apt-get install dkms build-essential linux-headers-$(uname -r) module-assistant
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package module-assistant is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'build-essential' has no installation candidate
E: Package 'module-assistant' has no installation candidate
mcrose@hydrogen:~$
Last edited by damo (2016-09-23 17:01:56)
Java / JavaEE / fullstack Developer... somewhat Software Architect
and an Iron Maiden fan
Offline
What is the output of
apt-cache policy module-assistant build-essential
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
And of
cat /etc/apt/sources.list
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
mcrose@hydrogen:~$ apt-cache policy module-assistant build-essential
module-assistant:
Instalados: (ninguno)
Candidato: (ninguno)
Tabla de versión:
build-essential:
Instalados: (ninguno)
Candidato: (ninguno)
Tabla de versión:
mcrose@hydrogen:~$
mcrose@hydrogen:~$ cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160706-02:22]/ jessie contrib main non-free
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160706-02:22]/ jessie contrib main non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# backports
deb http://ftp.de.debian.org/debian jessie-backports main
mcrose@hydrogen:~$
Java / JavaEE / fullstack Developer... somewhat Software Architect
and an Iron Maiden fan
Offline
You don't have the basic sources in your sources.list. At the very least you need:
deb http://httpredir.debian.org/debian jessie main contrib non-free
Change the mirror if you don't want to use the redirect one.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
excellent!!
thanks!
now, wondering why I lost that repo list in the sources.list file
Java / JavaEE / fullstack Developer... somewhat Software Architect
and an Iron Maiden fan
Offline
Did you perhaps install while not connected to the internet? I seem to recall from other threads that that can result in missing sources.
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
nop, I am behind a proxy, but set all neccessary variables
Java / JavaEE / fullstack Developer... somewhat Software Architect
and an Iron Maiden fan
Offline