Since you've got two packaged only as debs, it may be worth trying to install them under an Ubuntu container made with Distrobox
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
distrobox feels overtly complicated, like, id rather have one system and one system only you know?
I understand that, it's definitely more of a headache than having a native package, but it is the next best thing you can do aside from waiting for the dev or someone else to package it for your distro of choice (you might be more lucky if you're on an Arch based system, I'm sure an AUR package will be made if it hasn't been done already).
The distrobox setup itself isn't really that crazy either, once you have everything ready you'll be able to run OBS as if it was installed on your host system since you can export the programs in your containers to have a desktop entry in your DE.
Now I was trying to get all that up and running, but I'm facing issues in the installation of the plugin and I don't know what's causing that exactly, it may be a mismatch in the distro I chose and which one the package was actually made for, I'll report back if I find a solution, in the meantime here's what I did:
## Creating the container
distrobox create \
--image quay.io/toolbx-images/ubuntu-toolbox:latest \
--name toolbox-ubuntu \
--home ~/.local/share/box-homes/Toolbox-Ubuntu
distrobox enter toolbox-ubuntu
## Installing OBS Studio
sudo apt update && sudo apt upgrade
sudo apt install obs-studio
qtwayland5 # to be able to launch OBS on my KDE Wayland
## Trying to install the plugin
cd
curl -O https://github.com/occ-ai/obs-localvocal/releases/download/0.0.5/obs-localvocal-0.0.5-x86_64-linux-gnu.deb
sudo apt install ./obs-localvocal-0.0.5-x86_64-linux-gnu.deb # gives error, maybe not compatible with latest Ubuntu?
looking further into localvocal, its just captions and not translations, not like i got it working on a buntu variant either, currently trying to rip my hairs out with sayonari, it seems to support many languages, but the website for some reason is japanese only
i even followed tutorials but it just isnt working
Ah oops. Well, that second one looks very promising, I just saw the English setup video on it, but unfortunately it's missing the OBS part so idk
i got the japanese one working, the REALLY stupid part about it was it needs chrome, im not talking chromium, it LITERALLY needs chrome to work, guess it uses some internal apis or something only chrome has
Yikes, that's a strange requirement, but oh well, at least you got it working!
For reference, what guide did you end up following?