Linux - SoftwareThis 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.
Will ask you the question you were asked when installing the package.
If it is something else, then you have to manually do it and then you should answer heema's question if you need help
dpkg -i --instdir /usr/local
This will basically chroot to /usr/local just before the install scripts are run.
To make changes to the source
apt-get source squid
This will download the squid sources, unpack them, and apply any debian specific patches.
Put configure flags, etc. in <package root>/debian/rules
use dpkg-buildpackage in the package root
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.