login about faq

Hey guys,

does anybody know what package I can find the libraries, (libpcre, libpthread, libgthread, libglib)

Thanks

asked 21 Feb, 14:00

alexalmeida's gravatar image

alexalmeida
63
accept rate: 0%

edited 04 Apr, 05:43

Michael%20Opdenacker's gravatar image

Michael Opde... ♦♦
440139


package names:

  • libpcre3 (for libpcre)
  • libc6 (for libpthread which is under /lib/i386-linux-gnu/)
  • libglib2.0-0 (for libglib and libgthread which are under /lib/i386-linux-gnu)
link

answered 21 Feb, 14:14

doanac's gravatar image

doanac ♦♦
64319
accept rate: 5%

Hi,

To find answers like these, I use http://packages.ubuntu.com/, and use "Search the contents of packages", with the "packages that contain files whose names contain the keyword" option.

Hope this will be helpful next time...

Michael.

link

answered 21 Feb, 16:04

Michael%20Opdenacker's gravatar image

Michael Opde... ♦♦
440139
accept rate: 5%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×49

Asked: 21 Feb, 14:00

Seen: 128 times

Last updated: 04 Apr, 05:43