0

I have manually installed ffmpeg which I built from source with GPU support,but when

sudo apt install kdenlive

System tells that

The following additional packages will be installed:
  ffmpeg

Would you please tell me how to make ubuntu to recognize the manually installed ffmpeg to stop installing another one?

1 Answers1

1

Not with apt. Install theequivs package to generate meta-packages, and then use dpkg to install kdenlive. Ubuntuforums on this

Rinzwind
  • 309,379