which debian package for cli only?

The place to discuss linux version of MakeMKV
Post Reply
Message
Author
martini2
Posts: 4
Joined: Fri May 17, 2019 5:46 pm

which debian package for cli only?

#1 Post by martini2 » Sat Aug 05, 2023 3:53 pm

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.

flojo
Posts: 67
Joined: Thu Jun 22, 2023 4:27 am
Location: El Paso

Re: which debian package for cli only?

#2 Post by flojo » Sat Aug 05, 2023 9:13 pm

Code: Select all

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

Post Reply