You can install Centos 6.10 on your Lake Hosting VPS (Virtual Private Server) in order to update the VPS or install any packages you must first up the Base Repositories to use the Vault Repositories. To do so log into your VPS as the root user or one with Super User privileges. Steps to update your repositories. 1. Issue the following command to automatically update the Repositories curl https://www.getpagespeed.com/files/centos6-eol.repo --output /etc/yum.repos.d/CentOS-Base.repo If for some reason the above command does not work issue the following. cat <<-'EOF' > /etc/yum.repos.d/CentOS-Base.repo[C6.10-base]name=CentOS-6.10 - Basebaseurl=http://vault.epel.cloud/6.10/os/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6enabled=1metadata_expire=never [C6.10-updates]name=CentOS-6.10 - Updatesbaseurl=http://vault.epel.cloud/6.10/updates/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6enabled=1metadata_expire=never [C6.10-extras]name=CentOS-6.10 - Extrasbaseurl=http://vault.epel.cloud/6.10/extras/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6enabled=1metadata_expire=never [C6.10-contrib]name=CentOS-6.10 - Contribbaseurl=http://vault.epel.cloud/6.10/contrib/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6enabled=0metadata_expire=never [C6.10-centosplus]name=CentOS-6.10 - CentOSPlusbaseurl=http://vault.epel.cloud/6.10/centosplus/$basearch/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6enabled=0metadata_expire=neverEOF Paste that into your terminal then hit enter.