<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 15, 2022 at 10:25 AM Areeb Khan <<a href="mailto:biztekareeb@gmail.com">biztekareeb@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>I'm running a laravel attendize project on my linux ubuntu server. I have an issue while downloading PDFs so after a heavy google research I found a ubuntu package <b>libssl1.0-dev</b> that needs to be downloaded on a server.. I already have this package but not the -<b>dev instance</b> which I have mentioned above.. Could you please tell me what the difference is in this package? And do I need to install it on ubuntu 16.04  ?</div></div></blockquote><div><br></div><div>This is probably a better discussion for ubuntu-users list.</div><div><br></div><div>The -dev version of a package is for developers. It will include things like source files and header files so you can write a program that uses the package.<br></div><div><br></div><div>'apt-cache search' will help you find packages. 'apt-cache show' will show you information about the package. If the package does not meet your needs, you may need to build it from source.</div><div><br></div><div>Ubuntu 16.04 is 7 years old. You are going to see a lot of old packages. It is going to cause pain as you try to use new features, especially when you build a package yourself. You should probably upgrade the machine. Ubuntu 22.04 would be a good choice.<br></div><div><br></div><div>Jeff<br></div></div></div>