- Apt-get Install Version List
- Apt-get Install Specific Version Debian
- Apt-get Install Kubectl Specific Version
- Apt-get Install Specific Version Of Python
- Apt Install Version Select
On APT-based systems: In Debian, Ubuntu and other APT-based systems, we use -t flag with apt-get package manager to install a package from a specific repository i.e specific release. The following command installs the lxd package from xenial-backports repository. $ sudo apt-get -t xenial-backports install lxd. Using apt-get command to install specific version of package in Ubuntu Linux. Ubuntu users can install package from previous release or install a specific version of a package. A specific version of a package can be selected for installation by following the package name with an equals and the version of the package to select.
- Sudo apt-get install iotedge If you want to install a specific version of the security daemon, specify the version from the apt list output. Also specify the same version for the libiothsm-std package, which otherwise would install its latest version. For example, the following command installs the most recent version of the 1.0.8 release.
- Apt-get install mysql-server now checked the version, it automatically install the latest version. Mysql -version display. Mysql Ver 14.14 Distrib 5.7.18, for Linux (x8664) using EditLine wrapper. But I need to install exact version of MySQL 5.7.17 so tried to run. Apt-get install.
- By doing an apt-cache show subversion-tools I was able to see the two available packages. These are the steps I went through to install the backported version of subversion-tools, although these steps will work when installing any specific version of a Debian package. Before you install a specific version of a package you need it's complete.
Installing packages with the apt-get
package manager on Ubuntu or Debian usually fetches the latest known version from the repositories. This is a comfortable behavior to use an up-to-date version of the package.
If you want to install a specific package version, you can do that by appending an equal sign and the version number to the package name:
For example, the command to install Elasticsearch in version 6.2.4
looks like this:
Apt-get Install Version List
That’s it! Awesome, huh 😃
If you run into issues it may relate to outdated repositories. Ubuntu and Debian may not ship or reference the latest package releases.
Apt-get Install Specific Version Debian
Installing packages with the apt-get
package manager on Ubuntu or Debian usually fetches the latest known version from the repositories. This is a comfortable behavior to use an up-to-date version of the package.
Apt-get Install Kubectl Specific Version
If you want to install a specific package version, you can do that by appending an equal sign and the version number to the package name:
For example, the command to install Elasticsearch in version 6.2.4
looks like this:
Apt-get Install Specific Version Of Python
That’s it! Awesome, huh 😃
Apt Install Version Select
If you run into issues it may relate to outdated repositories. Ubuntu and Debian may not ship or reference the latest package releases.