Friday, April 19, 2024
34
rated 0 times [  34] [ 0]  / answers: 1 / hits: 17949  / 2 Years ago, fri, october 21, 2022, 9:53:59

I am new to Ubuntu, wanted to code for reader-writer block in Operating System, but when I fired the command man pthread it gave me an error no manual entry for pthread. What can be done to resolve the problem?


More From » package-management

 Answers
6

First install these manpages:



sudo apt-get install manpages-posix manpages-posix-dev


and then:



man pthreads


Now it should work.


[#35103] Saturday, October 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fittecanap

Total Points: 322
Total Questions: 100
Total Answers: 105

Location: Israel
Member since Tue, Nov 17, 2020
3 Years ago
;