funkmuscle wrote: ↑Tue Jul 01, 2025 10:13 pmCode: Select all
sudo cp -rf whateverplugin.lv2 /usr/lib/lv2
Been doing so for years now without an issue. I fact I did that laste withe a few plugins from linuxdaw.org NO ISSUES at all..
funkmuscle wrote: ↑Tue Jul 01, 2025 9:43 pmthe lv2 folder was there but when I opened it it was the content of what's in any lv2 plugin. In other words no other plugin was there except a plug-in called lv2 which I thought it was the directory.
From your description, it looks like the original directory /usr/lib/lv2 got overwritten with the new one. Since in your command there was no trailing slash in the destination, and you used "force" (-f), could it be that "/usr/lib/lv2" was originally a symlink, and got overwritten (just a wild guess)?
Maybe the other times you tabbed it and bash-completion put the slash at the end? I don't know.
(Relevant info also here: https://stackoverflow.com/questions/181 ... py-folders)