Erros na instalaçao de qlqr prog (Ubuntu Hardy Heron)

Gui Sá Couto

Power Member
boas,

sou um bocado noob em linux, e agr que tenho instalado na minha maquina principal o ubuntu estou me a deparar com alguns problemas. já tinha tido antes este SO e n tinha tido problemas na instalaçao de software mas agr a situaçao tem sido diferente. qualquer software que instale da me imensos erros no processo e no final acabo por ficar com o atalho nas aplicaçoes ou assim mas o que é certo é que nada inicia.. se alguem me poder dar uma ajuda agradecia.

Cumps
 
se alguem poder mover para a secçao correcta entao agradecia:X

por ex a instalar o skype

guilherme@guilherme-desktop-ubuntu:~$ sudo dpkg -i skype-debian_2.0-0-72-1_i386.deb
dpkg: error processing skype-debian_2.0-0-72-1_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
skype-debian_2.0-0-72-1_i386.deb
guilherme@guilherme-desktop-ubuntu:~$ sudo dpkg -i skype-debian_2.0.0.72-1_i386.deb
Selecting previously deselected package skype.
(Reading database ... 124592 files and directories currently installed.)
Unpacking skype (from skype-debian_2.0.0.72-1_i386.deb) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on libqt4-core (>= 4.2.1); however:
Package libqt4-core is not installed.
skype depends on libqt4-gui (>= 4.2.1); however:
Package libqt4-gui is not installed.
dpkg: error processing skype (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
skype


cumps


edit:

ja agr a source.list esta assim

#deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://pt.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://pt.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://pt.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy universe
deb http://pt.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://pt.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://pt.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://pt.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://pt.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main
deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main
 
Última edição:
Estás a ter problemas com as dependências, que ele só assim por acaso, até te diz quais são.

Experimenta fazer isto:
Código:
sudo apt-get build-dep skype
sudo apt-get install skype
 
Gtk-Message: Using Global Menuguilherme@guilherme-desktop-ubuntu:~$ sudo apt-get build-dep skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for skype
guilherme@guilherme-desktop-ubuntu:~$ sudo apt-get install skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
skype is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
skype: Depends: libqt4-core (>= 4.2.1) but it is not going to be installed
Depends: libqt4-gui (>= 4.2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).



e continua sem iniciar:S

fiz o sudo apt-get -f install e o skype ja arrancou mas o amsn por ex continua com o msm problema entao fiz o que disseste mas para o amsn e dps o apt-get -f install para o amsn e nada:S continua na mesma.. o problema é msm nas instalaçoes em geral e nao na do skype em concreto:X.. n sei o que é que terei feito para isto ficar com este prob:S
 
Última edição:
Para instalar o amsn é só
Código:
sudo apt-get install amsn
Não tem mais complicações nenhuma. Esse ultimo erro abre a sources.list e vê se está alguma coisa errado na linha 58 ou simplesmente comenta-a.

Cumprimentos.
 
Isso a mim aconteceu-me hoje..

Instalei o frostwire com sucesso, ele aparecia na categoria internet, mas nan arrancava :S tambem gostava de saber porque, visto que ele nan me deu erro nenhum ao instalar..
 
Experimentem correr as aplicações pela consola para verem o porquê de não correr. Depois é pesquisar na net o porquê.

Quanto a user do amsn podes sempre desinstalar essa versão e instalar esta a ver se dá.
 
Bem, isso é muito estranho. Costuma dar um erro sempre, isso assim é impossível saber qual a causa. Olha, experimenta o emesene, que é parecido com amsn (e segundo alguns, melhor:P).
 
Bem, isso é muito estranho. Costuma dar um erro sempre, isso assim é impossível saber qual a causa. Olha, experimenta o emesene, que é parecido com amsn (e segundo alguns, melhor:P).

O amsn é feio que dói. Gosto muito do emesene (e até ouvi dizer que foi feito por um tuga, n sei se é verdade). cumps
 
Back
Topo