例如,我通过sudo apt install 7zip安装了7zip工具然而,7zip不是可执行文件的名字 我通apt对已安装过的包:7zip查询其详情 得到描述 #( 05/10/22@ 1:10PM )( cxxu@CxxuWin11 ):~ apt show 7zip [sudo] password for cxxu: Package: 7zip Version: 21.07+dfsg-4 Priority: optional Section: ...
removing the package. ID is the integer printed to the left of the action. a (ID|pkg ver) ...: accept the given package versions; display only solutions in which they occur. Enter UNINST instead of a version to accept removing the package. ID is the integer printed to the left of th...
showsrc - Display all the source package records that match the given package name source - Download source archives sources - Same as 'edit-sources' unhold - Unhold a package update - Download lists of new/upgradable packages upgrade - Perform a safe upgrade version - Show the installed ver...
removing the package. ID is the integer printed to the left of the action. a (ID|pkg ver) ...: accept the given package versions; display only solutions in which they occur. Enter UNINST instead of a version to accept removing the package. ID is the integer printed to the left of th...
需要先安装apt-show-version工具: sudo apt install apt-show-versions (base) shl@zhihui-mint:~$ apt-show-versions vim vim:amd64/bionic-security2:8.0.1453-1ubuntu1.3upgradeable to2:8.0.1453-1ubuntu1.4vim:i386notinstalled (base) shl@zhihui-mint:~$ apt-show-versions -a vim ...
As you can see, I don't have that PHP version installed. Although it attempts to install it, it can't. Given that part of the error is [php7.2-fpm] is not installed, installing it now via Apt... 🍻 E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permis...
需要先安装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 ...
install pkg [{=pkg_version_number | /target_release}]... | remove pkg... | upgrade | full-upgrade | edit-sources | {-v | --version} | {-h | --help}} 描述 DESCRIPTION //apt为软件包管理系统提供了一个高级命令行接口。它旨在作为一个最终用户界面,与更专业的APT工具(如APT-get(8)和...
$>sudoapt-get install mysql-apt-config Then, use the same method described inSelecting a Major Release Versionto select MySQL NDB Cluster for installation. When you are asked which MySQL product you want to configure, choose“MySQL Server & Cluster”; when asked which version you wish to rece...
VERSION = 1.1.0 DOCKER_IMAGE = aptfile-$(VERSION) shellcheck: ifeq ($(shell shellcheck > /dev/null 2>&1 ; echo $$?),127) ifeq ($(shell uname),Darwin) brew install shellcheck else sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe ...