[beagleboard] Re: Unable to locate package in beaglebone black Rev C with Debian 8

2018-12-27 Thread alekarasma
Thank you so much dennis. I tried above steps and its working now.

Thanks once again

On Thursday, December 20, 2018 at 3:08:03 PM UTC+11, aleka...@gmail.com 
wrote:
>
> Hello Everyone,
>
> I am a newbie for beaglebone black. I got my beaglebone black few days 
> before and trying to install matplotlib. I am getting E:Unable to locate 
> package python-matplotlib.  
>
> I got my beaglebone black Rev C with debian 8 jessie and python 2.7  
> installed
>
> I tried following commands to install matplotlib:
>
> sudo apt-get install python-matplotlib
> pip install python-matplotlib
>
> then I tried update and upgrade and again tried above commands but no 
> success.
>
> Any help would be very useful. As I am stuck.
>
> Thanking you in advance.
>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/4ea5fac3-7f6c-4cad-a804-f4059796ace8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package in beaglebone black Rev C with Debian 8

2018-12-26 Thread Robert Nelson
On Wed, Dec 26, 2018 at 7:22 PM  wrote:
>
> Thank you Tarmo and Dennis for a reply. I have already connected an ethernet 
> cable and enabled sharing and I have as well tried commnds mentioned by Tarmo 
> but no luck.
>
> I am getting 100% data loss for ping 8.8.8.8 and This is the output I get 
> after update.

If you can't even ping 8.8.8.8, then your networking bridge is not setup..

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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYiktqAynAyRDj4UKvW5vM%2B9KF5WUfXcgZobcAT%3DCk3Nug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Unable to locate package in beaglebone black Rev C with Debian 8

2018-12-20 Thread Tarmo Kuuse
On Thursday, 20 December 2018 06:08:03 UTC+2, aleka...@gmail.com wrote:
>
> I am a newbie for beaglebone black. I got my beaglebone black few days 
> before and trying to install matplotlib. I am getting E:Unable to locate 
> package python-matplotlib.  
>
> I got my beaglebone black Rev C with debian 8 jessie and python 2.7  
> installed
>
> I tried following commands to install matplotlib:
>
> sudo apt-get install python-matplotlib
> pip install python-matplotlib
>
> then I tried update and upgrade and again tried above commands but no 
> success.
>
> Any help would be very useful. As I am stuck.
>

According to the Debian package documentation jessie should contain 
"python-matplotlib" with version 1.4.2:
https://packages.debian.org/search?suite=default=all=any=names=python-matplotlib

The commands to install the Debian package (omit the dollar sign):
$ sudo apt-get update
$ sudo apt-get install python-matplotlib

You may also look for a matching package in the repository:
$ apt-cache search matplotlib

--
Kind regards,
Tarmo

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/eeaeb6ff-9938-4cf3-b50f-8708001e75f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.