Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»General Articles»bash: netstat: command not found – Ubuntu/Debian

    bash: netstat: command not found – Ubuntu/Debian

    RahulBy RahulOctober 2, 20201 Min ReadUpdated:February 25, 2022

    After launching a new Ubuntu system, I found that it doesn’t have netstat command installed. When tried to execute netstat command, found the below error message on terminal. This tutorial will help you to install netstat command on Ubuntu and Debian system.

    Error:

    bash: netstat: command not found

    Solution:

    The net-tools package provides large number of utilities for managing networking on a system. Which is available under the default apt repositories.

    Open a terminal and execute following command:

    sudo apt install net-tools 
    

    Press ‘y’ if prompt for the confirmation.

    That’s it, You have installed netstat command on your Ubuntu and Debian systems.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Google Chrome on Ubuntu 18.04
    Next Article How To Install and Configure Ansible on Debian 10

    Related Posts

    How to Find Django Install Location in Linux

    Updated:April 27, 20221 Min Read

    (Resolved) – ReactJS 404 Error on Page Reload

    2 Mins Read

    Adding a New SSH Key in GitHub

    Updated:April 1, 20223 Mins Read

    13 Best Linux Terminal Emulators and Bash Editors

    8 Mins Read

    How To Install Oracle VirtualBox on Debian 11

    2 Mins Read

    10 Best Linux FTP Clients in 2022

    5 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.