aide team mailing list archive
-
aide team
-
Mailing list archive
-
Message #00731
[Question #288620]: update-apt-xapian-index problemes ...
New question #288620 on apt in Ubuntu:
https://answers.launchpad.net/ubuntu/+source/apt/+question/288620
fg@PCFG2:~$ ubuntu-support-status
Résumé de l'état du support de « PCFG2 » :
Vous avez 103 paquets (3.8%) pris en charge jusqu'à mai 2017 (3y)
Vous avez 1426 paquets (52.5%) pris en charge jusqu'à mai 2019 (5y)
Vous avez 174 paquets (6.4%) pris en charge jusqu'à février 2015 (9m)
Vous avez 837 paquets (30.8%) qui ne peuvent pas ou plus être téléchargés
Vous avez 176 paquets (6.5%) qui ne sont pas pris en charge
Exécuter avec --show-unsupported, --show-supported ou --show-all pour voir plus de détails
fg@PCFG2:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: Aucun fichier ou dossier de ce type
fg@PCFG2:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: Aucun fichier ou dossier de ce type
fg@PCFG2:~$ dpkg --print-foreign-architectures
fg@PCFG2:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for fg:
fg@PCFG2:~$ grep proxy /etc/environment
fg@PCFG2:~$ echo $http_proxy
fg@PCFG2:~$ echo $ftp_proxy
fg@PCFG2:~$ grep proxy /etc/bash.bashrc
fg@PCFG2:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: Aucun fichier ou dossier de ce type
fg@PCFG2:~$ sudo fuser -vvv /var/lib/dpkg/lock
fg@PCFG2:~$
fg@PCFG2:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
fg@PCFG2:~$ uname -a
Linux PCFG2 3.13.0-58-generic #97-Ubuntu SMP Wed Jul 8 02:56:50 UTC 2015 i686 i686 i686 GNU/Linux
fg@PCFG2:~$ sudo rm /var/lib/apt/lists/lock
fg@PCFG2:~$ sudo rm /var/cache/apt/archives/lock
fg@PCFG2:~$ sudo rm /var/lib/dpkg/lock
fg@PCFG2:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
fg@PCFG2:~$
fg@PCFG2:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
fg@PCFG2:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
fg@PCFG2:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
fg@PCFG2:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
fg@PCFG2:~$ sudo rm -rf /var/lib/dpkg/updates/*
fg@PCFG2:~$ sudo rm -rf /var/lib/apt/lists
fg@PCFG2:~$ sudo rm /var/cache/apt/*.bin
fg@PCFG2:~$ sudo mkdir /var/lib/apt/lists
fg@PCFG2:~$ sudo mkdir /var/lib/apt/lists/partial
fg@PCFG2:~$ LANG=C;sudo apt-get clean
fg@PCFG2:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
fg@PCFG2:~$ sudo dpkg --configure -a
Setting up curlftpfs (0.9.2-5ubuntu1) ...
fg@PCFG2:~$ sudo dpkg --clear-avail
fg@PCFG2:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fg@PCFG2:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fg@PCFG2:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fg@PCFG2:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:2 http://ppa.launchpad.net trusty/main i386 Packages [2060 B]
Get:3 http://ppa.launchpad.net trusty/main Translation-en [1010 B]
Get:4 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:6 http://archive.ubuntu.com trusty/universe i386 Packages [5866 kB]
Get:7 http://archive.ubuntu.com trusty/main i386 Packages [1348 kB]
Get:8 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:9 http://archive.ubuntu.com trusty/universe Translation-en [4089 kB]
Fetched 12.1 MB in 26s (461 kB/s)
Reading package lists... Done
fg@PCFG2:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://archive.ubuntu.com trusty InRelease
Hit http://ppa.launchpad.net trusty InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty Release
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fg@PCFG2:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/fengestad-stable-trusty.list
1 deb http://ppa.launchpad.net/fengestad/stable/ubuntu trusty main
2 # deb-src http://ppa.launchpad.net/fengestad/stable/ubuntu trusty main
/etc/apt/sources.list.d/thefanclub-grive-tools-trusty.list
1 # deb http://ppa.launchpad.net/thefanclub/grive-tools/ubuntu trusty main
2 # deb-src http://ppa.launchpad.net/thefanclub/grive-tools/ubuntu trusty main
/etc/apt/sources.list.d/devolo-updates.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 # In particular, do not add a comment behind the entry on the same line,
4 # because that's what the Ubuntu Upgrade Managaer does when disabling all
5 # third-party repositories and that would cause this entry to be re-enabled.
6 # See /etc/cron.daily/devolo-updates for more details.
7 # deb http://update.devolo.com/linux/apt/ stable main
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release i386 (20140722.2)]/ trusty main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8
9 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
10 ## team. Also, please note that software in universe WILL NOT receive any
11 ## review or updates from the Ubuntu security team.
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team, and may not be under a free licence. Please satisfy yourself as to
15 ## your rights to use the software. Also, please note that software in
16 ## multiverse WILL NOT receive any review or updates from the Ubuntu
17 ## security team.
18
19 ## N.B. software from this repository may not have been tested as
20 ## extensively as that contained in the main release, although it includes
21 ## newer versions of some applications which may provide useful features.
22 ## Also, please note that software in backports WILL NOT receive any review
23 ## or updates from the Ubuntu security team.
24
25
26 ## Uncomment the following two lines to add software from Canonical's
27 ## 'partner' repository.
28 ## This software is not part of Ubuntu, but is offered by Canonical and the
29 ## respective vendors as a service to Ubuntu users.
30 # deb http://archive.canonical.com/ubuntu trusty partner
31 # deb-src http://archive.canonical.com/ubuntu trusty partner
32
33 ## This software is not part of Ubuntu, but is offered by third-party
34 ## developers who want to ship their latest software.
35 # deb http://extras.ubuntu.com/ubuntu trusty main
36 # deb-src http://extras.ubuntu.com/ubuntu trusty main
37
38 #20150726
39 # deb http://cran.univ-lyon1.fr/bin/linux/debian jessie-cran3/
40
41 deb http://archive.ubuntu.com/ubuntu trusty universe main
fg@PCFG2:~$ sudo dpkg --audit
fg@PCFG2:~$
--
You received this question notification because your team Communauté
d'aide d'Ubuntu en Français is an answer contact for Ubuntu.