First, Configure your Ubuntu repositories to allow "restricted," "universe," and "multiverse."
What are Ubuntu Repositories? How to enable or disable them?
sudo add-apt-repository restricted
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt update
And then follow the instruction ROS - noetic.