LibreOffice is a open-source and free office suite. This is the alternate of Microsoft Office. In this tutorial, we will show you how to install the latest LibreOffice 7 on Debian 10 system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in
debian - Page 3 of 5 - DesignLinux
How to Install AnyDesk on Debian 10 Buster
AnyDesk is a popular and lightweight application that allows you to connect remote desktop systems. We can say this is an alternative of TeamViewer and also available for cross-platform like Windows and macOS. In this tutorial, we will show you how to install AnyDesk on Debian 10. Prerequisites# You must logged in with root or
How to Install PHP 8 on Debian 10
PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. PHP is widely-used programming language in the Web. This tutorial explains how to install PHP 8.0 on Debian 10 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named
How to Install GIMP 2.10 on Debian 10
GIMP is GNU Image Manipulation Program. It’s most popular open-source and cross platform application for image manipulation. It can use to optimize images, convert the types of images and much more. GIMP is available for Linux, Windows, macOS, and FreeBSD etc. This tutorial will show you how to install the latest Gimp on Debian 10.
How to Install Python 3.9 on Debian 10
Python is most popular programming language. It is used by multiple ways to build different kinds of applications. Python 3.9 is the latest major release of the Python language. It includes many new features such as new dict operators, new str functions, support for IANA time zone, and more. This tutorial describes multiple ways to
How to Install Notepad++ on Debian 10
Notepad++ is one of the most used application by Windows users. It’s most advanced version of notepad which includes a large number of options. In this guide, we will show you how to install Notepad++ on Debian 10. Generally, the Linux users would like to use the command line editors such as nano and vim.
How to List Installed Repositories on Ubuntu & Debian
In Linux, a collection of packages knowns as repository. You can make a common repository with the actual package and connect your other systems with this central repository. After that you can install and update packages from there. In this tutorial, we will show you how to list all installed repositories on Ubuntu and Debian
How to Install Apache Cassandra on Debian 10
Apache Cassandra is an open-source NoSQL database system with high availability and without compromising performance. It is used by many large companies like Github, NetFlix, Reddit and Instagram. In this described how to install Apache Cassandra on Debian 10 Buster. Prerequisites# You should logged in as root or user with sudo privileges. Step 1 –
How to Install Memcached on Debian 10
Memcached is an open-source, free and high-performance in-memory caching system. Generally, it’s used to speed up web applications by caching large volumes of data in memory from page load requests or API calls. This article explains how to install and configure Memcached on Debian 10. Install Memcached on Debian# The standard Debian repositories includes the
How to Install and Use PHP Composer on Debian 10
Composer is a dependency manager for PHP (similar to npm for Node.js or pip for Python ). Composer will pull in all the required PHP packages your project depends on and manages them for you. It is used in all modern PHP frameworks and platforms such as Laravel, Symfony, Drupal, and Magento. This article explains