Downloading the rcn-ee-archive-keyring package over http and blindly installing the key is a bad idea. Someone could include an extra key that he controls and then have the ability to mount a successful MiTM attack to any package installation.
I just uploaded the key to the ubuntu keyserver, and it will soon propagate to all the other major ones. http://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0xD284E608A4C46402&fingerprint=on The original command works fine now `apt-key adv --keyserver keyserver.ubuntu.com --recv-key D284E608A4C46402` Τη Σάββατο, 9 Μαΐου 2015 - 12:49:15 π.μ. UTC+1, ο χρήστης William Hermans έγραψε: > > pffft . . . I normally do each command on a separate line . . . > > debian@beaglebone:~$ sudo apt-get update > > debian@beaglebone:~$ sudo apt-get upgrade > > But can be done all on one line as such. > > debian@beaglebone:~$ sudo apt-get update && sudo apt-get upgrade > > On Fri, May 8, 2015 at 4:42 PM, William Hermans <[email protected] > <javascript:>> wrote: > >> Sorry this is slightly wrong: >> >> debian@beaglebone:~$ sudo apt-get update && upgrade >> >> should be . . . >> >> debian@beaglebone:~$ sudo apt-get update && apt-get upgrade >> >> >> Doing like 500 different things all at once here. . . >> >> On Fri, May 8, 2015 at 4:38 PM, William Hermans <[email protected] >> <javascript:>> wrote: >> >>> Also, since you mentioned you're new you should change your root and >>> debian passwords. To do this . . . >>> >>> debian@beaglebone:~$ *sudo passwd * >>> Enter new UNIX password: >>> Retype new UNIX password: >>> passwd: password updated successfully >>> >>> debian@beaglebone:~$ *sudo passwd debian* >>> Enter new UNIX password: >>> Retype new UNIX password: >>> passwd: password updated successfully >>> >>> First is for root, second is for the debian user. >>> >>> On Fri, May 8, 2015 at 4:35 PM, William Hermans <[email protected] >>> <javascript:>> wrote: >>> >>>> debian@beaglebone:~$ wget >>>> http://rcn-ee.com/repos/debian/pool/main/r/rcn-ee-archive-keyring/rcn-ee-archive-keyring_2015.05.06~bpo70+20150506+1_all.deb >>>> >>>> <http://rcn-ee.com/repos/debian/pool/main/r/rcn-ee-archive-keyring/rcn-ee-archive-keyring_2015.05.06%7Ebpo70+20150506+1_all.deb> >>>> >>>> debian@beaglebone:~$ sudo dpkg -i rcn*.deb >>>> >>>> debian@beaglebone:~$ sudo apt-get update && upgrade >>>> >>>> Those 3 commands should fix you up. >>>> >>>> On Fri, May 8, 2015 at 2:24 PM, Stephen Painton <[email protected] >>>> <javascript:>> wrote: >>>> >>>>> I hate to sound stupid, but I am pretty new to this this and I don't >>>>> know what to do with all of the files on the webpage let alone which one >>>>> to >>>>> choose. >>>>> >>>>> On Fri, May 8, 2015 at 4:22 PM, William Hermans <[email protected] >>>>> <javascript:>> wrote: >>>>> >>>>>> hah, sorry Robert if I wasnt entrenched in my own little world right >>>>>> now, I would have picked picked this up for you. >>>>>> >>>>>> When it rains . . . >>>>>> >>>>>> On Fri, May 8, 2015 at 2:08 PM, Robert Nelson <[email protected] >>>>>> <javascript:>> wrote: >>>>>> >>>>>>> On Fri, May 8, 2015 at 3:16 PM, Stephen Painton >>>>>>> <[email protected] <javascript:>> wrote: >>>>>>> > I did a sudo apt-get update first and it told me it couldn't get >>>>>>> you your >>>>>>> > repos which is why I googled the error and found the "sudo apt-get >>>>>>> install >>>>>>> > rcn-ee-archieve-keyring". >>>>>>> > It is a catch 22 for me =( >>>>>>> >>>>>>> http://rcn-ee.com/repos/ubuntu/pool/main/r/rcn-ee-archive-keyring/ >>>>>>> >>>>>>> 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] <javascript:>. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> -- >>>>>> For more options, visit http://beagleboard.org/discuss >>>>>> --- >>>>>> You received this message because you are subscribed to a topic in >>>>>> the Google Groups "BeagleBoard" group. >>>>>> To unsubscribe from this topic, visit >>>>>> https://groups.google.com/d/topic/beagleboard/Qfv6gpqYh5s/unsubscribe >>>>>> . >>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>> [email protected] <javascript:>. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>>> 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] <javascript:>. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>> >> > -- 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.
