Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt-get -f install’ to correct these: 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...
[package] #重新安装 apt update #- 更新可用软件包列表 apt upgrade #- 通过 安装/升级 软件来更新系统 apt full-upgrade #- 通过 卸载/安装/升级 来更新系统 apt edit-sources #- 编辑软件源信息文件 apt autoremove #卸载所有自动安装且不再使用的软件包 apt show [package] #显示软件包具体信息例如:版本...
cleaning up unused packages, and addressing broken dependencies, you can maintain a healthy and well-functioning Linux system. These practices contribute to system stability and efficient package management, ensuring your system is always in top shape. ...
build-dep Install the build-dependencies of packages. forget-new Forget what packages are "new". search Search for a package by name and/or expression. show Display detailed info about a package. showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions...
4. How Do I Check Dependencies for Specific Packages? Use the ‘showpkg‘ sub command to check the dependencies for particular software packages. whether those dependencies packages are installed or not. For example, use the ‘showpkg‘ command along with package-name. ...
4. How Do I Check Dependencies for Specific Packages? Use the ‘showpkg‘ sub command to check the dependencies for particular software packages. whether those dependencies packages are installed or not. For example, use the ‘showpkg‘ command along with package-name. ...
When deciding what to install, it’s often helpful to read detailed descriptions of packages. Along with human-readable text, these often include metadata like version numbers and a list of the package’s dependencies. ForDebian / Ubuntu:apt showpackage ...
如果要列出包的依赖项,请运行 apt dependencies 命令 $ sudo apt depends phpmyadmin 要递归列出包依赖...
Dependencies Detailed description of the package And a lot more Here’s an example: You need to give the exact package name otherwise the apt show won’t work. The good thing is that tab completion works apt show command. As you can see in the previous image, you have plenty of informat...
apt show [package] The information in the output includes: Package: The name of the package. Version: The version of the package. Installed-Size: The amount of space this package consumes on the disk, not including any dependencies. Depends: A list of dependencies. APT-Manual-Installed: De...