Posted inLinux

Devel Basis on OpenSUSE/SLE

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. […]

Posted inArticles

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. […]