Which sequence installs Wireshark from Ubuntu's package repositories?
Run only sudo groupadd wireshark
sudo groupadd wireshark
Run ping -c 5 google.com
ping -c 5 google.com
Run sudo apt update, then sudo apt install wireshark -y
sudo apt update
sudo apt install wireshark -y
Run only wireshark --version
wireshark --version