Есть проблема: поставил себе поддержку HD в камере, для этого нужно было поставить специальную версию камеры и библиотек(системой опознается как более старая версия). Все работает, но при установке и удалении пакета через терминал ругается и блокирует действие - просит обновление. Обновлю - лишусь HD. Вопрос: можно ли как то «заморозить» обновление конкретных пакетов? Вывод терминала ниже:
установка программы:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/user # apt-get remove necroplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mp-fremantle-community-pr: Depends: camera-ui (>= 1.1.29.2+0cssu15+thumb0) but 1.1.29.2+0cssu7 is to be installed
Depends: libgdigicam-gst-camerabin0 (>= 0.3.29.2+0cssu1+thumb0) but 0.3.29.1+0m5 is to be installed
Depends: libgdigicam0 (>= 0.3.29.2+0cssu1+thumb0) but 0.3.29.1+0m5 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/home/user #
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/user # apt-get -f intall
E: Invalid operation intall
/home/user # apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
python2.5-qt4-svg python2.5-qt4-xml python2.5-qt4-test
python2.5-qt4-phonon python2.5-qt4 python2.5-qt4-script
python2.5-qt4-gl python2.5-qt4-multimedia
python2.5-qt4-xmlpatterns
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
camera-ui libgdigicam-gst-camerabin0 libgdigicam0
The following packages will be upgraded:
camera-ui libgdigicam-gst-camerabin0 libgdigicam0
3 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 102kB of archives.
After this operation, 49,2kB disk space will be freed.
Do you want to continue [Y/n]?
dpkg --set-selections << end
camera-ui hold
libgdigicam-gst-camerabin0 hold
libgdigicam0 hold
end