What do I do with the folders from installing libraries
I had some missing libraries like libmtp, after extracting the tar, what do I do with the folders? do I need to extract to a specific area? can I move them after installing?
You're viewing a single thread.
You should install libmtp by running sudo apt install libmtp.
sudo apt install libmtp
This will download, extract, and install the library to its proper location. No need to be downloading stuff manually like that.