On Tue, Jan 19, 2016 at 7:04 PM, Dean <[email protected]> wrote: > cannot install cmake on Linux beaglebone 4.1.12-ti-r29 > > > crico@crico-X555LAB:~$ ssh [email protected] > > Debian GNU/Linux 8 > > > BeagleBoard.org Debian Image 2015-11-12 > > > Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian > > > default username:password is [debian:temppwd] > > > [email protected]'s password: > > Last login: Tue Jan 19 19:44:39 2016 from 192.168.7.1 > > dean@beaglebone:~$ sudo apt-get install cmake > > [sudo] password for dean: > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Package cmake is not available, but is referred to by another package.
update your apt cache: "sudo apt-get update" sudo apt-get install cmake if it still doesn't work, then 'you' changed something... https://packages.debian.org/search?searchon=contents&keywords=cmake&mode=exactfilename&suite=stable&arch=any Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
