1332888

Asked by mary poppins

test output from my terminal, as requested by ubuntu help site
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ ubuntu-support-status
Support status summary of 'astrid-HP-Compaq-dc7100-SFF-PK858PA':

You have 1904 packages (100.0%) that can not/no-longer be downloaded
You have 0 packages (0.0%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ cat /etc/dpkg/dpkg.cfg.d/multiarchcat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ dpkg --print-foreign-architecturesastrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo grep -R proxy /etc/apt/*
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ grep proxy /etc/environment
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ echo $http_proxy

astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ echo $ftp_proxy

astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ grep proxy /etc/bash.bashrc
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ grep proxy ~/.bashrc
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo fuser -vvv /var/lib/dpkg/lockSpecified filename /var/lib/dpkg/lock does not exist.
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo fuser -vvv /var/cache/apt/archives/lock
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ uname -a
Linux astrid-HP-Compaq-dc7100-SFF-PK858PA 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:02:19 UTC 2014 i686 i686 i686 GNU/Linux
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm /var/lib/apt/lists/lock
rm: cannot remove '/var/lib/apt/lists/lock': No such file or directory
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm /var/cache/apt/archives/lock
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm /var/lib/dpkg/lock
rm: cannot remove '/var/lib/dpkg/lock': No such file or directory
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm -rf /var/lib/dpkg/updates/*
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm -rf /var/lib/apt/lists
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo rm /var/cache/apt/*.bin
rm: cannot remove '/var/cache/apt/*.bin': No such file or directory
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo mkdir /var/lib/apt/lists
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ sudo mkdir /var/lib/apt/lists/partial
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ LANG=C;sudo apt-get clean
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ 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.
13 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up sane-utils (1.0.23-3ubuntu3.1) ...
saned disabled; edit /etc/default/saned
Setting up simple-scan (3.12.1-0ubuntu1) ...
Setting up software-center (13.10-0ubuntu4.1) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
Setting up ssh-askpass-gnome (1:6.6p1-2ubuntu2) ...
Setting up system-config-printer-common (1.4.3+20140219-0ubuntu2.1) ...
Setting up system-config-printer-gnome (1.4.3+20140219-0ubuntu2.1) ...
Setting up system-config-printer-udev (1.4.3+20140219-0ubuntu2.1) ...
Setting up usb-creator-common (0.2.56.1) ...
Setting up usb-creator-gtk (0.2.56.1) ...
Setting up xserver-xorg-video-radeon (1:7.3.0-1ubuntu3.1) ...
Setting up xserver-xorg-video-ati (1:7.3.0-1ubuntu3.1) ...
Setting up xul-ext-ubufox (2.9-0ubuntu0.14.04.1) ...
Setting up indicator-printers (0.1.7+14.04.20140527-0ubuntu1) ...
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$

Question information

Language:
English Edit question
Status:
Answered
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 issue here please?

Thanks

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

I assume the headline "1332888" is a reference to bug #1332888

What I see in your output is part of the https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure
You output, however, is missing the crucial commands.

Please provide the output of

LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
sudo dpkg --configure -a
sudo dpkg --clear-avail
LANG=C;sudo apt-get -f install
LANG=C;sudo apt-get --fix-missing install
LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

and please provide information about what is not working in your system as expected.

Revision history for this message
mary poppins (maltegold) said :
#3

On Wed, 2014-06-25 at 11:16 +0000, Manfred Hampl wrote:
> Your question #250733 on apt in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/250733
>
> Manfred Hampl requested more information:
> I assume the headline "1332888" is a reference to bug #1332888
>
> What I see in your output is part of the https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure
> You output, however, is missing the crucial commands.
>
> Please provide the output of
>
> LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
> sudo dpkg --configure -a
> sudo dpkg --clear-avail
> LANG=C;sudo apt-get -f install
> LANG=C;sudo apt-get --fix-missing install
> LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
> find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
>
> and please provide information about what is not working in your system
> as expected.
>
Further information
attachad below

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

@Mary: attachments do not work here. Please copy-paste the output here:

https://answers.launchpad.net/ubuntu/+source/apt/+question/250733

Revision history for this message
mary poppins (maltegold) said :
#5

On Wed, 2014-06-25 at 09:52 +0000, actionparsnip wrote:
> Your question #250733 on apt in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/apt/+question/250733
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What is the issue here please?
>
> Thanks
> From Rod bug1332888 further information . thanks
Your question #250733 on apt in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/apt/+question/250733

Manfred Hampl requested more information:
"I assume the headline ""1332888"" is a reference to bug #1332888"

What I see in your output is part of the
https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure
"You output, however, is missing the crucial commands."

Please provide the output of

LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
sudo dpkg --configure -a
sudo dpkg --clear-avail
LANG=C;sudo apt-get -f install
LANG=C;sudo apt-get --fix-missing install
LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get
dist-upgrade
"find /etc/apt -name '*.list' -exec bash -c 'echo -e ""\n$1\n""; cat -n
""$1""' _ '{}' \;"
You received this question notification because you asked the question.
and please provide information about what is not working in your system

"To answer this request for more information, you can either reply to"
this email or enter your reply at the following page:
Rod says. The only known problem is that rhere is no sound from the
inbuilt speaker. The hardware is ok because both computers are the same.
That is on ver. 12.04 good sound on all jacks and inbuilt speakers (with
a little fiddling.) But on 14.04 there is sound on the headphones but
none on the inbuilt speaker/s.
Pulse Audio Volume Control does show irregular and continuous pulsations
in its horizontal bar but no provision for an inbuilt speaker output.
"The same from the screen top right speaker icon it brigtens up on
increased volume but when SOUND SETTINGS below is selected no speaker is
shown just three available, 1/ digital output (builtin audio), 2/
Headphones, 3/ headphones (amplifier) Find output you asked for. Hope
this helps."
Thanks for helping We will keep in touch.

https://answers.launchpad.net/ubuntu/+source/apt/+question/250733

astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ LANG=C;sudo apt-get
--fix-missing update -o APT::Cache-Limit=100000000
[sudo] password for astrid:
"Sorry, try again."
[sudo] password for astrid:
Ign http://au.archive.ubuntu.com trusty InRelease
Ign http://au.archive.ubuntu.com trusty-updates
InRelease
Ign http://au.archive.ubuntu.com trusty-backports
InRelease
Hit http://au.archive.ubuntu.com trusty
Release.gpg
Hit http://au.archive.ubuntu.com trusty-updates
Release.gpg
Hit http://au.archive.ubuntu.com trusty-backports
Release.gpg
Hit http://au.archive.ubuntu.com trusty
Release
Hit http://au.archive.ubuntu.com trusty-updates
Release
Ign http://archive.ubuntu.com trusty
InRelease
Hit http://au.archive.ubuntu.com trusty-backports
Release
Hit http://au.archive.ubuntu.com trusty/main
Sources
Ign http://security.ubuntu.com trusty-security
InRelease
Hit http://au.archive.ubuntu.com trusty/restricted Sources
Ign http://extras.ubuntu.com trusty InRelease
Hit http://au.archive.ubuntu.com trusty/universe Sources
Hit http://au.archive.ubuntu.com trusty/multiverse
Sources
Ign http://archive.ubuntu.com trusty-updates
InRelease
Hit http://au.archive.ubuntu.com trusty/main i386 Packages
Hit http://au.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://au.archive.ubuntu.com trusty/universe i386 Packages
Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://au.archive.ubuntu.com trusty/multiverse i386
Packages
Hit http://au.archive.ubuntu.com trusty/main
Translation-en
Hit http://extras.ubuntu.com trusty
Release.gpg
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://au.archive.ubuntu.com trusty/main Translation-en_AU
Get:2 http://security.ubuntu.com trusty-security Release [58.5 kB]
Get:3 http://archive.ubuntu.com trusty-updates Release.gpg [933
B]
Hit http://extras.ubuntu.com trusty
Release
Hit http://au.archive.ubuntu.com trusty/multiverse
Translation-en
Hit http://au.archive.ubuntu.com trusty/multiverse
Translation-en_AU
Hit http://au.archive.ubuntu.com trusty/restricted
Translation-en
Hit http://archive.ubuntu.com trusty
Release
Hit http://au.archive.ubuntu.com trusty/restricted
Translation-en_AU
Hit http://au.archive.ubuntu.com trusty/universe
Translation-en
Hit http://extras.ubuntu.com trusty/main
Sources
Hit http://au.archive.ubuntu.com trusty/universe
Translation-en_AU
Hit http://au.archive.ubuntu.com trusty-updates/main
Sources
Get:4 http://archive.ubuntu.com trusty-updates Release [58.5
kB]
Hit http://au.archive.ubuntu.com trusty-updates/restricted
Sources
Hit http://au.archive.ubuntu.com trusty-updates/universe
Sources
Hit http://extras.ubuntu.com trusty/main i386
Packages
Hit http://au.archive.ubuntu.com trusty-updates/multiverse
Sources
Hit http://au.archive.ubuntu.com trusty-updates/main i386
Packages
Hit http://au.archive.ubuntu.com trusty-updates/restricted i386
Packages
Hit http://au.archive.ubuntu.com trusty-updates/universe i386
Packages
Hit http://au.archive.ubuntu.com trusty-updates/multiverse i386
Packages
Hit http://au.archive.ubuntu.com trusty-updates/main
Translation-en
Hit http://au.archive.ubuntu.com trusty-updates/multiverse
Translation-en
Hit http://au.archive.ubuntu.com trusty-updates/restricted
Translation-en
Get:5 http://security.ubuntu.com trusty-security/main Sources [28.6
kB]
Hit http://au.archive.ubuntu.com trusty-updates/universe
Translation-en
Hit http://archive.ubuntu.com trusty/main i386
Packages
Hit http://au.archive.ubuntu.com trusty-backports/main
Sources
Hit http://au.archive.ubuntu.com trusty-backports/restricted
Sources
Hit http://au.archive.ubuntu.com trusty-backports/universe
Sources
Hit http://au.archive.ubuntu.com trusty-backports/multiverse
Sources
Hit http://archive.ubuntu.com trusty/restricted i386
Packages
Hit http://au.archive.ubuntu.com trusty-backports/main i386
Packages
Hit http://au.archive.ubuntu.com trusty-backports/restricted i386
Packages
Hit http://au.archive.ubuntu.com trusty-backports/universe i386
Packages
Hit http://au.archive.ubuntu.com trusty-backports/multiverse i386
Packages
Hit http://archive.ubuntu.com trusty/main
Translation-en
Hit http://au.archive.ubuntu.com trusty-backports/main
Translation-en
Hit http://au.archive.ubuntu.com trusty-backports/multiverse
Translation-en
Hit http://au.archive.ubuntu.com trusty-backports/restricted
Translation-en
Hit http://archive.ubuntu.com trusty/main Translation-en_AU
Hit http://au.archive.ubuntu.com trusty-backports/universe
Translation-en
Get:6 http://security.ubuntu.com trusty-security/restricted Sources [14
B]
Hit http://archive.ubuntu.com trusty/restricted
Translation-en
Get:7 http://security.ubuntu.com trusty-security/universe Sources [5763
B]
Hit http://archive.ubuntu.com trusty/restricted
Translation-en_AU
Get:8 http://security.ubuntu.com trusty-security/multiverse Sources [688
B]
Get:9 http://archive.ubuntu.com trusty-updates/main i386 Packages [200
kB]
Get:10 http://security.ubuntu.com trusty-security/main i386 Packages
[96.0 kB]
Ign http://extras.ubuntu.com trusty/main
Translation-en
Ign http://extras.ubuntu.com trusty/main
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-updates/main
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-updates/multiverse
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-updates/restricted
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-updates/universe
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-backports/main
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-backports/multiverse
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-backports/restricted
Translation-en_AU
Ign http://au.archive.ubuntu.com trusty-backports/universe
Translation-en_AU
Get:11 http://security.ubuntu.com trusty-security/restricted i386
Packages [14 B]
Get:12 http://security.ubuntu.com trusty-security/universe i386 Packages
[33.4 kB]
Get:13 http://archive.ubuntu.com trusty-updates/restricted i386 Packages
[14 B]
Get:14 http://security.ubuntu.com trusty-security/multiverse i386
Packages [1392 B]
Hit http://archive.ubuntu.com trusty-updates/main
Translation-en
Hit http://security.ubuntu.com trusty-security/main
Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted
Translation-en
Hit http://security.ubuntu.com trusty-security/multiverse
Translation-en
Hit http://security.ubuntu.com trusty-security/restricted
Translation-en
Hit http://security.ubuntu.com trusty-security/universe
Translation-en
Ign http://archive.ubuntu.com trusty-updates/main
Translation-en_AU
Ign http://archive.ubuntu.com trusty-updates/restricted
Translation-en_AU
Ign http://security.ubuntu.com trusty-security/main
Translation-en_AU
Ign http://security.ubuntu.com trusty-security/multiverse
Translation-en_AU
Ign http://security.ubuntu.com trusty-security/restricted
Translation-en_AU
Ign http://security.ubuntu.com trusty-security/universe
Translation-en_AU
Fetched 485 kB in 16s (29.4
kB/s)
Reading package lists... Done
W: Duplicate sources.list entry http://security.ubuntu.com/ubuntu/
trusty-security/main i386 Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages)
W: Duplicate sources.list entry http://security.ubuntu.com/ubuntu/
trusty-security/restricted i386 Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

What is the output of :

grep restricted /etc/apt/sources.list

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Please also send us the output of this Terminal command:

grep security /etc/apt/sources.list

Revision history for this message
mary poppins (maltegold) said :
#8

astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ grep restricted /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release i386 (20140417)]/ trusty main restricted
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb http://au.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://au.archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://au.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://au.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb http://au.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://au.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
ABOVE for actionparsnip
BELOW for Mark Rijckenberg
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$ grep security /etc/apt/sources.list
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted
## review or updates from the Ubuntu security team.
## security team.
## or updates from the Ubuntu security team.
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
astrid@astrid-HP-Compaq-dc7100-SFF-PK858PA:~$
thans both

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Remove one of the lines like this:

deb http://au.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

In /etc/apt/sources.list

You have it twice.

Can you help with this problem?

Provide an answer of your own, or ask mary poppins for more information if necessary.

To post a message you must log in.