Errors were encountered while processing: /var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I was trying to upgrade 14.04 when I started to get dependencies error.
I have read and tried many things to fix the problem, but I always end up getting the error for any of the commands such as:
$ sudo apt-get install --fix-broken --fix-missing
or
$ sudo apt-get update (or upgrade)
or
$ sudo apt-get -f install
also I have tried commands such as:
$ sudo apt-get --reinstall install locales
Or
$ Sudo apt-cache policy libc6* locale
Or
$ sudo dpkg --configure -a
$ sudo apt-get install --fix-broken --fix-missing
Gives:
(Reading database ... 319648 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.26-0ubuntu2_amd64.deb ...
dpkg: error processing archive /var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb (--unpack):
triggers ci file contains unknown directive `interest-await'
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management updates
add a comment |Â
up vote
0
down vote
favorite
I was trying to upgrade 14.04 when I started to get dependencies error.
I have read and tried many things to fix the problem, but I always end up getting the error for any of the commands such as:
$ sudo apt-get install --fix-broken --fix-missing
or
$ sudo apt-get update (or upgrade)
or
$ sudo apt-get -f install
also I have tried commands such as:
$ sudo apt-get --reinstall install locales
Or
$ Sudo apt-cache policy libc6* locale
Or
$ sudo dpkg --configure -a
$ sudo apt-get install --fix-broken --fix-missing
Gives:
(Reading database ... 319648 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.26-0ubuntu2_amd64.deb ...
dpkg: error processing archive /var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb (--unpack):
triggers ci file contains unknown directive `interest-await'
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management updates
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was trying to upgrade 14.04 when I started to get dependencies error.
I have read and tried many things to fix the problem, but I always end up getting the error for any of the commands such as:
$ sudo apt-get install --fix-broken --fix-missing
or
$ sudo apt-get update (or upgrade)
or
$ sudo apt-get -f install
also I have tried commands such as:
$ sudo apt-get --reinstall install locales
Or
$ Sudo apt-cache policy libc6* locale
Or
$ sudo dpkg --configure -a
$ sudo apt-get install --fix-broken --fix-missing
Gives:
(Reading database ... 319648 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.26-0ubuntu2_amd64.deb ...
dpkg: error processing archive /var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb (--unpack):
triggers ci file contains unknown directive `interest-await'
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management updates
I was trying to upgrade 14.04 when I started to get dependencies error.
I have read and tried many things to fix the problem, but I always end up getting the error for any of the commands such as:
$ sudo apt-get install --fix-broken --fix-missing
or
$ sudo apt-get update (or upgrade)
or
$ sudo apt-get -f install
also I have tried commands such as:
$ sudo apt-get --reinstall install locales
Or
$ Sudo apt-cache policy libc6* locale
Or
$ sudo dpkg --configure -a
$ sudo apt-get install --fix-broken --fix-missing
Gives:
(Reading database ... 319648 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.26-0ubuntu2_amd64.deb ...
dpkg: error processing archive /var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb (--unpack):
triggers ci file contains unknown directive `interest-await'
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.26-0ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
apt package-management updates
apt package-management updates
edited Feb 16 at 20:33
Florian Diesch
63k16157176
63k16157176
asked Feb 16 at 20:25
Mike
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Upgrading 14.04 to 17.10 isn't supported.
The package you are trying to install requires a more recent version of dpkg
than the one you have. Try to download the .deb package from https://packages.ubuntu.com/artful/dpkg and install it using dpkg:
sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb
(you may need to replace the file name and path). Maybe that works.
Consider doing a fresh install of 17.10.
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
 |Â
show 4 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Upgrading 14.04 to 17.10 isn't supported.
The package you are trying to install requires a more recent version of dpkg
than the one you have. Try to download the .deb package from https://packages.ubuntu.com/artful/dpkg and install it using dpkg:
sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb
(you may need to replace the file name and path). Maybe that works.
Consider doing a fresh install of 17.10.
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
 |Â
show 4 more comments
up vote
0
down vote
Upgrading 14.04 to 17.10 isn't supported.
The package you are trying to install requires a more recent version of dpkg
than the one you have. Try to download the .deb package from https://packages.ubuntu.com/artful/dpkg and install it using dpkg:
sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb
(you may need to replace the file name and path). Maybe that works.
Consider doing a fresh install of 17.10.
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
 |Â
show 4 more comments
up vote
0
down vote
up vote
0
down vote
Upgrading 14.04 to 17.10 isn't supported.
The package you are trying to install requires a more recent version of dpkg
than the one you have. Try to download the .deb package from https://packages.ubuntu.com/artful/dpkg and install it using dpkg:
sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb
(you may need to replace the file name and path). Maybe that works.
Consider doing a fresh install of 17.10.
Upgrading 14.04 to 17.10 isn't supported.
The package you are trying to install requires a more recent version of dpkg
than the one you have. Try to download the .deb package from https://packages.ubuntu.com/artful/dpkg and install it using dpkg:
sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb
(you may need to replace the file name and path). Maybe that works.
Consider doing a fresh install of 17.10.
answered Feb 16 at 20:53
Florian Diesch
63k16157176
63k16157176
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
 |Â
show 4 more comments
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
Thank you. Have been trying for sometime. Cannot install any package. Broken software system.
â Mike
Feb 17 at 2:31
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
$ sudo dpkg -i dpkg_1.18.24ubuntu1_amd64.deb dpkg: error processing archive dpkg_1.18.24ubuntu1_amd64.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: dpkg_1.18.24ubuntu1_amd64.deb
â Mike
Feb 17 at 2:40
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
packages.ubuntu.com/artful/dpkg Resolving packages.ubuntu.com (packages.ubuntu.com)... 91.189.94.203 Connecting to packages.ubuntu.com (packages.ubuntu.com)|91.189.94.203|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: âÂÂdpkgâ [ <=> ] 12,914 --.-K/s in 0.008s 2018-02-16 18:32:09 (1.48 MB/s) - âÂÂdpkgâ saved [12914]
â Mike
Feb 17 at 2:46
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
now I am back to the worst situation. libc-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc-dev-bin : Depends: libc6 (< 2.20) but 2.26-0ubuntu2 is to be installed libc6 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6:i386 : Breaks: locales (< 2.26) but 2.13+git20120306-12.1 is to be installed libc6-dbg : Depends: libc6 (= 2.19-0ubuntu6.6) but 2.26-0ubuntu2 is to be installed
â Mike
Feb 17 at 3:27
 |Â
show 4 more comments
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%2f1006897%2ferrors-were-encountered-while-processing-var-cache-apt-archives-libc-bin-2-26%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