Package Manager Troubleshooting Procedure info dump

Asked by Harry Unger

trying to fix a package manager problem.

i was told by the guys here:
https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure
to leave this here.

What do?

hunger993@hunger993-Latitude-D430:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/tualatrix-ppa-quantal.list

     1 # deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu quantal main

/etc/apt/sources.list.d/upubuntu-com-conky-quantal.list

     1 # deb http://ppa.launchpad.net/upubuntu-com/conky/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/upubuntu-com/conky/ubuntu quantal main

/etc/apt/sources.list.d/myunity-ppa-quantal.list

     1 # deb http://ppa.launchpad.net/myunity/ppa/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/myunity/ppa/ubuntu quantal main

/etc/apt/sources.list.d/noobslab-themes-quantal.list

     1 # deb http://ppa.launchpad.net/noobslab/themes/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/noobslab/themes/ubuntu quantal main

/etc/apt/sources.list.d/dropbox.list

     1 # deb http://linux.dropbox.com/ubuntu precise main

/etc/apt/sources.list.d/unity-team-ppa-quantal.list

     1 # deb http://ppa.launchpad.net/unity-team/ppa/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/unity-team/ppa/ubuntu quantal main

/etc/apt/sources.list.d/salience-team-salience-devel-ppa-quantal.list

     1 # deb http://ppa.launchpad.net/salience-team/salience-devel-ppa/ubuntu quantal main
     2 # deb-src http://ppa.launchpad.net/salience-team/salience-devel-ppa/ubuntu quantal main

/etc/apt/sources.list.d/opera.list

     1 # This file makes sure that Opera Browser is kept up-to-date
     2 # as part of regular system upgrades
     3
     4 # deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
     5
     6 # The line above will make sure you get all final public releases.
     7 # Uncomment the following line if you want to get alpha and beta
     8 # releases, too.
     9
    10 # deb http://deb.opera.com/opera-beta/ stable non-free #Opera Browser (beta releases)

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)]/ quantal main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5
     6
     7 ## Major bug fix updates produced after the final release of the
     8 ## distribution.
     9
    10
    11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12 ## team. Also, please note that software in universe WILL NOT receive any
    13 ## review or updates from the Ubuntu security team.
    14
    15
    16 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    17 ## team, and may not be under a free licence. Please satisfy yourself as to
    18 ## your rights to use the software. Also, please note that software in
    19 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    20 ## security team.
    21
    22 ## N.B. software from this repository may not have been tested as
    23 ## extensively as that contained in the main release, although it includes
    24 ## newer versions of some applications which may provide useful features.
    25 ## Also, please note that software in backports WILL NOT receive any review
    26 ## or updates from the Ubuntu security team.
    27
    28
    29
    30 ## Uncomment the following two lines to add software from Canonical's
    31 ## 'partner' repository.
    32 ## This software is not part of Ubuntu, but is offered by Canonical and the
    33 ## respective vendors as a service to Ubuntu users.
    34 deb http://archive.canonical.com/ubuntu quantal partner
    35 deb-src http://archive.canonical.com/ubuntu quantal partner
    36
    37 ## This software is not part of Ubuntu, but is offered by third-party
    38 ## developers who want to ship their latest software.
    39 # deb http://extras.ubuntu.com/ubuntu quantal main
    40 # deb-src http://extras.ubuntu.com/ubuntu quantal main
    41 deb http://archive.ubuntu.com/ubuntu quantal main
    42 deb http://security.ubuntu.com/ubuntu/ quantal-security main
    43 deb http://archive.ubuntu.com/ubuntu quantal-updates main
    44 deb http://archive.ubuntu.com/ubuntu quantal-proposed main

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

WHat is the output of:

sudo apt-get update
sudo apt-get --reinstall install nano

Thanks

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.