Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 76 matches: yum-utils
Searched query: yum-utils
- Wed Sep 07, 2022 9:33 am
- Forum: RHEL/CentOS
- Topic: Can't install VestaCP on Centos 7
- Replies: 3
- Views: 9376
Re: Can't install VestaCP on Centos 7
I fix issue with following step
1. yum update && yum install yum-utils
2. yum-config-manager --disable remi-php*
3. yum-config-manager --disable remi-php74
4. Install vestacp
think it will help the team fix issues
1. yum update && yum install yum-utils
2. yum-config-manager --disable remi-php*
3. yum-config-manager --disable remi-php74
4. Install vestacp
think it will help the team fix issues
- Mon Oct 05, 2020 12:06 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
... issue and I can't install VestaCP.
You can try before vestacp install
yum install yum-utils
then
yum-config-manager --disable remi-php8
this one doesn't work
There is a simple instruction:
On fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all ...
You can try before vestacp install
yum install yum-utils
then
yum-config-manager --disable remi-php8
this one doesn't work
There is a simple instruction:
On fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all ...
- Sun Sep 27, 2020 10:48 pm
- Forum: Общие вопросы
- Topic: Подготовка Centos 7 для установки панели
- Replies: 2
- Views: 4283
Re: Подготовка Centos 7 для установки панели
лично я делал следующее:
1. обновил систему сразу после установки
yum update -y
2. отключил Selinux
\etc\selinux\config
SELINUX=disabled
3. подключил нужные репозитории
yum install -y epel-release
или
yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y yum-utils
yum ...
1. обновил систему сразу после установки
yum update -y
2. отключил Selinux
\etc\selinux\config
SELINUX=disabled
3. подключил нужные репозитории
yum install -y epel-release
или
yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y yum-utils
yum ...
- Sun Sep 27, 2020 1:00 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
... fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all php versions: yum-config-manager --disable remi-php*
4. Enable php version what you want: yum-config-manager --enable remi-php74
Then install Vesta CP.
Worked for me! Thank you so much:) This is my ...
1. Install Remi repo
2. Install yum-utils
3. Disable all php versions: yum-config-manager --disable remi-php*
4. Enable php version what you want: yum-config-manager --enable remi-php74
Then install Vesta CP.
Worked for me! Thank you so much:) This is my ...
- Fri Sep 25, 2020 1:23 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
Problem
vestacp php(zend-abi) = 20200804-64 Error: yum install failed
Server
rpm -q centos-release
centos-release-7-8.2003.0.el7.centos.x86_64 ... y install epel-release
rpm -Uvh remi-release-7.rpm
yum -y install yum-utils
yum-config-manager --disable remi-php*
yum-config-manager --enable remi ...
vestacp php(zend-abi) = 20200804-64 Error: yum install failed
Server
rpm -q centos-release
centos-release-7-8.2003.0.el7.centos.x86_64 ... y install epel-release
rpm -Uvh remi-release-7.rpm
yum -y install yum-utils
yum-config-manager --disable remi-php*
yum-config-manager --enable remi ...
- Sun Sep 20, 2020 5:40 pm
- Forum: General Discussion
- Topic: The panel is not installed on Centos 7
- Replies: 1
- Views: 6114
Re: The panel is not installed on Centos 7
before install disable php8
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
- Sat Sep 19, 2020 12:36 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
... fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all php versions: yum-config-manager --disable remi-php*
4. Enable php version what you want: yum-config-manager --enable remi-php74
Then install Vesta CP.
Worked for me! Thank you so much:) This is my ...
1. Install Remi repo
2. Install yum-utils
3. Disable all php versions: yum-config-manager --disable remi-php*
4. Enable php version what you want: yum-config-manager --enable remi-php74
Then install Vesta CP.
Worked for me! Thank you so much:) This is my ...
- Wed Sep 16, 2020 6:21 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
thank you grayfolk
is working
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
is working
yum install epel-release yum-utils
yum install wget
cd /tmp/
wget http://rpms.famillecollet.com/enterpris ... ease-7.rpm
rpm -Uvh remi-release-7.rpm
yum-config-manager --disable remi-php*
yum-config-manager --enable remi-php74
then install vestacp
- Wed Sep 16, 2020 5:50 am
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
... issue and I can't install VestaCP.
You can try before vestacp install
yum install yum-utils
then
yum-config-manager --disable remi-php8
this one doesn't work
There is a simple instruction:
On fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all ...
You can try before vestacp install
yum install yum-utils
then
yum-config-manager --disable remi-php8
this one doesn't work
There is a simple instruction:
On fresh server BEFORE Vesta installation :
1. Install Remi repo
2. Install yum-utils
3. Disable all ...
- Tue Sep 15, 2020 7:37 pm
- Forum: General Discussion
- Topic: install error
- Replies: 22
- Views: 70553
Re: install error
... again on a vps to install vestacp but is not working the same error
yum -y install epel-release yum-utils
yum-config-manager --disable remi-php80
also tried
yum-config-manager --disable remi-php*
I suspect when the installation starts after
Would you like to continue [y/n]:
is activating php ...
yum -y install epel-release yum-utils
yum-config-manager --disable remi-php80
also tried
yum-config-manager --disable remi-php*
I suspect when the installation starts after
Would you like to continue [y/n]:
is activating php ...