Cannot open Update Package?

Asked by Harold Heinbaugh

Could not initialize the package information

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'E:Opening /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list - ifstream::ifstream (13: Permission denied)'

Question information

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

Can you give the output of:

lsb_release -a; uname -a; cat /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list; ls -la /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list

Thanks

Revision history for this message
Harold Heinbaugh (hheinbaugh2) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
Linux bud-Latitude-D530 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:04:05 UTC 2012 i686 i686 i386 GNU/Linux
cat: /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list: Permission denied
-rw-r----- 1 root admin 201 Jul 24 07:36 /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list
bud@bud-Latitude-D530:~$

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

ok run:

sudo cmod a+r /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_libreoffice3.4-writerguide_ubuntu.list

Then it should be smooth when you run:

sudo apt-get update

Revision history for this message
Harold Heinbaugh (hheinbaugh2) said :
#4

Thank you for your help.