Can't use apt AT ALL for installing or removing ANY package - 'could not load /boot/System.map-4.8.0-59-generic: No such file or directory'FATAL: could not load /boot/System.map-4.8.0-54-generic: No such file or directoryApt errors since upgrade to 12.04Updates fail due to “/etc/default/grub: splash”: not found” error kernel did not upgrade between 12.04->12.10->13.04cannot upgrade kernel and mysql-server after dist upgradeLinux Headers not upgrading. It says “no space” when I have lotsHow can I remove a package?Boot map is full command: sudo apt-get autoremove does not work: see textErrors every time I use 'apt install' because of old kernels

What are these objects near the Cosmonaut's faces?

What plausible reasons why people forget they didn't originally live on this new planet?

When was the famous "sudo warning" introduced? Under what background? By whom?

What is gerrymandering called if it's not the result of redrawing districts?

Is the phrase “You are requested” polite or rude?

Meaning of “Bulldog drooled courses through his jowls”

Most optimal hallways with random gravity inside?

When applying for a visa has there ever been a case of embassy asking for proof of right to be in the present country?

Is it really better for the environment if I take the stairs as opposed to a lift?

Why it is a big deal whether or not Adam Schiff talked to the whistleblower?

Why are there never-ending wars in the Middle East?

What are the advantages to banks being located in the City of London (the Square Mile)?

UK inheritance: partner, sibling, child

What is the name of this Korean mobile sports game?

FPGA starts working after irrelevant changes, why?

Why didn't Aboriginal Australians discover agriculture?

だけ between two verbs / second verb performing an action on だけ construction

On approximate simultaneous diagonalization

Euclid Algorithm to Find Muliplicative Inverse

Visualize a large int

Can every type of linear filter be modelled by a convolution?

Did the US push the Kurds to lower their defences against Turkey in the months preceding the latest Turkish military operation against them?

A toy model in 0-d QFT

Which person is telling the truth?



Can't use apt AT ALL for installing or removing ANY package - 'could not load /boot/System.map-4.8.0-59-generic: No such file or directory'


FATAL: could not load /boot/System.map-4.8.0-54-generic: No such file or directoryApt errors since upgrade to 12.04Updates fail due to “/etc/default/grub: splash”: not found” error kernel did not upgrade between 12.04->12.10->13.04cannot upgrade kernel and mysql-server after dist upgradeLinux Headers not upgrading. It says “no space” when I have lotsHow can I remove a package?Boot map is full command: sudo apt-get autoremove does not work: see textErrors every time I use 'apt install' because of old kernels






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2

















NOTE: I doubt this question is a duplicate of this because I don't use DKMS




Hello, on my server (recently restored from a horrific kernel issue), apt autoremove --purge gives this result:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-image-extra-4.8.0-59-generic
0 upgraded, 0 newly installed, 1 to remove and 36 not upgraded.
2 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
(Reading database ... 264820 files and directories currently installed.)
Removing linux-image-extra-4.8.0-59-generic (4.8.0-59.64) ...
depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-59-generic
cp: failed to restore the default file creation context: Invalid argument
E: /usr/share/initramfs-tools/hooks/kmod failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.8.0-59-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.8.0-59-generic (--remove):
installed linux-image-extra-4.8.0-59-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-extra-4.8.0-59-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


A line of interest here is this:



depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory


ls /boot:



0 LD-Server /etc/update-motd.d ls /boot
abi-4.15.0-42-generic grub/ System.map-4.15.0-42-generic vmlinuz-4.15.0-43-generic
config-4.15.0-42-generic initrd.img-4.15.0-42-generic System.map-4.15.0-43-generic
config-4.15.0-43-generic retpoline-4.15.0-42-generic vmlinuz-4.15.0-42-generic


I see a System.map-4.15.0-42-generic and System.map-4.15.0-43-generic but no System.map-4.8.0-59-generic...



My server seems to boot fine (it is running now after all), but I don't exactly feel like testing it right now... Is there any way to fix this issue?










share|improve this question




























  • Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

    – Terrance
    Dec 25 '18 at 4:55












  • @Terrance Same error...

    – Dev
    Dec 25 '18 at 7:59











  • Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

    – user535733
    Dec 25 '18 at 14:59











  • In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

    – heynnema
    Dec 25 '18 at 15:22











  • @user535733 The depmod warning is gone but it still fails with the same messages.

    – Dev
    Dec 26 '18 at 8:12

















2

















NOTE: I doubt this question is a duplicate of this because I don't use DKMS




Hello, on my server (recently restored from a horrific kernel issue), apt autoremove --purge gives this result:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-image-extra-4.8.0-59-generic
0 upgraded, 0 newly installed, 1 to remove and 36 not upgraded.
2 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
(Reading database ... 264820 files and directories currently installed.)
Removing linux-image-extra-4.8.0-59-generic (4.8.0-59.64) ...
depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-59-generic
cp: failed to restore the default file creation context: Invalid argument
E: /usr/share/initramfs-tools/hooks/kmod failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.8.0-59-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.8.0-59-generic (--remove):
installed linux-image-extra-4.8.0-59-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-extra-4.8.0-59-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


A line of interest here is this:



depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory


ls /boot:



0 LD-Server /etc/update-motd.d ls /boot
abi-4.15.0-42-generic grub/ System.map-4.15.0-42-generic vmlinuz-4.15.0-43-generic
config-4.15.0-42-generic initrd.img-4.15.0-42-generic System.map-4.15.0-43-generic
config-4.15.0-43-generic retpoline-4.15.0-42-generic vmlinuz-4.15.0-42-generic


I see a System.map-4.15.0-42-generic and System.map-4.15.0-43-generic but no System.map-4.8.0-59-generic...



My server seems to boot fine (it is running now after all), but I don't exactly feel like testing it right now... Is there any way to fix this issue?










share|improve this question




























  • Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

    – Terrance
    Dec 25 '18 at 4:55












  • @Terrance Same error...

    – Dev
    Dec 25 '18 at 7:59











  • Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

    – user535733
    Dec 25 '18 at 14:59











  • In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

    – heynnema
    Dec 25 '18 at 15:22











  • @user535733 The depmod warning is gone but it still fails with the same messages.

    – Dev
    Dec 26 '18 at 8:12













2












2








2








NOTE: I doubt this question is a duplicate of this because I don't use DKMS




Hello, on my server (recently restored from a horrific kernel issue), apt autoremove --purge gives this result:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-image-extra-4.8.0-59-generic
0 upgraded, 0 newly installed, 1 to remove and 36 not upgraded.
2 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
(Reading database ... 264820 files and directories currently installed.)
Removing linux-image-extra-4.8.0-59-generic (4.8.0-59.64) ...
depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-59-generic
cp: failed to restore the default file creation context: Invalid argument
E: /usr/share/initramfs-tools/hooks/kmod failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.8.0-59-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.8.0-59-generic (--remove):
installed linux-image-extra-4.8.0-59-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-extra-4.8.0-59-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


A line of interest here is this:



depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory


ls /boot:



0 LD-Server /etc/update-motd.d ls /boot
abi-4.15.0-42-generic grub/ System.map-4.15.0-42-generic vmlinuz-4.15.0-43-generic
config-4.15.0-42-generic initrd.img-4.15.0-42-generic System.map-4.15.0-43-generic
config-4.15.0-43-generic retpoline-4.15.0-42-generic vmlinuz-4.15.0-42-generic


I see a System.map-4.15.0-42-generic and System.map-4.15.0-43-generic but no System.map-4.8.0-59-generic...



My server seems to boot fine (it is running now after all), but I don't exactly feel like testing it right now... Is there any way to fix this issue?










share|improve this question

















NOTE: I doubt this question is a duplicate of this because I don't use DKMS




Hello, on my server (recently restored from a horrific kernel issue), apt autoremove --purge gives this result:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-image-extra-4.8.0-59-generic
0 upgraded, 0 newly installed, 1 to remove and 36 not upgraded.
2 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
(Reading database ... 264820 files and directories currently installed.)
Removing linux-image-extra-4.8.0-59-generic (4.8.0-59.64) ...
depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-59-generic /boot/vmlinuz-4.8.0-59-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-59-generic
cp: failed to restore the default file creation context: Invalid argument
E: /usr/share/initramfs-tools/hooks/kmod failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.8.0-59-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.8.0-59-generic (--remove):
installed linux-image-extra-4.8.0-59-generic package post-removal script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-extra-4.8.0-59-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


A line of interest here is this:



depmod: FATAL: could not load /boot/System.map-4.8.0-59-generic: No such file or directory


ls /boot:



0 LD-Server /etc/update-motd.d ls /boot
abi-4.15.0-42-generic grub/ System.map-4.15.0-42-generic vmlinuz-4.15.0-43-generic
config-4.15.0-42-generic initrd.img-4.15.0-42-generic System.map-4.15.0-43-generic
config-4.15.0-43-generic retpoline-4.15.0-42-generic vmlinuz-4.15.0-42-generic


I see a System.map-4.15.0-42-generic and System.map-4.15.0-43-generic but no System.map-4.8.0-59-generic...



My server seems to boot fine (it is running now after all), but I don't exactly feel like testing it right now... Is there any way to fix this issue?







boot apt grub2 kernel






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited May 27 at 9:37









fkraiem

9,8683 gold badges23 silver badges34 bronze badges




9,8683 gold badges23 silver badges34 bronze badges










asked Dec 25 '18 at 3:53









DevDev

2931 gold badge5 silver badges24 bronze badges




2931 gold badge5 silver badges24 bronze badges















  • Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

    – Terrance
    Dec 25 '18 at 4:55












  • @Terrance Same error...

    – Dev
    Dec 25 '18 at 7:59











  • Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

    – user535733
    Dec 25 '18 at 14:59











  • In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

    – heynnema
    Dec 25 '18 at 15:22











  • @user535733 The depmod warning is gone but it still fails with the same messages.

    – Dev
    Dec 26 '18 at 8:12

















  • Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

    – Terrance
    Dec 25 '18 at 4:55












  • @Terrance Same error...

    – Dev
    Dec 25 '18 at 7:59











  • Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

    – user535733
    Dec 25 '18 at 14:59











  • In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

    – heynnema
    Dec 25 '18 at 15:22











  • @user535733 The depmod warning is gone but it still fails with the same messages.

    – Dev
    Dec 26 '18 at 8:12
















Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

– Terrance
Dec 25 '18 at 4:55






Try running sudo /etc/kernel/postinst.d/apt-auto-removal and see if it generates a new autoremove script, then try the sudo apt autoremove again.

– Terrance
Dec 25 '18 at 4:55














@Terrance Same error...

– Dev
Dec 25 '18 at 7:59





@Terrance Same error...

– Dev
Dec 25 '18 at 7:59













Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

– user535733
Dec 25 '18 at 14:59





Try using sudo touch /boot/System.map-4.8.0-59-generic to create a dummy file for the package manager to remove. Then try the removal again.

– user535733
Dec 25 '18 at 14:59













In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

– heynnema
Dec 25 '18 at 15:22





In terminal do dpkg -l *4.8.0-59* | grep -i ii to see if the system thinks it's still installed. If it does, type sudo apt-get purge put package name here.

– heynnema
Dec 25 '18 at 15:22













@user535733 The depmod warning is gone but it still fails with the same messages.

– Dev
Dec 26 '18 at 8:12





@user535733 The depmod warning is gone but it still fails with the same messages.

– Dev
Dec 26 '18 at 8:12










1 Answer
1






active

oldest

votes


















1







+50











It's an initramfs-tools bug opened in this link: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776652



In this specific case it was triggered by faulty line in /usr/share/initramfs-tools/hooks/kmod



#!/bin/sh -e
# Copy the compatibility symlinks until initramfs-tools will be converted
# to use the kmod program.

if [ "$1" = "prereqs" ]; then exit 0; fi

. /usr/share/initramfs-tools/hook-functions

copy_exec /bin/kmod
cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/

mkdir -p $DESTDIR/lib/modprobe.d/
if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then
cp -a /lib/modprobe.d/* $DESTDIR/lib/modprobe.d/
fi


Commenting the line



 #cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/


tricks update-initramfs command to bypass the error.






share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104360%2fcant-use-apt-at-all-for-installing-or-removing-any-package-could-not-load-b%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1







    +50











    It's an initramfs-tools bug opened in this link: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776652



    In this specific case it was triggered by faulty line in /usr/share/initramfs-tools/hooks/kmod



    #!/bin/sh -e
    # Copy the compatibility symlinks until initramfs-tools will be converted
    # to use the kmod program.

    if [ "$1" = "prereqs" ]; then exit 0; fi

    . /usr/share/initramfs-tools/hook-functions

    copy_exec /bin/kmod
    cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/

    mkdir -p $DESTDIR/lib/modprobe.d/
    if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then
    cp -a /lib/modprobe.d/* $DESTDIR/lib/modprobe.d/
    fi


    Commenting the line



     #cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/


    tricks update-initramfs command to bypass the error.






    share|improve this answer






























      1







      +50











      It's an initramfs-tools bug opened in this link: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776652



      In this specific case it was triggered by faulty line in /usr/share/initramfs-tools/hooks/kmod



      #!/bin/sh -e
      # Copy the compatibility symlinks until initramfs-tools will be converted
      # to use the kmod program.

      if [ "$1" = "prereqs" ]; then exit 0; fi

      . /usr/share/initramfs-tools/hook-functions

      copy_exec /bin/kmod
      cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/

      mkdir -p $DESTDIR/lib/modprobe.d/
      if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then
      cp -a /lib/modprobe.d/* $DESTDIR/lib/modprobe.d/
      fi


      Commenting the line



       #cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/


      tricks update-initramfs command to bypass the error.






      share|improve this answer




























        1







        +50







        1







        +50



        1






        +50





        It's an initramfs-tools bug opened in this link: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776652



        In this specific case it was triggered by faulty line in /usr/share/initramfs-tools/hooks/kmod



        #!/bin/sh -e
        # Copy the compatibility symlinks until initramfs-tools will be converted
        # to use the kmod program.

        if [ "$1" = "prereqs" ]; then exit 0; fi

        . /usr/share/initramfs-tools/hook-functions

        copy_exec /bin/kmod
        cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/

        mkdir -p $DESTDIR/lib/modprobe.d/
        if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then
        cp -a /lib/modprobe.d/* $DESTDIR/lib/modprobe.d/
        fi


        Commenting the line



         #cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/


        tricks update-initramfs command to bypass the error.






        share|improve this answer














        It's an initramfs-tools bug opened in this link: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776652



        In this specific case it was triggered by faulty line in /usr/share/initramfs-tools/hooks/kmod



        #!/bin/sh -e
        # Copy the compatibility symlinks until initramfs-tools will be converted
        # to use the kmod program.

        if [ "$1" = "prereqs" ]; then exit 0; fi

        . /usr/share/initramfs-tools/hook-functions

        copy_exec /bin/kmod
        cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/

        mkdir -p $DESTDIR/lib/modprobe.d/
        if [ "$(echo /lib/modprobe.d/*)" != "/lib/modprobe.d/*" ]; then
        cp -a /lib/modprobe.d/* $DESTDIR/lib/modprobe.d/
        fi


        Commenting the line



         #cp -a /sbin/modprobe /sbin/rmmod $DESTDIR/sbin/


        tricks update-initramfs command to bypass the error.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered May 27 at 21:04









        kennkenn

        3,0536 gold badges33 silver badges69 bronze badges




        3,0536 gold badges33 silver badges69 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104360%2fcant-use-apt-at-all-for-installing-or-removing-any-package-could-not-load-b%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?