j'ai essayé d'installer flex et bison mais j'ai eu cette erreur: ne peut pas localiser le fichier et j'utilise aussi un centre logiciel pour le faire, mais une erreur d'authentification se produit.
je ne sais pas quelle ressource je devrais choisir. quand j'exécute cette commande en terminal:
Sudo apt-get update
voici le résultat:
Failed to fetch http://archive.canonical.com/dists/lucid/Release.gpg Unable to connect to 127.0.0.1:8080:
Mon environnement:
$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
http_proxy="http://127.0.0.1:8080/"
https_proxy="https://127.0.0.1:8080/"
ftp_proxy="ftp://127.0.0.1:8080/"
socks_proxy="socks://127.0.0.1:8080/"
$ /etc/apt/apt.conf
Acquire::http::proxy "http://127.0.0.1:8080/";
Acquire::https::proxy "https://127.0.0.1:8080/";
Acquire::ftp::proxy "ftp://127.0.0.1:8080/";
Acquire::socks::proxy "socks://127.0.0.1:8080/";
Si votre distribution est Ubuntu Lucid.
Testez ceci:
Ouvrir un terminal,
Presse Ctrl+Alt+T
Exécuter:
Sudo -i
nano /etc/apt/sources.list
Dans le fichier ouvert, supprimez le contenu et collez ceci:
## Uncomment the following two lines to fetch updated software from the network
deb http://old-releases.ubuntu.com/ubuntu lucid main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted
## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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://old-releases.ubuntu.com/ubuntu lucid universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid universe
deb http://old-releases.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid-security main restricted
deb http://old-releases.ubuntu.com/ubuntu lucid-security universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid-security universe
deb http://old-releases.ubuntu.com/ubuntu lucid multiverse
deb-src http://old-releases.ubuntu.com/ubuntu lucid multiverse
deb http://old-releases.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
Ctrl + O, enregistrez le fichier. Ctrl + X, nano proche.
Continuer à courir dans un terminal:
Sudo -i
apt-get update
apt-get dist-upgrade
apt-get install flex bison
apt-get clean
Si votre distribution n'est pas Ubuntu Lucid, remplacez Lucid par un nom approprié.
Si rien de tout cela ne fonctionne
Télécharger des packages (Lucid):
http://mirrors.kernel.org/ubuntu/pool/main/b/bison/bison_2.4.1.dfsg-3_i386.deb (32 bits) http: // miroirs. kernel.org/ubuntu/pool/main/b/bison/bison_2.4.1.dfsg-3_AMD64.deb (64 bits) http://mirrors.kernel.org/ubuntu/pool/main/ f/flex/flex_2.5.35-9_i386.deb (32 bits) http://mirrors.kernel.org/ubuntu/pool/main/f/flex/flex_2.5.35-9_AMD64.deb (64 bits)
Et installez-les avec:
Sudo -i
cd /home/user/Downloads
dpkg -i *.deb
Pour une raison quelconque, vous avez des paramètres de proxy configurés. En supposant que vous n'en ayez pas besoin, ouvrez Paramètres système, accédez à la section Réseau, définissez les paramètres du proxy sur Aucun et cliquez sur Appliquer à l’échelle du système: