The Linux/Terminal-Way is easy and fast.
Make sure u have ffmpeg allready installed.
If not:
apt install ffmpeg
Than go to you folder:
cd /home/<USER>/Videos/
To convert your file write this:
ffmpeg -i <FILE>.mkv -codec copy <FILE>.mp4
Another way would be with Handbrake: