[PLUG] Vobsub2srt

Ben Koenig techkoenig at protonmail.com
Mon Sep 12 22:54:19 UTC 2022


------- Original Message -------
On Monday, September 12th, 2022 at 3:36 PM, John Jason Jordan <johnxj at gmx.com> wrote:


> On Mon, 12 Sep 2022 14:54:24 -0700
> John Jason Jordan johnxj at gmx.com dijo:
> 
> > I remember when I first installed Ubuntu in 2005. At that time the
> > repos had packages for just about everything, but in case you needed
> > something that was available only in RPM, Ubuntu came with 'alien,'
> > which could convert an RPM to a DEB. I used alien half a dozen times,
> > and it always worked perfectly.
> 
> 
> I did it! I found an RPM for vobsub2srt, downloaded it, alien-ed it to
> a DEB, and used Gdebi GUI to install it. It now appears in Synaptic as
> installed!
> 
> The bad news is that it still can't find all the pieces of tesseract
> that it wants, and I don't know what happened to the snap version - did
> it get overwritten by the Debian package, or are both installed, or
> what?

"which vobsub2srt" will tell you where the program lives. snap apps are isolated to their own little filesystem but your mutant DEB should have installed it to /usr/bin/.

After which tells you were the executable is, you can use ldd /path/to/program to get a list of all libraries and where it expects to find them. There are ways to point to the correct libraries but you have to decide which package to use before setting that up.







More information about the PLUG mailing list