02-12-2020, 03:49 PM
(02-12-2020, 12:12 PM)wrzomar Wrote: 1. Does anyone have a full list of packages to be kept from updating?
2. Does anyone have mentioned packages from original default OS image (or files)?
On a fresh install of default debian:
Code:
rock@Debian-Desktop:~$ dpkg --get-selections|grep -v install
ffmpeg hold
ffmpegthumbnailer hold
rock@Debian-Desktop:~$
And have a look at /etc/apt/apt.d.conf. Kernel and firmware is kept from upgrading.
On my already upgraded system on emmc: when i call ffmpeg from the sd card, on which the fresh install is located,
ffmpeg complais about a missing library:
Code:
u1@pbp:/media/u1/e9e67d6e-9693-4f25-bbd6-ae24f7c9e5bb/usr/bin$ ./ffmpeg
./ffmpeg: error while loading shared libraries: libavdevice.so.58: cannot open shared object file: No such file or directory
I copied the library from the sd to the emmc. After that, ffmpeg complained about another lib. After copying a few, I gave up.