Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Sun Sep 17, 2017 1:19 pm
- Forum: General Discussion
- Topic: CentOS 7 Install issue
- Replies: 32
- Views: 53827
Re: CentOS 7 Install issue
raiden wrote:just 3 line, 100% workingCode: Select all
yum install yum-utils yum-config-manager --save --setopt=C7.3.1611-base.skip_if_unavailable=true yum-config-manager --save --setopt=C7.3.1611-updates.skip_if_unavailable=true
But that is just telling it to skip checking for updates which is not a good idea.
- Sun Sep 17, 2017 1:11 pm
- Forum: General Discussion
- Topic: CentOS 7 Install issue
- Replies: 32
- Views: 53827
Re: CentOS 7 Install issue
Go to /etc/yum.repos.d/ and edit CentOS-Vault.repo
Now after line 112 (C7.3.1611-base) replace all $basearch to Source and then save.
Now update will work 100%
Here is my CentOS-Vault.repo file
# CentOS Vault contains rpms from older releases in the CentOS-7
# tree.
#c7.0.1406
[C7.0.1406-base ...
Now after line 112 (C7.3.1611-base) replace all $basearch to Source and then save.
Now update will work 100%
Here is my CentOS-Vault.repo file
# CentOS Vault contains rpms from older releases in the CentOS-7
# tree.
#c7.0.1406
[C7.0.1406-base ...