Unable to install any software in Ubuntu because of this errorCan I use other tool than Ubuntu Software Center to open apt links?How to remove bandwidthd 32 bit from 64 bit XubuntuFixing var errorsUbuntu 14.04 LTS (Trusty Tahr) for Raspberry Pi 2 cannot get wifi workingError installing zlib1g-dev in ubuntu 16.04 desktop

Investigating whether a function is bounded

Naive question about polynomial time reducibility

Injection from two strings to one string

Using 4K Skyrim Textures when running 1920 x 1080 display resolution?

How much Money Should I save in Order to Generate $1000/Month for the rest of my life?

How slow was the 6502 BASIC compared to Assembly

As a girl, how can I voice male characters effectively?

How would you simplify this complex ratio?

The locus of polynomials with specified root multiplicities

What are the limits on an impeached and not convicted president?

In 1700s, why was 'books that never read' grammatical?

What benefits are there to blocking most search engines?

An example of a "simple poset" which does not belong to a convex polytope

Is there any way to ward an area against Sending?

Should I reveal productivity tricks to peers, or keep them to myself in order to be more productive than the others?

What kind of nut is this

Why didn't Trudy wear a breathing mask in Avatar?

Why is the time of useful consciousness only seconds at high altitudes, when I can hold my breath much longer at ground level?

Composing religious songs and melodies on Shabbos

Why didn't Snape ask Dumbledore why he let "Moody" search his office?

What is a practical use for this metric?

What does it take to recreate microchips like 68000 and 6502 in their original process nodes nowadays?

What is /dev/null and why can't I use hx on it?

What is the next number in the sequence 21, 21, 23, 20, 5, 25, 31, 24, ...?



Unable to install any software in Ubuntu because of this error


Can I use other tool than Ubuntu Software Center to open apt links?How to remove bandwidthd 32 bit from 64 bit XubuntuFixing var errorsUbuntu 14.04 LTS (Trusty Tahr) for Raspberry Pi 2 cannot get wifi workingError installing zlib1g-dev in ubuntu 16.04 desktop






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









0















I am pretty new in Ubuntu, I am using Ubuntu 18.04 version. I was installing Odoo software but it was interrupted because of some dependency error, Now I am unable to install any software from Ubuntu Software Center because of this error, Error shown in the screen shot.



I also used following commands but still this error is occurring.



sudo apt update 
sudo apt upgrade
sudo apt update
sudo rm /var/lib/apt/listts/lock
sudo rm /var/chache/apt/archives/lock


enter image description here










share|improve this question
































    0















    I am pretty new in Ubuntu, I am using Ubuntu 18.04 version. I was installing Odoo software but it was interrupted because of some dependency error, Now I am unable to install any software from Ubuntu Software Center because of this error, Error shown in the screen shot.



    I also used following commands but still this error is occurring.



    sudo apt update 
    sudo apt upgrade
    sudo apt update
    sudo rm /var/lib/apt/listts/lock
    sudo rm /var/chache/apt/archives/lock


    enter image description here










    share|improve this question




























      0












      0








      0








      I am pretty new in Ubuntu, I am using Ubuntu 18.04 version. I was installing Odoo software but it was interrupted because of some dependency error, Now I am unable to install any software from Ubuntu Software Center because of this error, Error shown in the screen shot.



      I also used following commands but still this error is occurring.



      sudo apt update 
      sudo apt upgrade
      sudo apt update
      sudo rm /var/lib/apt/listts/lock
      sudo rm /var/chache/apt/archives/lock


      enter image description here










      share|improve this question
















      I am pretty new in Ubuntu, I am using Ubuntu 18.04 version. I was installing Odoo software but it was interrupted because of some dependency error, Now I am unable to install any software from Ubuntu Software Center because of this error, Error shown in the screen shot.



      I also used following commands but still this error is occurring.



      sudo apt update 
      sudo apt upgrade
      sudo apt update
      sudo rm /var/lib/apt/listts/lock
      sudo rm /var/chache/apt/archives/lock


      enter image description here







      xubuntu lubuntu selinux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 17 at 8:43









      Mr Shunz

      2,6654 gold badges22 silver badges24 bronze badges




      2,6654 gold badges22 silver badges24 bronze badges










      asked Apr 17 at 6:15









      Tasaddaq RanaTasaddaq Rana

      32 bronze badges




      32 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0
















          Try this :



          sudo rm -f /var/lib/dpkg/info/initramfs-tools.post*
          sudo rm -f /var/lib/dpkg/info/initramfs-tools.pre*

          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.post*
          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.pre*

          sudo dpkg --configure -a





          share|improve this answer






















          • 3





            Please explain what your commands are doing.

            – Soren A
            Apr 17 at 6:32











          • i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

            – Dewa Sembiring
            Apr 17 at 6:44







          • 1





            @DewaSembiring thank you soo much, problem resolved by trying you answer.

            – Tasaddaq Rana
            Apr 17 at 7:07












          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%2f1134553%2funable-to-install-any-software-in-ubuntu-because-of-this-error%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









          0
















          Try this :



          sudo rm -f /var/lib/dpkg/info/initramfs-tools.post*
          sudo rm -f /var/lib/dpkg/info/initramfs-tools.pre*

          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.post*
          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.pre*

          sudo dpkg --configure -a





          share|improve this answer






















          • 3





            Please explain what your commands are doing.

            – Soren A
            Apr 17 at 6:32











          • i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

            – Dewa Sembiring
            Apr 17 at 6:44







          • 1





            @DewaSembiring thank you soo much, problem resolved by trying you answer.

            – Tasaddaq Rana
            Apr 17 at 7:07















          0
















          Try this :



          sudo rm -f /var/lib/dpkg/info/initramfs-tools.post*
          sudo rm -f /var/lib/dpkg/info/initramfs-tools.pre*

          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.post*
          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.pre*

          sudo dpkg --configure -a





          share|improve this answer






















          • 3





            Please explain what your commands are doing.

            – Soren A
            Apr 17 at 6:32











          • i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

            – Dewa Sembiring
            Apr 17 at 6:44







          • 1





            @DewaSembiring thank you soo much, problem resolved by trying you answer.

            – Tasaddaq Rana
            Apr 17 at 7:07













          0














          0










          0









          Try this :



          sudo rm -f /var/lib/dpkg/info/initramfs-tools.post*
          sudo rm -f /var/lib/dpkg/info/initramfs-tools.pre*

          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.post*
          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.pre*

          sudo dpkg --configure -a





          share|improve this answer















          Try this :



          sudo rm -f /var/lib/dpkg/info/initramfs-tools.post*
          sudo rm -f /var/lib/dpkg/info/initramfs-tools.pre*

          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.post*
          sudo rm -f /var/lib/dpkg/info/bcmwl-kernel-source.pre*

          sudo dpkg --configure -a






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 17 at 6:31









          Soren A

          4,1931 gold badge11 silver badges28 bronze badges




          4,1931 gold badge11 silver badges28 bronze badges










          answered Apr 17 at 6:28









          Dewa SembiringDewa Sembiring

          493 bronze badges




          493 bronze badges










          • 3





            Please explain what your commands are doing.

            – Soren A
            Apr 17 at 6:32











          • i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

            – Dewa Sembiring
            Apr 17 at 6:44







          • 1





            @DewaSembiring thank you soo much, problem resolved by trying you answer.

            – Tasaddaq Rana
            Apr 17 at 7:07












          • 3





            Please explain what your commands are doing.

            – Soren A
            Apr 17 at 6:32











          • i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

            – Dewa Sembiring
            Apr 17 at 6:44







          • 1





            @DewaSembiring thank you soo much, problem resolved by trying you answer.

            – Tasaddaq Rana
            Apr 17 at 7:07







          3




          3





          Please explain what your commands are doing.

          – Soren A
          Apr 17 at 6:32





          Please explain what your commands are doing.

          – Soren A
          Apr 17 at 6:32













          i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

          – Dewa Sembiring
          Apr 17 at 6:44






          i have the same problem too, and i fix it with that command.. ubuntuforums.org/showthread.php?t=1990236

          – Dewa Sembiring
          Apr 17 at 6:44





          1




          1





          @DewaSembiring thank you soo much, problem resolved by trying you answer.

          – Tasaddaq Rana
          Apr 17 at 7:07





          @DewaSembiring thank you soo much, problem resolved by trying you answer.

          – Tasaddaq Rana
          Apr 17 at 7:07


















          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%2f1134553%2funable-to-install-any-software-in-ubuntu-because-of-this-error%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?