I am using Ubuntu 20.04. On Fedora/Red Hat or its derivatives,the installation can be performed using the following command:
sudo dnf install make gcc-c++
However, on Ubuntu it gives me
sudo: dnf: command not found
How can I fix this problem?
apt
& the appropriate Ubuntu package names? The first comment asked for clarification on your question, it's still unchanged & unclear. – guiverc Oct 19 '20 at 21:38dnf
If you read the instructins on that list you just put in comments, you need to use the Ubuntu commands in that guide -sudo apt install build-essential
– Thomas Ward Oct 20 '20 at 13:55