yum install php dependency errors
I'm trying to install php 5.4 or 5.6 on an Amazon Linux 2 server using this command:
yum install php54
This is the output:
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
170 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php54.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: php54-runtime(x86-64) = 2.1-4.el7.remi for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-pear >= 1:1.10 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-common(x86-64) >= 5.4.45 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-runtime for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-cli(x86-64) for package: php54-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-common.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-pear.noarch 1:1.10.6-1.el7.remi will be installed
--> Processing Dependency: php54-php-xml for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
--> Processing Dependency: php54-php-posix for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
---> Package php54-runtime.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: environment-modules for package: php54-runtime-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package environment-modules.x86_64 0:3.2.10-0.el7.remi will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-modules-3.2.10-0.el7.remi.x86_64
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-process.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-xml.x86_64 0:5.4.45-15.el7.remi will be installed
--> Finished Dependency Resolution
Error: Package: environment-modules-3.2.10-0.el7.remi.x86_64 (remi-safe)
Requires: libtcl8.5.so()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libncurses.so.5()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libtinfo.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The output suggests that it knows which packages contain the dependencies that the errors mention, yet it doesn't install them.
I've previously installed the epel and remi repositories, since amazon-linux-extras does not have php version lower than 7.1.
When I execute:
yum list installed | grep "php"
I get not results, so I don't think there's a conflict with existing packages.
I also tried:
yum install php54 --disablerepo="*" --enablerepo="remi"
to make sure that there are no repository conflicts.
EDIT: I've also tried other versions of the command:
yum install php70
yum install php71
yum install php72
And they all had similar errors regarding the same "lib*" requirements.
Any idea why this is happening and how to fix this?
linux php amazon-ec2 yum
add a comment |
I'm trying to install php 5.4 or 5.6 on an Amazon Linux 2 server using this command:
yum install php54
This is the output:
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
170 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php54.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: php54-runtime(x86-64) = 2.1-4.el7.remi for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-pear >= 1:1.10 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-common(x86-64) >= 5.4.45 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-runtime for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-cli(x86-64) for package: php54-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-common.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-pear.noarch 1:1.10.6-1.el7.remi will be installed
--> Processing Dependency: php54-php-xml for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
--> Processing Dependency: php54-php-posix for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
---> Package php54-runtime.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: environment-modules for package: php54-runtime-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package environment-modules.x86_64 0:3.2.10-0.el7.remi will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-modules-3.2.10-0.el7.remi.x86_64
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-process.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-xml.x86_64 0:5.4.45-15.el7.remi will be installed
--> Finished Dependency Resolution
Error: Package: environment-modules-3.2.10-0.el7.remi.x86_64 (remi-safe)
Requires: libtcl8.5.so()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libncurses.so.5()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libtinfo.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The output suggests that it knows which packages contain the dependencies that the errors mention, yet it doesn't install them.
I've previously installed the epel and remi repositories, since amazon-linux-extras does not have php version lower than 7.1.
When I execute:
yum list installed | grep "php"
I get not results, so I don't think there's a conflict with existing packages.
I also tried:
yum install php54 --disablerepo="*" --enablerepo="remi"
to make sure that there are no repository conflicts.
EDIT: I've also tried other versions of the command:
yum install php70
yum install php71
yum install php72
And they all had similar errors regarding the same "lib*" requirements.
Any idea why this is happening and how to fix this?
linux php amazon-ec2 yum
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17
add a comment |
I'm trying to install php 5.4 or 5.6 on an Amazon Linux 2 server using this command:
yum install php54
This is the output:
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
170 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php54.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: php54-runtime(x86-64) = 2.1-4.el7.remi for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-pear >= 1:1.10 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-common(x86-64) >= 5.4.45 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-runtime for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-cli(x86-64) for package: php54-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-common.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-pear.noarch 1:1.10.6-1.el7.remi will be installed
--> Processing Dependency: php54-php-xml for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
--> Processing Dependency: php54-php-posix for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
---> Package php54-runtime.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: environment-modules for package: php54-runtime-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package environment-modules.x86_64 0:3.2.10-0.el7.remi will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-modules-3.2.10-0.el7.remi.x86_64
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-process.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-xml.x86_64 0:5.4.45-15.el7.remi will be installed
--> Finished Dependency Resolution
Error: Package: environment-modules-3.2.10-0.el7.remi.x86_64 (remi-safe)
Requires: libtcl8.5.so()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libncurses.so.5()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libtinfo.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The output suggests that it knows which packages contain the dependencies that the errors mention, yet it doesn't install them.
I've previously installed the epel and remi repositories, since amazon-linux-extras does not have php version lower than 7.1.
When I execute:
yum list installed | grep "php"
I get not results, so I don't think there's a conflict with existing packages.
I also tried:
yum install php54 --disablerepo="*" --enablerepo="remi"
to make sure that there are no repository conflicts.
EDIT: I've also tried other versions of the command:
yum install php70
yum install php71
yum install php72
And they all had similar errors regarding the same "lib*" requirements.
Any idea why this is happening and how to fix this?
linux php amazon-ec2 yum
I'm trying to install php 5.4 or 5.6 on an Amazon Linux 2 server using this command:
yum install php54
This is the output:
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
170 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php54.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: php54-runtime(x86-64) = 2.1-4.el7.remi for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-pear >= 1:1.10 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-common(x86-64) >= 5.4.45 for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-runtime for package: php54-2.1-4.el7.remi.x86_64
--> Processing Dependency: php54-php-cli(x86-64) for package: php54-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-common.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-pear.noarch 1:1.10.6-1.el7.remi will be installed
--> Processing Dependency: php54-php-xml for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
--> Processing Dependency: php54-php-posix for package: 1:php54-php-pear-1.10.6-1.el7.remi.noarch
---> Package php54-runtime.x86_64 0:2.1-4.el7.remi will be installed
--> Processing Dependency: environment-modules for package: php54-runtime-2.1-4.el7.remi.x86_64
--> Running transaction check
---> Package environment-modules.x86_64 0:3.2.10-0.el7.remi will be installed
--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-modules-3.2.10-0.el7.remi.x86_64
---> Package php54-php-cli.x86_64 0:5.4.45-15.el7.remi will be installed
--> Processing Dependency: libtinfo.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
--> Processing Dependency: libncurses.so.5()(64bit) for package: php54-php-cli-5.4.45-15.el7.remi.x86_64
---> Package php54-php-process.x86_64 0:5.4.45-15.el7.remi will be installed
---> Package php54-php-xml.x86_64 0:5.4.45-15.el7.remi will be installed
--> Finished Dependency Resolution
Error: Package: environment-modules-3.2.10-0.el7.remi.x86_64 (remi-safe)
Requires: libtcl8.5.so()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libncurses.so.5()(64bit)
Error: Package: php54-php-cli-5.4.45-15.el7.remi.x86_64 (remi-safe)
Requires: libtinfo.so.5()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The output suggests that it knows which packages contain the dependencies that the errors mention, yet it doesn't install them.
I've previously installed the epel and remi repositories, since amazon-linux-extras does not have php version lower than 7.1.
When I execute:
yum list installed | grep "php"
I get not results, so I don't think there's a conflict with existing packages.
I also tried:
yum install php54 --disablerepo="*" --enablerepo="remi"
to make sure that there are no repository conflicts.
EDIT: I've also tried other versions of the command:
yum install php70
yum install php71
yum install php72
And they all had similar errors regarding the same "lib*" requirements.
Any idea why this is happening and how to fix this?
linux php amazon-ec2 yum
linux php amazon-ec2 yum
edited Nov 6 '18 at 19:33
Cohaven
asked Nov 6 '18 at 18:38
CohavenCohaven
63
63
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17
add a comment |
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17
add a comment |
1 Answer
1
active
oldest
votes
I removed an amazon repo that was needed to find the lib* dependencies when I was troubleshooting and forcing yum to select the remi repo. After adding it back in, the command worked.
However, now I have to figure out how to configure php, as those packages didn't create a php.ini file that was deleted when I uninstalled amazon's php7.1.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1373227%2fyum-install-php-dependency-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I removed an amazon repo that was needed to find the lib* dependencies when I was troubleshooting and forcing yum to select the remi repo. After adding it back in, the command worked.
However, now I have to figure out how to configure php, as those packages didn't create a php.ini file that was deleted when I uninstalled amazon's php7.1.
add a comment |
I removed an amazon repo that was needed to find the lib* dependencies when I was troubleshooting and forcing yum to select the remi repo. After adding it back in, the command worked.
However, now I have to figure out how to configure php, as those packages didn't create a php.ini file that was deleted when I uninstalled amazon's php7.1.
add a comment |
I removed an amazon repo that was needed to find the lib* dependencies when I was troubleshooting and forcing yum to select the remi repo. After adding it back in, the command worked.
However, now I have to figure out how to configure php, as those packages didn't create a php.ini file that was deleted when I uninstalled amazon's php7.1.
I removed an amazon repo that was needed to find the lib* dependencies when I was troubleshooting and forcing yum to select the remi repo. After adding it back in, the command worked.
However, now I have to figure out how to configure php, as those packages didn't create a php.ini file that was deleted when I uninstalled amazon's php7.1.
answered Nov 6 '18 at 20:01
CohavenCohaven
63
63
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1373227%2fyum-install-php-dependency-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why are you installing version 5.4 when the current version is 7.2.11? You should maybe take a look at this tutorial.
– harrymc
Nov 6 '18 at 18:58
I did follow this tutorial the first time around, thinking that upgrading from 5.3 to 7.1 wouldn't be a problem, however, one of our website libraries needs a php version of under 7.0 to run. Upgrading this library will take more work than I can spare right now, as a lot of code will need to be modified, so I will have to come back to upgrading to php version 7 in the near future.
– Cohaven
Nov 6 '18 at 19:14
I guess you are running into dependency issues because this old version needs old libraries. Better verify if these old versions exist in the repository, and if they won't conflict with already installed versions.
– harrymc
Nov 6 '18 at 19:17