Create a Debian package using dpkg-deb tool
Reading Time: 5 minutes In this blog we are going to covers the basics of creating custom .deb packages and managing them with dpkg and apt.
Reading Time: 5 minutes In this blog we are going to covers the basics of creating custom .deb packages and managing them with dpkg and apt.
Reading Time: 4 minutes Every developer has pain for setup development environment to his/her machine with lots of the setups. Sometimes, the pain goes beyond while we need to test same application on multiple versions of SDKs or virtual machines. If you are a Mac user, you have the best option called brew installer. But if you are Linux user, your pain is unpredictable. We are JVM stack developers Continue Reading