Network tips and tricks: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== ModuleNotFoundError: No module named 'netifaces' == <syntaxhighlight lang="bash"> #if you have pip installed pip install netifaces #on Ubuntu sudo apt install python3-netifaces </syntaxhighlight> == References == <references />") |
No edit summary |
||
Line 1: | Line 1: | ||
== netplan-ovs-cleanup.service is marked world-inaccessible == | |||
Although this warning doesn't seem to cause any harm, Canonical said this bug was fixed in the package netplan.io - 1.1.1-1<ref>https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2072486</ref> | |||
== ModuleNotFoundError: No module named 'netifaces' == | == ModuleNotFoundError: No module named 'netifaces' == | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |
Revision as of 09:22, 10 March 2025
netplan-ovs-cleanup.service is marked world-inaccessible
Although this warning doesn't seem to cause any harm, Canonical said this bug was fixed in the package netplan.io - 1.1.1-1[1]
ModuleNotFoundError: No module named 'netifaces'
#if you have pip installed
pip install netifaces
#on Ubuntu
sudo apt install python3-netifaces