ubuntu memo
Posted On 2020年4月22日
1,after installing the ubuntu17 ,need to do the followings
sudo passwd root
sudo nano /etc/apt/sources.list
EOL upgrade sources.list
Required
deb http://old-releases.ubuntu.com/ubuntu/ zesty main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ zesty-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ zesty-security main restricted universe multivers
sudo apt-get update
sudo apt update
sudo apt install wireshark
sudo usermod -aG wireshark $(whoami)