apt-get - APT package handling utility -- command-line interface SYNOPSIS apt-get[-asqdyfmubV] [-o=config_string] [-c=config_file] [-t=target_release] [-a=architecture] {update | upgrade | dselect-upgrade | dist-upgrade | installpkg[{=pkg_version_number| /target_release}]... | re...
sudo apt-get update #---更新源 sudo apt-get upgrade #---更新已安装的包 sudo apt-get dist-upgrade # ---升级系统 sudo apt-get dselect-upgrade #---使用 dselect 升级 apt-cache depends #---(package 了解使用依赖) apt-cache rdepends # ---(package 了解某个具体的依赖?#当是查看该包被哪些...
1)apt-getupdate 更新源2)apt-getdist-upgrade 升级系统到相应的发行版(根据 source.list 的配置) 3)apt-getupgrade 更新所有已经安装的软件包4)apt-getinstall package_name 安装软件包(加上 --reinstall重新安装) apt-getinstall package_name=version 安装指定版本的软件包 5) apt-get -f install //安裝依...
sudo apt-get update #---更新源 sudo apt-get upgrade #---更新已安装的包 sudo apt-get dist-upgrade # ---升级系统 sudo apt-get dselect-upgrade #---使用 dselect 升级 apt-cache depends #---(package 了解使用依赖) apt-cache rdepends # ---(package 了解某个具体的依赖?#当是查看该包被哪些...
21. Upgrade packages: apt-get upgrade Check! Its only copy and paste the Command 22. Remove packages that were installed by dependencies and not needed anymore: apt-get autoremove Check! Its only copy and paste the Command 23. Execute the dist-upgrade command: apt-get dist-upgrade Check...
apt-get dist-upgrade # ---升级系统 apt-get dselect-upgrade #---使用 dselect 升级 apt-cache depends #---(package 了解使用依赖) apt-cache rdepends # ---(package 了解某个具体的依赖,当是查看该包被哪些包依赖吧...) apt-get build-dep # -...
If the platforms are certified and preloaded with the 5.17 OEM kernel and NVIDIA 515 driver, you may encounter the issue mentioned above on the I+N platform. Pleaseupgradeto the latest packages following the steps below. $ sudo apt update$ sudo apt dist-upgrade ...
and then do a dist-upgrade. For most people not experienced with Ubuntu, using the command-line is a big step (seeCommandLineDisintegration), especially where it concerns something as important as an upgrade. Aside from this, many people may not know that a new version of Ubuntu is availabl...
Start-Date: 2022-10-16 07:55:41 Commandline: apt-get dist-upgrade Install: pve-kernel-5.15.60-2-pve:amd64 (5.15.60-2, automatic) Upgrade: dbus-user-session:amd64 (1.12.20-2, 1.12.24-0+deb11u1), pve-firmware:amd64 (3.5-3, 3.5-4), tzdata:amd64 (2021...
sudo apt dist-upgrade -y sudo update-grub Reboot sudo reboot After the reboot, you can verify that the kernel is indeed installed by typing $ uname -a Linux upxtreme-UP-WHL01 5.4.0-1-generic #2~upboard2-Ubuntu SMP Thu Jul 25 13:35:27 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ...