Browsing tag

debian 10

How to Install PostgreSQL on Debian 11 / Debian 10

PostgreSQL (often abbreviated as Postgres) is an object-relational database management system (ORDBMS) emphasizing extensibility and standards compliance. It has more than 30 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and performance. PostgreSQL is released under the PostgreSQL License and is available for Linux, […]

How to Install Opera Browser on Debian 11 / Debian 10

Opera is one of the most popular and innovative web browsers developed by Opera Software AS. It is available on Android, Windows, macOS, and Linux. Opera has been around since 1995, and it was originally designed as an alternative to Internet Explorer, the most popular web browser at the time. In this post, we will […]

How to Install VirtualBox Guest Additions on Debian 11 / Debian 10

VirtualBox Guest additions are a collection of device drivers and software application packages shipped along with VirtualBox. They are stored in an ISO image format inside the VirtualBox installation directory. You will need to install Guest Additions inside a virtual machine once a guest operating has been installed. Guest Additions improve the guest operating system’s […]

How to Install Apache NetBeans on Debian 11 / Debian 10

Apache NetBeans is an integrated development environment (IDE) for all Java application development. It also supports other languages, such as PHP, C/C++, JavaScript, and HTML5, with the help of extensions. Apache NetBeans is available for Windows, Linux, macOS, and Solaris. Here, we will see how to install Apache NetBeans on Debian 11 / Debian 10. […]

How to Install Yarn on Debian 11 / Debian 10

Yarn is a package manager for JavaScript that runs on Node.js, allowing developers to manage their application dependencies. Using yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install Yarn on Debian 11 / Debian 10. Install Node.js and npm on […]