We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用apt update升级软件包时会自动更新 chrome ,驱动如果安装的比较早,后续使用可能会出现 chrome 与驱动版本相差太多,导致脚本使用出现潜在问题。
apt update
服务器上的 chrome 不常用,可以使用apt-mark命令禁止其自动更新,保持与安装时驱动的版本一致。
apt-mark
sudo apt-mark hold google-chrome-stable # prevent chrome from being automatically upgraded sudo apt-mark showhold # show packages on hold
😝参阅:http://manpages.ubuntu.com/manpages/bionic/man8/apt-mark.8.html
The text was updated successfully, but these errors were encountered:
赞👍
Sorry, something went wrong.
No branches or pull requests
使用
apt update
升级软件包时会自动更新 chrome ,驱动如果安装的比较早,后续使用可能会出现 chrome 与驱动版本相差太多,导致脚本使用出现潜在问题。服务器上的 chrome 不常用,可以使用
apt-mark
命令禁止其自动更新,保持与安装时驱动的版本一致。😝参阅:http://manpages.ubuntu.com/manpages/bionic/man8/apt-mark.8.html
The text was updated successfully, but these errors were encountered: