Unable to locate package ros-lunar-desktop-full

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








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)









share|improve this question























  • 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 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














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)









share|improve this question























  • 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 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












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)









share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 17 at 19:16

























asked Apr 17 at 18:35









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 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 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
















  • 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 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















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










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.






share|improve this answer




















  • Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
    – VansFannel
    Apr 18 at 15:16










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%2f1025899%2funable-to-locate-package-ros-lunar-desktop-full%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
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.






share|improve this answer




















  • Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
    – VansFannel
    Apr 18 at 15:16














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.






share|improve this answer




















  • Thanks. Melodic Morenia will support Ubuntu 17.10 and 18.04.
    – VansFannel
    Apr 18 at 15:16












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.






share|improve this answer












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.







share|improve this answer












share|improve this answer



share|improve this answer










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
















  • 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

















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491