Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用我的应用程序上的一个按钮更新系统上的所有应用程序。我的应用程序可以使用 sudo。我也知道,在 Linux 上,可以使用 sudo 命令更新系统。那么,是否可以一键更新系统上的所有应用程序?如果是,如何?
sudo su apt-get update sudo su apt-get upgrade
尝试这两个,以便您的系统可以轻松更新。