Linux下以xxx-dev(el)名称的rpm包,是做什么用的?
阿神
阿神 2017-04-17 17:11:05
0
1
843

比如源码安装python3,sqlite3模块没有装上,提示缺少_sqlite3.so,需要安装sqlite3-devel这个包。这种以xxx-dev(el)方式的包,其作用是什么?

不同版本的rpm包,能通用吗?比如SuSE 10和SuSE的能通用吗?

阿神
阿神

闭关修行中......

reply all(1)
迷茫

Provides header files (.h) and libraries (.so), which are needed for secondary development.
For example,
sqlite3. After installation, you can operate the sqlite3 database in the terminal.
sqlite3-dev, after installation, you can use c/c++ language to operate sqlite3.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!