I have just recently installed Ubuntu onto my new laptop, following all steps correctly during installation, installing new applications and drivers from online. Upon finishing installing Ubuntu, I attepmted to install MariaDB via the terminal by typing:
sudo apt-get install software-properties-common
and then the following error is returned:
sudo apt-get install software-propterties-common
File "<stdin>", line 1
sudo apt-get install software-propterties-common
^
SyntaxError: invalid syntax
How can i get my termianl to function correctly?