Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/10/2008, à 21:49

ced74200

je n'arrive plus à ouvrir mon gestionnaire d'applications

Bonjour,
j'ai essayé d'installer cinelerra et j'ai bidouillé /etc/apt/sources.list (je suis débutant) et depuis je n'arrive plus à ouvrir le gestionnaire d'application : il s'agit d'une erreur majeure.... me disant de vérifier mon /etc/apt/sources.list , mais je ne vois pas où est l'erreur !!!!
merci d'avance

#2 Le 29/10/2008, à 22:33

wido

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

cat /etc/apt/sources.list

et colle le résultat sur le forum merci.

Hors ligne

#3 Le 29/10/2008, à 22:43

ced74200

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

En fait cela vient de cinelerra que je n'arrive pas à désinstaller par synaptic voici le message d'erreur
E: cinelerra: le sous-processus post-removal script a retourné une erreur de sortie d'état 1

Voici quand même  :
# deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://fr.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://fr.archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy universe
deb http://fr.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://fr.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://fr.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://fr.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://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://fr.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

# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://apt.ryxeo.com/leterrier/ dapper main restricted #Depot des logiciels du terrier pour AbulEdu
deb-src http://apt.ryxeo.com/leterrier/ dapper main restricted #Depot (Sources) des logiciels du terrier pour AbulEdu
deb http://apt.ryxeo.com/abuledu/ dapper main restricted #Depot des logiciels systeme pour AbulEdu
deb-src http://apt.ryxeo.com/abuledu/ dapper main restricted #Depot (Sources) des logiciels systeme pour AbulEdu
deb http://apt.ryxeo.com/abebeta/ dapper main restricted #Depot de beta test pour AbulEdu
deb-src http://apt.ryxeo.com/abebeta/ dapper main restricted #Depot (Sources) de beta test pour AbulEdu
## lprod (depot pour la video)
deb http://lprod.org/deb/hardy/ ./
deb-src http://lprod.org/deb/hardy/ ./
deb http://akirad.cinelerra.org akirad-hardy main

#4 Le 29/10/2008, à 22:46

xelator

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

Toute les lignes doivent commencer par :
deb ....
ou
# .....
si ce n'est pas le cas rajoute un # avant

tu as le message exact ?

Hors ligne

#5 Le 29/10/2008, à 23:03

wido

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

efface la ligne:

deb http://akirad.cinelerra.org akirad-hardy main

et lance le terminal et tapes:

sudo wget http://akirad.cinelerra.org/dists/hardy.list -O /etc/apt/sources.list.d/akirad.list ./

et ensuite:

wget -q http://akirad.cinelerra.org/dists/akirad.key -O- | sudo apt-key add - && sudo apt-get update ./

Dernière modification par wido (Le 29/10/2008, à 23:04)

Hors ligne

#6 Le 29/10/2008, à 23:10

ced74200

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

Cela ne fonctionne toujours pas. je n'arrive pas à désinstaller cinelerra !!!

#7 Le 29/10/2008, à 23:15

ced74200

Re : je n'arrive plus à ouvrir mon gestionnaire d'applications

J'ai réussi avec cela :
sudo rm /var/lib/dpkg/info/cinelerra.postrm

big_smile