Unable to update Chromium; broken dependences, unexpected end of file/stream?
up vote
1
down vote
favorite
E: /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-
0ubuntu0.16.04.1_all.deb: cannot copy extracted data for
'./usr/lib/chromium-browser/locales/ta.pak' to '/usr/lib/chromium-
browser/locales/ta.pak.dpkg-new': unexpected end of file or stream
I started my laptop one morning to find that the package manager had a broken package. This isn't the first issue I've had with the package manager.
There was once I had to delete dpkg-available
because there was a 'missing maintainer'. After running apt-get update
, everything worked fine.
Well, now the same error is back again, and now Chromium browser is "broken" (but it still runs just fine). It gives me the out put above when I try to update it.
Usually, the error that I had before was just a warn, and I could do anything I please on the package manager. It still shows itself as a warn, but now, the broken package doesn't let me use it anymore.
How can I get that darn file to keep from corrupting my whole package system?
apt package-management updates dpkg chromium
add a comment |Â
up vote
1
down vote
favorite
E: /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-
0ubuntu0.16.04.1_all.deb: cannot copy extracted data for
'./usr/lib/chromium-browser/locales/ta.pak' to '/usr/lib/chromium-
browser/locales/ta.pak.dpkg-new': unexpected end of file or stream
I started my laptop one morning to find that the package manager had a broken package. This isn't the first issue I've had with the package manager.
There was once I had to delete dpkg-available
because there was a 'missing maintainer'. After running apt-get update
, everything worked fine.
Well, now the same error is back again, and now Chromium browser is "broken" (but it still runs just fine). It gives me the out put above when I try to update it.
Usually, the error that I had before was just a warn, and I could do anything I please on the package manager. It still shows itself as a warn, but now, the broken package doesn't let me use it anymore.
How can I get that darn file to keep from corrupting my whole package system?
apt package-management updates dpkg chromium
1
Try to remove problematic archive withsudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then runsudo apt-get upgrade
again.
â N0rbert
Feb 25 at 16:05
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
E: /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-
0ubuntu0.16.04.1_all.deb: cannot copy extracted data for
'./usr/lib/chromium-browser/locales/ta.pak' to '/usr/lib/chromium-
browser/locales/ta.pak.dpkg-new': unexpected end of file or stream
I started my laptop one morning to find that the package manager had a broken package. This isn't the first issue I've had with the package manager.
There was once I had to delete dpkg-available
because there was a 'missing maintainer'. After running apt-get update
, everything worked fine.
Well, now the same error is back again, and now Chromium browser is "broken" (but it still runs just fine). It gives me the out put above when I try to update it.
Usually, the error that I had before was just a warn, and I could do anything I please on the package manager. It still shows itself as a warn, but now, the broken package doesn't let me use it anymore.
How can I get that darn file to keep from corrupting my whole package system?
apt package-management updates dpkg chromium
E: /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-
0ubuntu0.16.04.1_all.deb: cannot copy extracted data for
'./usr/lib/chromium-browser/locales/ta.pak' to '/usr/lib/chromium-
browser/locales/ta.pak.dpkg-new': unexpected end of file or stream
I started my laptop one morning to find that the package manager had a broken package. This isn't the first issue I've had with the package manager.
There was once I had to delete dpkg-available
because there was a 'missing maintainer'. After running apt-get update
, everything worked fine.
Well, now the same error is back again, and now Chromium browser is "broken" (but it still runs just fine). It gives me the out put above when I try to update it.
Usually, the error that I had before was just a warn, and I could do anything I please on the package manager. It still shows itself as a warn, but now, the broken package doesn't let me use it anymore.
How can I get that darn file to keep from corrupting my whole package system?
apt package-management updates dpkg chromium
apt package-management updates dpkg chromium
edited Feb 25 at 18:57
Drakonoved
7421515
7421515
asked Feb 25 at 16:01
ComputerGuy
127215
127215
1
Try to remove problematic archive withsudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then runsudo apt-get upgrade
again.
â N0rbert
Feb 25 at 16:05
add a comment |Â
1
Try to remove problematic archive withsudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then runsudo apt-get upgrade
again.
â N0rbert
Feb 25 at 16:05
1
1
Try to remove problematic archive with
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then run sudo apt-get upgrade
again.â N0rbert
Feb 25 at 16:05
Try to remove problematic archive with
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then run sudo apt-get upgrade
again.â N0rbert
Feb 25 at 16:05
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Well, this is one of those situations where as soon as I post the question, the answer appears. Might as well post it to help everyone else.
FIrstly, thanks to @N0rbert; his comment on the question led me to the solution, so if this helps you, upvote his comment; it was essentially the answer.
The rest is somewhat trivial. I opened synaptic, and looked into broken packages. There I found the Chromium language packages, and so I purged the language packages and Chromium. Obviously, this didn't work, because there were broken packages.
So, I ran in a terminal:
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
andsudo apt-get update
(credit to N0rbert)
Then, I purged the language packs using sudo apt-get purge chromium-browser-l10n chromium-browser
and then I simply reinstalled them: sudo apt-get install chromium-browser chromium-browser-l10n
.
I'm still not sure if the language packs are necessary when you're only using English, or if Chromium would have run if I just purged the language packs, but all that matters now is that I have my package manager back!
Sometimes package managers can be so unpredictable...
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Well, this is one of those situations where as soon as I post the question, the answer appears. Might as well post it to help everyone else.
FIrstly, thanks to @N0rbert; his comment on the question led me to the solution, so if this helps you, upvote his comment; it was essentially the answer.
The rest is somewhat trivial. I opened synaptic, and looked into broken packages. There I found the Chromium language packages, and so I purged the language packages and Chromium. Obviously, this didn't work, because there were broken packages.
So, I ran in a terminal:
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
andsudo apt-get update
(credit to N0rbert)
Then, I purged the language packs using sudo apt-get purge chromium-browser-l10n chromium-browser
and then I simply reinstalled them: sudo apt-get install chromium-browser chromium-browser-l10n
.
I'm still not sure if the language packs are necessary when you're only using English, or if Chromium would have run if I just purged the language packs, but all that matters now is that I have my package manager back!
Sometimes package managers can be so unpredictable...
add a comment |Â
up vote
1
down vote
accepted
Well, this is one of those situations where as soon as I post the question, the answer appears. Might as well post it to help everyone else.
FIrstly, thanks to @N0rbert; his comment on the question led me to the solution, so if this helps you, upvote his comment; it was essentially the answer.
The rest is somewhat trivial. I opened synaptic, and looked into broken packages. There I found the Chromium language packages, and so I purged the language packages and Chromium. Obviously, this didn't work, because there were broken packages.
So, I ran in a terminal:
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
andsudo apt-get update
(credit to N0rbert)
Then, I purged the language packs using sudo apt-get purge chromium-browser-l10n chromium-browser
and then I simply reinstalled them: sudo apt-get install chromium-browser chromium-browser-l10n
.
I'm still not sure if the language packs are necessary when you're only using English, or if Chromium would have run if I just purged the language packs, but all that matters now is that I have my package manager back!
Sometimes package managers can be so unpredictable...
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Well, this is one of those situations where as soon as I post the question, the answer appears. Might as well post it to help everyone else.
FIrstly, thanks to @N0rbert; his comment on the question led me to the solution, so if this helps you, upvote his comment; it was essentially the answer.
The rest is somewhat trivial. I opened synaptic, and looked into broken packages. There I found the Chromium language packages, and so I purged the language packages and Chromium. Obviously, this didn't work, because there were broken packages.
So, I ran in a terminal:
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
andsudo apt-get update
(credit to N0rbert)
Then, I purged the language packs using sudo apt-get purge chromium-browser-l10n chromium-browser
and then I simply reinstalled them: sudo apt-get install chromium-browser chromium-browser-l10n
.
I'm still not sure if the language packs are necessary when you're only using English, or if Chromium would have run if I just purged the language packs, but all that matters now is that I have my package manager back!
Sometimes package managers can be so unpredictable...
Well, this is one of those situations where as soon as I post the question, the answer appears. Might as well post it to help everyone else.
FIrstly, thanks to @N0rbert; his comment on the question led me to the solution, so if this helps you, upvote his comment; it was essentially the answer.
The rest is somewhat trivial. I opened synaptic, and looked into broken packages. There I found the Chromium language packages, and so I purged the language packages and Chromium. Obviously, this didn't work, because there were broken packages.
So, I ran in a terminal:
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
andsudo apt-get update
(credit to N0rbert)
Then, I purged the language packs using sudo apt-get purge chromium-browser-l10n chromium-browser
and then I simply reinstalled them: sudo apt-get install chromium-browser chromium-browser-l10n
.
I'm still not sure if the language packs are necessary when you're only using English, or if Chromium would have run if I just purged the language packs, but all that matters now is that I have my package manager back!
Sometimes package managers can be so unpredictable...
answered Feb 25 at 16:23
ComputerGuy
127215
127215
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009657%2funable-to-update-chromium-broken-dependences-unexpected-end-of-file-stream%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Try to remove problematic archive with
sudo rm /var/cache/apt/archives/chromium-browser-l10n_64.0.3282.167-0ubuntu0.16.04.1_all.deb
and then runsudo apt-get upgrade
again.â N0rbert
Feb 25 at 16:05