Não consigo instalar o programa usando o apt-get como virtualbox ou cmake [duplicate]

0

Estou usando o kubuntu 14.04 lts rodando no intel core i3, e tem 6000 md de radion gpu

Quando eu vou instalar o cmake ou virtual box usando o terminal eu sempre entendo isso: erro

sudo apt-get install cmake
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  cmake-data gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev
  libgcc-4.8-dev libitm1 libtsan0 linux-libc-dev manpages-dev
Suggested packages:
  codeblocks eclipse gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc
  gcc-4.8-multilib gcc-4.8-doc gcc-4.8-locales libgcc1-dbg libgomp1-dbg
  libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libbacktrace1-dbg
  libquadmath0-dbg glibc-doc
The following NEW packages will be installed:
  cmake cmake-data gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev
  libgcc-4.8-dev libitm1 libtsan0 linux-libc-dev manpages-dev
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,618 kB/14.8 MB of archives.
After this operation, 57.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Media change: please insert the disc labeled
 'Kubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140416.1)'
in the drive '/media/cdrom/' and press enter

Pesquisei muito no google, mas não consegui uma resposta satisfatória.

Estou esperando resposta para resolver este problema.

    
por Mohit Tank 19.05.2014 / 09:47

1 resposta

1

Para obter uma resposta eficaz, seria muito útil saber o seguinte sobre o computador do qual você está falando:

  1. está conectado à Internet? Tente curl www.google.com em um emulador de terminal e veja se você recebe algum HTML em seu terminal.
  2. Inicie um emulador de terminal (pressione Ctrl + Alt + t ). Tipo awk '!/^#/ {print;}' /etc/apt/sources.list e pressione a tecla enter. Edite sua pergunta acima e adicione a saída do comando que você acabou de executar.
por Lorra 19.05.2014 / 11:41