Durchsuchen nach
Schlagwort: package

How to update MongoDB Compass? (In my case: AlmaLinux)

How to update MongoDB Compass? (In my case: AlmaLinux)

What is MongoDB Compass GUI? MongoDB Compass is a free graphical tool for querying and managing your database. Under the hood, it is built with Electron—a framework that uses Chromium and Node.js. What is Electron? Electron allows developers to build desktop applications using web technologies like JavaScript, HTML, and CSS. The biggest advantage is that it is cross-platform, meaning it runs seamlessly on Windows, macOS, and Linux. Is MongoDB Compass in the official Linux repositories? No. Unlike the MongoDB database…

Weiterlesen Weiterlesen

Change from Fedora 26 to Fedora 27

Change from Fedora 26 to Fedora 27

On Corpus Christi some colleagues must work, because the bank holiday is not in whole Germany. I have free after I had to work on other days between a bank holiday and a weekend. In German you call it: „Brückentag“ The End of Life (EOL) of Fedora 26 began yesterday and I don’t have a unsafe operating system on my pc. In my thoughts there was an option to change completely to Debian 9 on this pc but then I…

Weiterlesen Weiterlesen

Installation of an AUR Packages

Installation of an AUR Packages

Yesterday evening after work I was willing to install the first AUR-Package on my Arch Linux PC. These are packages that are outside of the normal Arch package repositories. With a special method you can integrate this kind of packages into your Arch Linux system. Of course you can do the normal compiling way: ./configure make sudo makeinstall But in this case you package manager (pacman) does not know this package and accordingly there are no updates. The starting point…

Weiterlesen Weiterlesen