ubuntu memo

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)

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注