Browsing tag

fedora 36

How to Install Containerd on Fedora 36 / Fedora 35

containerd is an industry-standard container runtime that manages the container lifecycle. It handles image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. containerd is one of the container runtimes that works with Kubernetes, and it is well suited for your environment due to its simplicity. Here, we will see how […]

How to Install PostgreSQL on Fedora 36 / Fedora 35

PostgreSQL is a free object-relational database management system (ORDBMS). It is available for Linux, FreeBSD, Solaris, Microsoft Windows, and macOS. PostgreSQL was developed by the PostgreSQL Global Development Group and released under the PostgreSQL License. Here, we will see how to install PostgreSQL on Fedora 36 / Fedora 35. Install PostgreSQL on Fedora 36 Setup […]

How to Install Brave Browser on Fedora 36 / Fedora 35

Brave browser is an open-source browser based on the Chromium web browser developed by Brave Software, Inc. Brave’s focus is privacy, which lets you automatically block online advertisements and website trackers (default settings). It is a solid browser that offers excellent privacy by keeping all users’ data on their devices and is not accessible by […]

How to Install GoLang on Fedora 36 / Fedora 35

GoLang is an open-source programming language developed at Google by its engineers in 2009. Go language is similar to C, but with garbage collection, memory safety, and structural typing. It is most widely used for microservices these days. Here, we will see how to install GoLang on Fedora 36 / Fedora 35. Install GoLang On […]

How to Install PHP 8.1 on Fedora 36 / Fedora 35 / 34

PHP is an open-source, general-purpose scripting language mainly used in web development but has also been used as a general-purpose programming language. In this post, we will see how to install PHP 8.1 on Fedora 36 / Fedora 35 / 34. Add PHP Repository Fedora 35 and Fedora 34 come with PHP v8.0 and PHP […]