• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

netplan: command not found

by admin

Netplan is a network configuration utility found on some distributions. It uses YAML description files to configure network interfaces. These files are stored in the /etc/netplan/ directory. You will use a text editor to create or modify interface configuration files. Netplan includes subcommands to make configurations more reliable. For example, you can enter sudo netplan to have the configuration file checked for syntax errors before attempting to implement it. The sudo netplan apply command actually makes the configuration change.

If you encounter the below error while running the netplan command:

netplan: command not found

you may try installing the below package as per your choice of distribution:

OS Distribution Command
Debian apt-get install netplan
Ubuntu apt-get install netplan
Kali Linux apt-get install netplan
Raspbian apt-get install netplan

Conclusion

Netplan uses simple YAML text files in the /etc/netplan folder to define the network settings for each network interface installed on the system. By default, Netplan just passes the network settings off to the NetworkManager tool, so you don’t need to worry about how the Netplan configuration files are set.

Filed Under: Linux

Some more articles you might also be interested in …

  1. w: command not found
  2. “530 Non-anonymous sessions must use encryption” – while using curl
  3. nmtui Command Examples in Linux
  4. How to Delete the Files Which are Older Than n Days WITHOUT Using find Command
  5. ClusterSSH(cssh) – Manage Multiple SSH Sessions on Linux
  6. Downloading RPM Packages with dependencies [ yumdownloader Vs yum-downloadonly Vs repoquery]
  7. 7 Useful Find Command Examples to Locate files to remove when a filesystem is full
  8. Understanding the /etc/fstab file in Linux
  9. Beginners Guide to Swap Space Management in Linux
  10. How To Customize The Screensaver Options In Gnome on CentOS/RHEL 7

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright