|
|
|
|
|
by worklogin
4135 days ago
|
|
I really like that FreeBSD has binary package management. I started my journey into Unix almost 10 years ago with FreeBSD Unleashed. I am considering writing a comparison command-to-command of apt-get vs. pkg, and differences in behavior. * Are packages from the FreeBSD repos pinned the same way Ubuntu packages are, relase to release? Are there multiple repos (comparable to universe/multiverse, updates/backports)? * apt-get update && apt-get upgrade
* apt-get --no-install-recommends install <pkg>
* apt-get purge; apt-get autoclean;
* apt-cache showpkg <pkg>
* apt-cache search <pkg>
* dpkg-reconfigure (for post-install scripts)
And so on. If I knew exactly how FreeBSD's pkg system worked related to apt-get, I'd be more comfortable going there full time. I'm also interested in how it integrates with Jails, should I just look in the Handbook for more info, or do you have a blog I should read on it? |
|