Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
75
rated 0 times [  75] [ 0]  / answers: 1 / hits: 171372  / 2 Years ago, thu, october 6, 2022, 7:37:09

Whenever I am trying to get the update I am getting the error at the last line:



Ign http://in.archive.ubuntu.com trusty-updates/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-updates/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-updates/universe Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-backports/main Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-backports/multiverse Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-backports/restricted Translation-en_IN
Ign http://in.archive.ubuntu.com trusty-backports/universe Translation-en_IN
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.


And then according to the prompted error when I run:



$ sudo dpkg --configure -a
dpkg: error: parsing file '/var/lib/dpkg/updates/0009' near line 0:
newline in field name `#padding'


What now? Can I get out of the error?



I tried this link.


More From » 14.04

 Answers
1

You referred a wrong link. Try the below commands on terminal to remove all the files inside /var/lib/dpkg/updates directory ,



cd /var/lib/dpkg/updates
sudo rm *


And then run the below command to get newer ones,



sudo apt-get update

[#24625] Saturday, October 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligdesig

Total Points: 164
Total Questions: 106
Total Answers: 114

Location: Japan
Member since Sat, Jun 6, 2020
4 Years ago
;