Page 1 of 1

which debian package for cli only?

Posted: Sat Aug 05, 2023 3:53 pm
by martini2
Hi,
i have makemkv 1.5 installed on a headless debian server and want to update it. I don't remember how i installed it back then so which package do i have to download to have a cli only version? Installing from the unoficial repository installs the gui vesion and a lot of qt packages i have no need for.

Re: which debian package for cli only?

Posted: Sat Aug 05, 2023 9:13 pm
by flojo

Code: Select all

./configure --disable-gui --disable-qt5
make
sudo make install
I'm not sure if --disable-qt5 is needed.