Unable to locate package ros-lunar-desktop-full
![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
1
down vote
favorite
I have this ubuntu:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
I have followed everything from the page Ubuntu install of ROS Lunar.
I did everything on this page, but when I do:
sudo apt-get install ros-lunar-desktop-full
I get the following message:
Unable to locate package ros-lunar-desktop-full
Is there something I can check to find why it isn't finding the package?
apt update
returns:
Reading list of packages ... Done
W: chmod 0700 of directory / var / lib / apt / lists / partial failed - SetupAPTPartialDirectory (1: Operation not allowed)
E: Could not open the lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied)
E: The / var / lib / apt / lists / directory could not be blocked
W: There was a problem in unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission Denied)
W: There was a problem in unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission Denied)
apt
add a comment |Â
up vote
1
down vote
favorite
I have this ubuntu:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
I have followed everything from the page Ubuntu install of ROS Lunar.
I did everything on this page, but when I do:
sudo apt-get install ros-lunar-desktop-full
I get the following message:
Unable to locate package ros-lunar-desktop-full
Is there something I can check to find why it isn't finding the package?
apt update
returns:
Reading list of packages ... Done
W: chmod 0700 of directory / var / lib / apt / lists / partial failed - SetupAPTPartialDirectory (1: Operation not allowed)
E: Could not open the lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied)
E: The / var / lib / apt / lists / directory could not be blocked
W: There was a problem in unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission Denied)
W: There was a problem in unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission Denied)
apt
Try:apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output ofapt update
.
â Martin W
Apr 17 at 19:04
@MartinWapt-cache search ros-lunar
returns 227 lines.
â VansFannel
Apr 17 at 19:11
@MartinW I have updated the question with theapt update
output.
â VansFannel
Apr 17 at 19:16
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running usingsudo rm /var/lib/apt/lists/lock
.
â Martin W
Apr 17 at 19:28
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have this ubuntu:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
I have followed everything from the page Ubuntu install of ROS Lunar.
I did everything on this page, but when I do:
sudo apt-get install ros-lunar-desktop-full
I get the following message:
Unable to locate package ros-lunar-desktop-full
Is there something I can check to find why it isn't finding the package?
apt update
returns:
Reading list of packages ... Done
W: chmod 0700 of directory / var / lib / apt / lists / partial failed - SetupAPTPartialDirectory (1: Operation not allowed)
E: Could not open the lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied)
E: The / var / lib / apt / lists / directory could not be blocked
W: There was a problem in unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission Denied)
W: There was a problem in unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission Denied)
apt
I have this ubuntu:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
I have followed everything from the page Ubuntu install of ROS Lunar.
I did everything on this page, but when I do:
sudo apt-get install ros-lunar-desktop-full
I get the following message:
Unable to locate package ros-lunar-desktop-full
Is there something I can check to find why it isn't finding the package?
apt update
returns:
Reading list of packages ... Done
W: chmod 0700 of directory / var / lib / apt / lists / partial failed - SetupAPTPartialDirectory (1: Operation not allowed)
E: Could not open the lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied)
E: The / var / lib / apt / lists / directory could not be blocked
W: There was a problem in unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission Denied)
W: There was a problem in unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission Denied)
apt
apt
edited Apr 17 at 19:16
asked Apr 17 at 18:35
![](https://i.stack.imgur.com/Yw9Lg.png?s=32&g=1)
![](https://i.stack.imgur.com/Yw9Lg.png?s=32&g=1)
VansFannel
11810
11810
Try:apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output ofapt update
.
â Martin W
Apr 17 at 19:04
@MartinWapt-cache search ros-lunar
returns 227 lines.
â VansFannel
Apr 17 at 19:11
@MartinW I have updated the question with theapt update
output.
â VansFannel
Apr 17 at 19:16
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running usingsudo rm /var/lib/apt/lists/lock
.
â Martin W
Apr 17 at 19:28
add a comment |Â
Try:apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output ofapt update
.
â Martin W
Apr 17 at 19:04
@MartinWapt-cache search ros-lunar
returns 227 lines.
â VansFannel
Apr 17 at 19:11
@MartinW I have updated the question with theapt update
output.
â VansFannel
Apr 17 at 19:16
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running usingsudo rm /var/lib/apt/lists/lock
.
â Martin W
Apr 17 at 19:28
Try:
apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output of apt update
.â Martin W
Apr 17 at 19:04
Try:
apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output of apt update
.â Martin W
Apr 17 at 19:04
@MartinW
apt-cache search ros-lunar
returns 227 lines.â VansFannel
Apr 17 at 19:11
@MartinW
apt-cache search ros-lunar
returns 227 lines.â VansFannel
Apr 17 at 19:11
@MartinW I have updated the question with the
apt update
output.â VansFannel
Apr 17 at 19:16
@MartinW I have updated the question with the
apt update
output.â VansFannel
Apr 17 at 19:16
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running using
sudo rm /var/lib/apt/lists/lock
.â Martin W
Apr 17 at 19:28
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running using
sudo rm /var/lib/apt/lists/lock
.â Martin W
Apr 17 at 19:28
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Ros does not support Lunar for artful (17.10), see the Ros wiki. I believe that you are out of luck, at least without a bunch of personal work or reverting to a zesty (17.04) install. You might try compiling and installing from source but since they are not supporting 17.10, your luck may very, and people trying this have had trouble.
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Ros does not support Lunar for artful (17.10), see the Ros wiki. I believe that you are out of luck, at least without a bunch of personal work or reverting to a zesty (17.04) install. You might try compiling and installing from source but since they are not supporting 17.10, your luck may very, and people trying this have had trouble.
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
add a comment |Â
up vote
1
down vote
accepted
Ros does not support Lunar for artful (17.10), see the Ros wiki. I believe that you are out of luck, at least without a bunch of personal work or reverting to a zesty (17.04) install. You might try compiling and installing from source but since they are not supporting 17.10, your luck may very, and people trying this have had trouble.
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Ros does not support Lunar for artful (17.10), see the Ros wiki. I believe that you are out of luck, at least without a bunch of personal work or reverting to a zesty (17.04) install. You might try compiling and installing from source but since they are not supporting 17.10, your luck may very, and people trying this have had trouble.
Ros does not support Lunar for artful (17.10), see the Ros wiki. I believe that you are out of luck, at least without a bunch of personal work or reverting to a zesty (17.04) install. You might try compiling and installing from source but since they are not supporting 17.10, your luck may very, and people trying this have had trouble.
answered Apr 17 at 19:26
Martin W
74238
74238
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
add a comment |Â
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
â VansFannel
Apr 18 at 15:16
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%2f1025899%2funable-to-locate-package-ros-lunar-desktop-full%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
Try:
apt-cache search ros-lunar
. If that fails with no hits, you probably have an mistake in your repository specification. Please post the output ofapt update
.â Martin W
Apr 17 at 19:04
@MartinW
apt-cache search ros-lunar
returns 227 lines.â VansFannel
Apr 17 at 19:11
@MartinW I have updated the question with the
apt update
output.â VansFannel
Apr 17 at 19:16
The problem with your apt-update is a separate issue. Looks like you may have aborted an apt command and left a lock file. You may need to delete that manually, after making sure that there is no apt command currently running using
sudo rm /var/lib/apt/lists/lock
.â Martin W
Apr 17 at 19:28