If you are an Ubuntu or Debian user, you are looking for build-essential for OpenSUSE or SUSE Linux Enterprise. Build essential is a package that references all packages required to compile a Debian package. It is a common practice for developers to install this package to get the first stage of their development environment setup. […]
Tag: linux
Zeal (Offline documentation browser) on OpenSUSE/SLE
Zeal is an offline documentation browser that is designed for developers. It is a great tool for folks who read and refer often to documentation. Having documentation offline can be a big time saver. I have Zeal installed on every computer I use, so I could quickly read more about a certain function or module […]
Compile Blender 2.90 on Linux
Blender 2.90 is currently in the alpha stage shipping with new features and improvements, here is the complete release note of changes that will take place in this release. First, we need to get the dependencies and packages required to build Blender 2.90 alpha
How to setup fastest mirror in Dnf
Dnf by default does not choose the fastest mirror, but this can be changed by editing the dnf.conf file.
Install Deno on Arch Linux
Deno is a secure runtime for JavaScript and TypeScript. Deno is basically Node reversed. We will install Deno on Arch Linux, I will list two methods. First method. You can install it using Pacman by entering the command below, Here is the web link to the package. Second method. Enter the following commands in Terminal. […]