You are not logged in.

#1 2016-09-23 16:35:21

icarus
Member
From: Paraguay
Registered: 2016-09-15
Posts: 7
Website

Cannot install packages needed for VirtualBox

--- 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

#2 2016-09-23 17:06:00

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Cannot install packages needed for VirtualBox

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

#3 2016-09-23 23:37:54

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: Cannot install packages needed for VirtualBox

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

#4 2016-09-28 16:29:08

icarus
Member
From: Paraguay
Registered: 2016-09-15
Posts: 7
Website

Re: Cannot install packages needed for VirtualBox

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

#5 2016-09-28 16:32:26

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Cannot install packages needed for VirtualBox

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.

See Sources - sources.list and backports details


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

#6 2016-09-29 16:48:13

icarus
Member
From: Paraguay
Registered: 2016-09-15
Posts: 7
Website

Re: Cannot install packages needed for VirtualBox

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

#7 2016-09-29 20:41:22

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: Cannot install packages needed for VirtualBox

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

#8 2016-09-30 17:12:56

icarus
Member
From: Paraguay
Registered: 2016-09-15
Posts: 7
Website

Re: Cannot install packages needed for VirtualBox

nop, I am behind a proxy, but set all neccessary variables


Java / JavaEE / fullstack Developer... somewhat Software Architect
and an Iron Maiden fan

Offline

Board footer

Powered by FluxBB