Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-12-2005, 02:11 AM
|
#1
|
Member
Registered: Oct 2005
Posts: 73
Rep:
|
question about devel rpm
in my SuSE Linux, there are many rpms which have a -devel correspond rpm
what's the usage of these correspond rpms ?
thanks!
|
|
|
10-12-2005, 02:21 AM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
The devel rpms contain the necessary headers and related files needed to create new software using the package.
|
|
|
10-12-2005, 02:30 AM
|
#3
|
Member
Registered: Oct 2005
Posts: 73
Original Poster
Rep:
|
do you mean that the none devel rpm contains some
lib or so file while the devel rpm contains the headers and some docs ?
|
|
|
10-12-2005, 02:50 AM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
More or less, yes. The non-devel rpm will contain the binaries, which may include executables and/or libraries - anything needed to run the software.
The devel may included headers and/or libraries and/or additional files. The contents vary based on the package. These are files needed to write software for the package or incorporating the package.
The easiest was to see is too look at a few packages on your system and compare the contents. For example:
$ rpm -ql bzip2-devel
/usr/include/bzlib.h
/usr/lib64/libbz2.a
/usr/lib64/libbz2.so
$ rpm -ql bzip2
/usr/bin/bunzip2
/usr/bin/bzcat
/usr/bin/bzcmp
/usr/bin/bzdiff
/usr/bin/bzgrep
/usr/bin/bzip2
/usr/bin/bzip2recover
/usr/bin/bzless
/usr/bin/bzmore
/usr/share/doc/bzip2-1.0.2
/usr/share/doc/bzip2-1.0.2/CHANGES
/usr/share/doc/bzip2-1.0.2/LICENSE
/usr/share/doc/bzip2-1.0.2/README
/usr/share/doc/bzip2-1.0.2/README.COMPILATION.PROBLEMS
/usr/share/doc/bzip2-1.0.2/Y2K_INFO
/usr/share/man/man1/bunzip2.1.gz
/usr/share/man/man1/bzcat.1.gz
...
|
|
|
All times are GMT -5. The time now is 03:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|