Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does C have a CPAN-like system?

Tags:

c

Does C have an online code/lib sharing system, like CPAN for Perl, pip for python, gem for ruby?

If not, Does C for GNU/Linux have one?

Thanks!

like image 928
cmal Avatar asked Oct 17 '25 03:10

cmal


1 Answers

No.

In GNU/Linux, the C language is basically "the system language"; the kernel and many important parts of the operating system are written in it. Therefore, the system package manager is used to manage C dependencies.

Look for packages named lib*-dev, where the * is the actual name of the package.

For instance there's lib32readline-dev which is the development version of the readline library.

like image 98
unwind Avatar answered Oct 18 '25 21:10

unwind



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!