packages

cover image

This tutorial explains why Flatpak apps use so much disk space and are larger in size compared to traditional packages in Linux.

cover image

In February, one hundred fifty-nine new packages made it to CRAN. Here are my Top 40 picks in fifteen categories: Artificial Intelligence, Computational Methods, Ecology, Genomics, Health Sciences, Mathematics, Machine Learning, Medicine, Music,...

cover image

I am sharing how I packaged my python application into an executable .deb package in this tutorial.

cover image

Dependency resolution is something programmers usually take for granted. Be it cargo, npm, or whatever package manager you use, no one is actually surprised when this black-box figures out, all by itself, the specific set of packages that should be installed. To me, though, it is a fascinating feat. It feels magical when a machine solves an abstract problem like that, with minimal input from me as a user! I was, therefore, delighted when the nice folks at Prefix.

cover image

In the development scenario using JavaScript/TypeScript, it is unthinkable to build professional...

cover image

Both npm (Node Package Manager) and Yarn are popular package managers for JavaScript projects,...

cover image

The Python Package Index (PyPI) is a repository of software for the Python programming language.

cover image

Learn how the Nix package manager can help you make the development process more efficient and simpler.