Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
32
rated 0 times [  32] [ 0]  / answers: 1 / hits: 140258  / 2 Years ago, wed, august 24, 2022, 1:21:45

I'm using Ubuntu 14. I'm trying to install GNU Radio and, when I try to configure, pthread library is missing. I then do:


sudo apt-get install pthread

I get this as return:


akula@akula:~/OpenBts/gnuradio-3.4.0$ cd ~
akula@akula:~$ sudo apt-get install pthread
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pthread

I already did all kinds of updates and everything else I found on the internet.


If anyone could help me, I would be grateful.


More From » apt

 Answers
3

The correct name of the package is libpthread-stubs0-dev:


sudo apt-get install libpthread-stubs0-dev

[#25744] Friday, August 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cocal

Total Points: 236
Total Questions: 111
Total Answers: 123

Location: Belarus
Member since Tue, Mar 14, 2023
1 Year ago
;