Cannot upgrade Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












i have 18.04 ubuntu.. When i try to upgrade it using sudo apt-get upgrade, i get the followin error message -



Removing oem-workaround-bluetooth-status (6) ...
sed: can't read /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules: No such file or directory
dpkg: error processing package oem-workaround-bluetooth-status (--remove):
installed oem-workaround-bluetooth-status package post-removal script subprocess returned error exit status 2
Errors were encountered while processing:
oem-workaround-bluetooth-status
E: Sub-process /usr/bin/dpkg returned an error code (1)


Can anyone help?







share|improve this question


























    up vote
    0
    down vote

    favorite












    i have 18.04 ubuntu.. When i try to upgrade it using sudo apt-get upgrade, i get the followin error message -



    Removing oem-workaround-bluetooth-status (6) ...
    sed: can't read /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules: No such file or directory
    dpkg: error processing package oem-workaround-bluetooth-status (--remove):
    installed oem-workaround-bluetooth-status package post-removal script subprocess returned error exit status 2
    Errors were encountered while processing:
    oem-workaround-bluetooth-status
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    Can anyone help?







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      i have 18.04 ubuntu.. When i try to upgrade it using sudo apt-get upgrade, i get the followin error message -



      Removing oem-workaround-bluetooth-status (6) ...
      sed: can't read /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules: No such file or directory
      dpkg: error processing package oem-workaround-bluetooth-status (--remove):
      installed oem-workaround-bluetooth-status package post-removal script subprocess returned error exit status 2
      Errors were encountered while processing:
      oem-workaround-bluetooth-status
      E: Sub-process /usr/bin/dpkg returned an error code (1)


      Can anyone help?







      share|improve this question














      i have 18.04 ubuntu.. When i try to upgrade it using sudo apt-get upgrade, i get the followin error message -



      Removing oem-workaround-bluetooth-status (6) ...
      sed: can't read /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules: No such file or directory
      dpkg: error processing package oem-workaround-bluetooth-status (--remove):
      installed oem-workaround-bluetooth-status package post-removal script subprocess returned error exit status 2
      Errors were encountered while processing:
      oem-workaround-bluetooth-status
      E: Sub-process /usr/bin/dpkg returned an error code (1)


      Can anyone help?









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 17 at 20:18









      user68186

      14.2k84360




      14.2k84360










      asked May 17 at 20:11









      Samrat Kar

      32




      32




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          I have many ideas. Not shure if one will work:



          This add the file he is looking for:



          sudo touch /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules


          This one helps me often when i have such problems:



          sudo dpkg --configure -a


          will remove this package from your computer (but i assume it will not work without one of them above):



          sudo apt remove oem-workaround-bluetooth-status





          share|improve this answer




















          • Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
            – Samrat Kar
            May 17 at 20:57










          • i ran all the three commands sequentially.
            – Samrat Kar
            May 17 at 21:12










          • I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
            – Samrat Kar
            May 17 at 21:27











          • This will guid you how to enable bluetooth
            – Boba Fit
            May 17 at 21:32










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f1037546%2fcannot-upgrade-ubuntu%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          I have many ideas. Not shure if one will work:



          This add the file he is looking for:



          sudo touch /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules


          This one helps me often when i have such problems:



          sudo dpkg --configure -a


          will remove this package from your computer (but i assume it will not work without one of them above):



          sudo apt remove oem-workaround-bluetooth-status





          share|improve this answer




















          • Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
            – Samrat Kar
            May 17 at 20:57










          • i ran all the three commands sequentially.
            – Samrat Kar
            May 17 at 21:12










          • I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
            – Samrat Kar
            May 17 at 21:27











          • This will guid you how to enable bluetooth
            – Boba Fit
            May 17 at 21:32














          up vote
          0
          down vote



          accepted










          I have many ideas. Not shure if one will work:



          This add the file he is looking for:



          sudo touch /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules


          This one helps me often when i have such problems:



          sudo dpkg --configure -a


          will remove this package from your computer (but i assume it will not work without one of them above):



          sudo apt remove oem-workaround-bluetooth-status





          share|improve this answer




















          • Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
            – Samrat Kar
            May 17 at 20:57










          • i ran all the three commands sequentially.
            – Samrat Kar
            May 17 at 21:12










          • I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
            – Samrat Kar
            May 17 at 21:27











          • This will guid you how to enable bluetooth
            – Boba Fit
            May 17 at 21:32












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          I have many ideas. Not shure if one will work:



          This add the file he is looking for:



          sudo touch /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules


          This one helps me often when i have such problems:



          sudo dpkg --configure -a


          will remove this package from your computer (but i assume it will not work without one of them above):



          sudo apt remove oem-workaround-bluetooth-status





          share|improve this answer












          I have many ideas. Not shure if one will work:



          This add the file he is looking for:



          sudo touch /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules


          This one helps me often when i have such problems:



          sudo dpkg --configure -a


          will remove this package from your computer (but i assume it will not work without one of them above):



          sudo apt remove oem-workaround-bluetooth-status






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 17 at 20:20









          Boba Fit

          31518




          31518











          • Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
            – Samrat Kar
            May 17 at 20:57










          • i ran all the three commands sequentially.
            – Samrat Kar
            May 17 at 21:12










          • I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
            – Samrat Kar
            May 17 at 21:27











          • This will guid you how to enable bluetooth
            – Boba Fit
            May 17 at 21:32
















          • Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
            – Samrat Kar
            May 17 at 20:57










          • i ran all the three commands sequentially.
            – Samrat Kar
            May 17 at 21:12










          • I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
            – Samrat Kar
            May 17 at 21:27











          • This will guid you how to enable bluetooth
            – Boba Fit
            May 17 at 21:32















          Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
          – Samrat Kar
          May 17 at 20:57




          Thanks! This solved the problem. But now the bluetooth is disabled. How to enabled that please?
          – Samrat Kar
          May 17 at 20:57












          i ran all the three commands sequentially.
          – Samrat Kar
          May 17 at 21:12




          i ran all the three commands sequentially.
          – Samrat Kar
          May 17 at 21:12












          I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
          – Samrat Kar
          May 17 at 21:27





          I get the following error if i try installing oem-workaround-bluetooth-status - Package oem-workaround-bluetooth-status is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'oem-workaround-bluetooth-status' has no installation candidate
          – Samrat Kar
          May 17 at 21:27













          This will guid you how to enable bluetooth
          – Boba Fit
          May 17 at 21:32




          This will guid you how to enable bluetooth
          – Boba Fit
          May 17 at 21:32












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037546%2fcannot-upgrade-ubuntu%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491