Cannot upgrade Ubuntu
![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 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?
18.04
add a comment |Â
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?
18.04
add a comment |Â
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?
18.04
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?
18.04
edited May 17 at 20:18
user68186
14.2k84360
14.2k84360
asked May 17 at 20:11
Samrat Kar
32
32
add a comment |Â
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
answered May 17 at 20:20
![](https://i.stack.imgur.com/0gITV.jpg?s=32&g=1)
![](https://i.stack.imgur.com/0gITV.jpg?s=32&g=1)
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
add a comment |Â
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
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%2f1037546%2fcannot-upgrade-ubuntu%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