Slackbot
09/21/2022, 9:48 PMhbui
09/22/2022, 2:28 AMGiovanni Bechis
09/22/2022, 5:50 AMbastelfreak
09/22/2022, 7:20 AMSlackbot
09/22/2022, 1:38 PMPuli Hari Krishna
09/22/2022, 1:45 PMPuli Hari Krishna
09/22/2022, 1:49 PMPavlos Parissis
09/22/2022, 3:37 PM1.1.0 version but the latest version of the package in the security repo is 1.1.1, then this will cause package installation failures as that version of the package is not available anymore in the security repo and also in the archive repoPavlos Parissis
09/22/2022, 3:39 PMapt policy apache2
apache2:
Installed: (none)
Candidate: 2.4.29-1ubuntu4.25
Version table:
2.4.29-1ubuntu4.25 500
500 <http://archive.ubuntu.com/ubuntu> bionic-updates/main amd64 Packages
500 <http://security.ubuntu.com/ubuntu> bionic-security/main amd64 Packages
2.4.29-1ubuntu4 500
500 <http://archive.ubuntu.com/ubuntu> bionic/main amd64 PackagesPavlos Parissis
09/22/2022, 3:39 PM2.4.29-1ubuntu4.24 fails as it is not available anymore
apt install apache2=2.4.29-1ubuntu4.24
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '2.4.29-1ubuntu4.24' for 'apache2' was not foundPavlos Parissis
09/22/2022, 3:41 PMPavlos Parissis
09/22/2022, 3:41 PMPavlos Parissis
09/22/2022, 3:41 PMhbui
09/22/2022, 3:45 PMhbui
09/22/2022, 3:47 PMensure => present and it will just apt install <package>Pavlos Parissis
09/22/2022, 3:48 PMhbui
09/22/2022, 3:48 PMhbui
09/22/2022, 3:49 PMPavlos Parissis
09/22/2022, 3:49 PMPavlos Parissis
09/22/2022, 3:50 PMpresent and latest? both will install what is the current latest version, right?Pavlos Parissis
09/22/2022, 3:52 PMpresent is the same as installed, if the package is not install, just install it if it is installed then do not anythingPavlos Parissis
09/22/2022, 3:53 PMPavlos Parissis
09/22/2022, 3:53 PMRobert Vincent
09/22/2022, 4:00 PMpresent is the same as installedhbui
09/22/2022, 4:01 PMdpkg -l <package> and if it is there do nothing
latest means "update this as soon as you see an update for it"Robert Vincent
09/22/2022, 4:01 PMlatest will attempt to reinstall an installed package with a different version; present or installed will not.Robert Vincent
09/22/2022, 4:01 PMlatest will attempt to upgrade an installed package; present or installed will not.hbui
09/22/2022, 4:02 PMRobert Vincent
09/22/2022, 4:02 PMlatest will attempt to upgrade an installed package with an older version; present or installed will not.Robert Vincent
09/22/2022, 4:03 PMlatest will attempt to reinstall an installed package with a different version; present or installed will not.