-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 11/02/2014 15:56, Lunar a écrit : > Patrick ZAJDA: >> I want to set an obfuscated bridge on my Raspberry Pi. >> >> When I do sudo apt-get source obfsproxy apt notices me it needs >> python-pyptlib which cannot be found. >> >> How can I install python-pyptlib on Raspbian? >> >> I know python-pyptlib is available on backports, but no backports >> exist for Raspbian. > > python-pyptlib and obfsproxy are both “Arch: all” packages and > should be usable directly on Raspbian. > > > OK, thanks for clarifying this. So on a Raspberry Pi Tor has to be compiled (using apt-get source tor etc), and obfsproxy can be installed using sudo apt-get install obfsproxy.
I finally chose to use pip install obfsproxy even if installing it using sudo apt-get install obfsproxy is easier and quicker, to have scramblesuit features. I did: sudo apt-get install python-pip sudo pip install obfsproxy --upgrade And set my torc file successfully. Thanks all for your help, - -- Patrick ZAJDA Skype : gansta93 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJS+l7FAAoJEKPVT2DeSPb4BwAH/i9I0bdDpm0nWq9rYAgNSyZy JvM7DJHy0ygt/iWTvvYOwFOBZYD4DjcirMGY36AW41gtzntPOmmdPP6Kggfl7G9U aYUSUdTozK1eny5ihCRizzyJB+DfLgvDwxjCgC89uD9XRc2lu1nLpMB1Fm5ukHCU Q6u5ajQapM+SbcnbdpewJLhc6JHNkKUkPpFbc//PJwcKZI/UWgjEJtuxIdKFho9R Dus3EFhLmICFfOwsC4XSsz5I32dDN1Gkhdwfj/ODBzx6iLlaCrBRqUIKC8O0xz7i ZomRES8QxzGnocaPz9lFnG0KAra0fQuxnjeZj0o7GjrAvJvwahPHH9thGTDWppw= =2ND9 -----END PGP SIGNATURE----- -- tor-talk mailing list - [email protected] To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
