$ dpkg -l Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===-===-=== ii aalib1 1.4p5-28 ascii art ...
Desired=Unknown/Install/Remove/Purge/Hold|Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed|/Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)||/Name Version Description+++-===-===-===ii aalib11.4p5-28ascii art library-transitional package ii...
https://packages.ubuntu.com/namefor the search on package names. https://packages.ubuntu.com/src:namefor the search on source package names. Search the contents of packages This search engine allows you to search the contents of Ubuntu distributions for any files (or just parts of file names...
sudo apt update && sudo apt install aptitude 您可以使用aptitude search命令搜索特定类型的软件包,要搜索Python软件包,请运行以下命令: aptitude search ~i python~i | grep '^Package' | cut -f1 -d':' | sort -u > installed_python_packages.txt...
In this tutorial, we shall see how to install software packages under Debian and Ubuntu. In the program, we shall have a look at already-installed packages, search packages, information related to software packages, how to update packages and the software list. ...
The following packages have unmet dependencies: activity-log-manager : Depends: libglib2.0-0 (>= 2.43.2) but 2.40.0-2 is to be installed alsa-base : Depends: kmod (>= 17-1) libssl-dev : Depends: libssl1.1 (= 1.1.1-1ubuntu2.1~18.04.6) but it is not going to be installed ...
执行上述命令以后,我们可以看到以下信息,the following extra packages will be installed 表示所有需要再安装的依赖包. sudo apt-getinstall build-essential [sudo] passwordforenadmin: Reading package lists... Done Building dependency tree Reading state information... Done ...
installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download ...
执行上述命令以后,我们可以看到一下信息,The following extra packages will be installed:表示所有需要再安装的依赖包。 sudo apt-get install build-essential [sudo] password for enadmin: Reading package lists... Done Building dependency tree Reading state information... Done ...
# These instructions expect that you have a freshly installed Ubuntu 24.04. # # Make sure all packages are up-to-date by running: # @@ -20,19 +20,8 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: # Now you can install all packages needed for Nominatim: sudo apt-get install -y build...