sudo apt install package_name=package_version 你如何知道某个软件包有哪些可用的版本?可以使用这个命令: apt list --all-versions package_name 在下面的屏幕截屏中,你可以看到,我有两个可用的 VLC 版本,我使用命令来安装较旧的版本: install specific versions apt ubuntu 听起来像一个简单的任务,对吧?但是事...
13. How Do I Install Specific Package Version? Let’s say you wish to install only specific version of packages, simply use the ‘=‘ with the package-name and append desired version. $ sudo apt-get install vsftpd=2.3.5-3ubuntu1 Reading package lists... Done Building dependency tree Read...
Summary When I try to install specific package version via Ansible, I got error: TASK [Install my package] ***...
https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories https://serverfault.com/questions/108080/ubuntu-debian-show-list-of-available-versions-of-a-specific-package https://askubuntu.com/questions/473886/list-all-versions-of-a-package https:...
software installation - How to install specific version of some package? - Ask Ubuntu显示包的详细信息apt-cache & version tableapt-cache policysudo apt-cache policy <packageName>#( 04/13/22@ 2:25PM )( cxxu@u12 ):~ sudo apt-cache policy firefox firefox: Installed: 31.0+build1-0ubuntu...
13. How Do I Install Specific Package Version? Let’s say you wish to install only specific version of packages, simply use the ‘=‘ with the package-name and append desired version. $ sudo apt-get install vsftpd=2.3.5-3ubuntu1
to install andstate: presentto install a package. If the package is already installed on the remote host (with any version), Ansible will do nothing. If you need a specific version of a package, or to ensure the latest version of a package is installed, please see the following sections...
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. ...
Install the downloaded release package with the following command, replacingversion-specific-package-namewith the name of the downloaded package (preceded by its path, if you are not running the command inside the folder where the package is): ...
Always validate the installation of packages on a test device to ensure the outcome is desired. When installing a specific version of a package (For example,iotedge 1.0.9-1), it's best practice to also have in the apt manifest the explicit versions of the dependent packages to be installe...