ELI5 for a Linux NOOB
Posted: Wed Dec 31, 2025 7:33 pm
I'm using Linux Mint (Ubuntu/Debian based) and trying to learn Linux as I install and use various apps. I want to understand the steps outlined by mike admin in his sticky post, as I'm getting stuck on step2.
The first step
Works fine (or seems to).
But the next step
My Windows-centric brain tells me that I would need to extract the files into the proper folder so that the rest of the steps work/happen correctly. Maybe this isn't true for this step in Linux? Does it not matter where I extract them to? The next step says:
And this fails since /configure doesn't exist yet. Again my Windows-centric brain says this folder would be made as part of the unpacking process? Or do I need to create this folder?
Thanks for any help for this Linux NOOB! I asked for help on Reddit and someone sent me to instructions for adding a PPA for makemkv, but I'd rather get these manual instructions right, and understand them so I can learn how this all works. Cheers!
The first step
Code: Select all
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev
But the next step
I'm not sure about how to extract/unpack the tar.gz files correctly. Where should I unpack them? If I right click on the downloaded tar files, I have options to "extract here" (presumably into the downloads folder?) which seems wrong. There's also the option to open the archive manager, but again I'm not sure where to unpack/extract the files to.Unpack both packages and starting from source package do the following steps:
My Windows-centric brain tells me that I would need to extract the files into the proper folder so that the rest of the steps work/happen correctly. Maybe this isn't true for this step in Linux? Does it not matter where I extract them to? The next step says:
Code: Select all
./configure
make
sudo make installThanks for any help for this Linux NOOB! I asked for help on Reddit and someone sent me to instructions for adding a PPA for makemkv, but I'd rather get these manual instructions right, and understand them so I can learn how this all works. Cheers!