this post was submitted on 09 Nov 2024
14 points (88.9% liked)

Linux Questions

1192 readers
13 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

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?

top 8 comments
sorted by: hot top controversial new old
[–] spacemanspiffy 4 points 1 month ago

You should install libmtp by running 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.

[–] voracread 3 points 1 month ago (1 children)

Which distro are you using?

[–] [email protected] 2 points 1 month ago (1 children)
[–] voracread 4 points 1 month ago (1 children)

Isn't libmtp available in your repo?

[–] [email protected] 2 points 1 month ago (1 children)

I installed libmtp because I got a "no .source file" error while trying to transfer files

[–] voracread 1 points 1 month ago

The left over files and directories are safe to delete.

[–] [email protected] 2 points 1 month ago

Both [email protected] and [email protected]'s answers work, I deleted the leftover files, and ran sudo apt upgrade libmtp because the version I got was out of date

[–] [email protected] 1 points 1 month ago

Only use a package manager to install software including libraries