Why is writing a program in text files or via the terminal a better option (as I read) than using IDE(s) like Visual Studio on Windows? Do the features an IDE provides exist there (eg. showing compilation errors) or is it a manual process?
It appears that Ubuntu doesn't have new versions of Gradle in their repositories for some reason. I need it for a project that will be build by Launchpad.
What should I do about this?
The libgtest-dev package seems only install header files to the system, but not the static and dynamic libraries which should be installed under /usr/lib.
Is it a bug?
As a developer of free software, I want to get my application into Ubuntu.
Should I provide a source tarball and ask for packaging? Or should I create a package myself? Should I target Ubuntu directly, or should I try to get into Debian and then into Ubuntu automatically?
Occasionally I install applications manually, rather than using apt
or another package manager.
What location (/usr/
, /usr/local/
, /opt/
, /home/
, etc.) is suggested by "best practices" for the installation of user applications?