Смотрим расширенный статус требуемого пакета:
dpkg --get-selections | grep nginx
Блокируем обновления пакета (ставим на него "Hold"):
echo "nginx hold" | dpkg --set-selections
Смотрим результат:
dpkg --get-selections | grep nginx
nginx hold
dpkg --get-selections | grep nginx
echo "nginx hold" | dpkg --set-selections
dpkg --get-selections | grep nginx
nginx hold
No comments :
Post a Comment
Note: only a member of this blog may post a comment.