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...
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
show | update | install pkg [{=pkg_version_number | /target_release}]... | remove pkg... | upgrade | full-upgrade | edit-sources | {-v | --version} | {-h | --help}} DESCRIPTION apt (Advanced Package Tool) is the command-line toolforhandling packages. It provides a commandlin...
Theapt-getcommand is a powerful and free package management command line program, that is used to work withUbuntu’s APT(Advanced Packaging Tool) library to perform the installation of new software packages, removing existing software packages, upgrading of existing software packages, and even used ...
需要先安装apt-show-version工具: sudo apt install apt-show-versions (base) shl@zhihui-mint:~$ apt-show-versions vim vim:amd64/bionic-security 2:8.0.1453-1ubuntu1.3 upgradeable to 2:8.0.1453-1ubuntu1.4 vim:i386 not installed (base) shl@zhihui-mint:~$ apt-show-versions -a vim vim:amd...
apt 0.8.16~exp12ubuntu10.26 for i386 compiled on Aug 5 2015 19:06:21 Usage: apt-get [options] command apt-get [options] install|remove pkg1 [pkg2 ...] apt-get [options] source pkg1 [pkg2 ...] apt-get is a simple command line interface for downloading and ...
apt-cacheshownano# Output:# Package: nano# Priority: important# Section: editors# Installed-Size: 2018# Maintainer: Ubuntu Developers# Original-Maintainer: Jordi Mallach# Architecture: amd64# Version: 2.9.3-2# Replaces: nano-tiny (<= 2.17), libncurses5 (>= 6), libtinfo5 (>= 6)# Des...
Ubuntu, 20.04*, and 22.04 Rhel 8, 9 SLES 15 Jetson Linux DRIVE OS Target Hardware GPU: Pascal or newer CPU: x86-64 processors GPU: Pascal or newer CPU: x86-64 processors** GPU: Pascal or newer Arm-SBSA servers NVIDIA IGX, Jetson AGX Orin, Jetson AGX Xavier, Jetson TX2, Jetson ...
will present you with a "wizard" on configuring fonts in Ubuntu. echo "<package_name> hold" | dpkg --set-selections This command places the desired package on hold. This is the same as Synaptic's Package->Lock Version. This command may have the unintended side effect of preventing upgrade...
When you do an apt-get upgrade after apt-get update, it upgrades the installed packages to the newer version. This is the reason why the fastest and the most convenient way to update Ubuntu is to use this command: sudo apt-get update && sudo apt-get upgrade -y ...