Skip to content

NetworkHunt

  • EVE-NG
  • How to
    • Linux
      • Debian
      • Kali Linux
      • Ubuntu
    • Eve-ng
  • Interview Questions
  • Kali Linux
  • Debian
  • Kali Linux
  • Debian

Debian

How To Setup a Certificate Authority (CA) on Debian?

Setup a Certificate Authority (CA) on Debian

This post will show how to setup a Certificate Authority (CA) on Debian, to generate and manage trusted certificates. Table of Contents What is a Certificate Authority (CA)? A Certificate Authority (CA) is an organization …

Read more

Categories Debian, How to, Linux, Networkhunt

How to Change User Password on Debian?

How to Change User Password on Debian

This post will help you change your user password on Debian. Whether you need to change your password, update another user’s password, or enforce password policies, Debian provides powerful command-line tools to help. Table of …

Read more

Categories Debian, How to, Linux, Networkhunt

How to Add or Delete Users in Debian?

Add or Delete Users in Debian

A user in a Debian Linux-based system refers to an individual or process that interacts with the operating system. Each user in an operating system is defined with unique identifiers (UIDs) and specific permissions to …

Read more

Categories Debian, How to, Linux, Networkhunt

How to install PIP on Debian?

install pip on debian

Pip is an essential tool for Python developers, to streamline installation and management of Python packages. On Debian systems, you may install Pip via multiple methods. This post shows how to install PIP on Debian. …

Read more

Categories Debian, How to, Linux, Networkhunt

How to Install Python on Debian?

Install Python on Debian

Python is one of the most widely used programming languages today, known for its simplicity, readability, and versatility. This post we will help you to install Python on Debian. Table of Contents What is Python? …

Read more

Categories Debian, How to, Linux, Networkhunt

How to Change the Root Password in Debian?

change Root Password on Debian

Changing the root password on your Debian system is a fundamental administrative task for the security and management of your server. This post will help you change the root password on Debian using various methods. …

Read more

Categories Debian, How to, Linux, Networkhunt

How to uninstall packages with APT in Debian Linux

How to uninstall packages with APT in Linux

APT (Advanced Packaging Tool) is a powerful package manager designed for Debian-based Linux systems, allowing users to manage software efficiently. APT provides multiple ways to uninstall packages with APT in Debian Linux, depending on whether …

Read more

Categories Debian, How to, Linux, Networkhunt

Table of Contents
  • What is apt?
  • List of Installed Packages-
  • Uninstalling Packages Using Apt-
    • Method 1:  (Using apt remove command)
    • Method 2: (Using apt purge command)
  • Cleaning Up After Uninstallation-
    • To clean the package cache, use the command below-
    • To delete unnecessary dependencies,  use the command below-
  • Fix Broken Dependencies-

© 2021 Networkhunt.com