Tag: debian

How to Install Deb Files (Packages) on Ubuntu

May 25, 2023

If the software you want to install comes in a form of a deb package, you may be wondering how to extract it. This article shows you several different ways of dealing with deb packages. Find all the steps you need to take to install deb packages, along with how to remove deb packages after installing.

Read more

How to Upgrade Debian 10 to Debian 11

December 21, 2022

Debian 11 is the latest version of the popular Linux distribution. This tutorial shows how to perform a direct upgrade from Debian 10 to Debian 11.

Read more

How to Install phpMyAdmin on Debian 11

December 14, 2022

This clear-cut tutorial explains how to download and configure phpMyAdmin on Debian 11. Also, find out how to thoroughly prepare your server by installing a LAMP stack.

Read more

5 Ways to Fix the ifconfig Command not Found Error on Debian


The ifconfig command is still used to configure network interfaces on Debian. Read this tutorial and learn how to install ifconfig on Debian and fix the "command not found" error.

Read more

How to Install Go on Debian

October 21, 2022

Go is a modern, open-source language that streamlines software development. Read this tutorial to learn how to install Go on Debian.

Read more

How to Install Node.js on Debian

October 6, 2022

Node.js is an open-source JavaScript runtime used for creating fast and scalable network applications. This guide will show you how to install Node.js on Debian.

Read more

dpkg Command in Linux With Examples

March 29, 2022

The dpkg command in Linux helps unpack Debian packages (.deb) and install software on Debian and Debian-based OS-es like Ubuntu. Learn how to use the command in this tutorial.

Read more

How to Install Nvidia Drivers on Debian

September 30, 2021

Installing the right drivers for your GPU is necessary to keep your system running efficiently. This tutorial shows you how to install Nvidia rivers on Debian 10.

Read more

How to Change Hostname in Debian 10

August 11, 2021

You can change the hostname in Debian 10 (Buster) as the root user by using the built-in hostname command or editing related system files. learn how to change your hostname in this step-by-step tutorial.

Read more

How to Use apt-get reinstall on Debian and Ubuntu

October 22, 2020

When packages are accidentally removed or modified on Debian or Ubuntu, reinstalling them usually resolves the problem. The --reinstall flag is an apt-get command shortcut for reinstalling packages using the command line.

Read more
1 2 3