Добавлена поддержка AlmaLinux 9.x

Аватара пользователя
sbury
Сообщения: 1344
Зарегистрирован: Вт фев 06, 2018 7:51 am

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение sbury » Чт апр 20, 2023 10:28 am

andrey_partner писал(а):
Чт апр 20, 2023 7:13 am
Error:
Problem 1: package httpd-core-2.4.53-7.el9_1.5.x86_64 conflicts with apr < 1.5.0-1 provided by httpd24-2.4.54-3.brainy.el9.x86_64
- cannot install the best update candidate for package httpd-core-2.4.53-7.el9_1.5.x86_64
- cannot install the best update candidate for package apr-1.7.0-11.el9.x86_64
Problem 2: package apr-util-bdb-1.6.1-20.el9.x86_64 requires apr-util(x86-64) = 1.6.1-20.el9, but none of the providers can be installed
- package httpd24-2.4.54-3.brainy.el9.x86_64 obsoletes apr-util provided by apr-util-1.6.1-20.el9.x86_64
- cannot install the best update candidate for package apr-util-bdb-1.6.1-20.el9.x86_64
- cannot install the best update candidate for package apr-util-1.6.1-20.el9.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
вы пытаетесь поставить httpd с консоли?
Выполнить команду с консоли c правами рута

Код: Выделить всё

yum clean all

Аватара пользователя
sbury
Сообщения: 1344
Зарегистрирован: Вт фев 06, 2018 7:51 am

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение sbury » Чт апр 20, 2023 11:13 am

PHP-5.6: Добавлены дополнительные библиотеки для AlmaLinux 9

andrey_partner
Сообщения: 35
Зарегистрирован: Сб мар 14, 2020 2:25 pm

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение andrey_partner » Сб апр 22, 2023 4:50 am

И ещё вопрос. Сайты в админ панели стали на английском языке. Нужно установить русскую локализацию?

Аватара пользователя
sbury
Сообщения: 1344
Зарегистрирован: Вт фев 06, 2018 7:51 am

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение sbury » Пт апр 28, 2023 5:31 pm

Нет. Проверить настройки своего движка

JohnnyTHM
Сообщения: 1
Зарегистрирован: Вт окт 10, 2023 7:53 am

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение JohnnyTHM » Вт окт 10, 2023 8:05 am

I'm bumping this thread because there is still an issue here. I had the exact smame problem installing on AlmaLinux 9.2 a little while ago.
This is what I did and the installation went perfect after the 2 failed initial attempts with the exact same issues as the OP describes.

If anyone else has this issue then I hope this will help you to quickly get BrainyCP installed :D

Installing BrainyCP on AlmaLinux 9.2

1. Install rpm nanually with wget - If the rpm gets updated you will have to find the update if this rpm is replaced!

Код: Выделить всё

$ sudo  wget http://31.42.190.125/repo/alma-brainy-repo-v3-9.0-2.el9.noarch.rpm

If you get bash error for wget then you probably don't have wget installed so install wget

Код: Выделить всё

 $ sudo dnf install -y wget

2. Install alma-brainy-repo

Код: Выделить всё

 $ sudo dnf localinstall -y <alma-brainy-repo-file-replace-here>
Alternately, the newer command "install" could also be used

Код: Выделить всё

$ sudo dnf install -y <alma-brainy-repo-file-replace-here>

3. Change to root Directory and remove rpm download

Код: Выделить всё

          $ cd ~
          $ ls 
copy alma-brainy-repo download ad to <alma-brainy-repo> below

Код: Выделить всё

 $ sudo rm -rf <alma-brainy-repo>
alternately if you don't need to look up the file name then you can probably just do somethig likr this:

Код: Выделить всё

$ sudo rm -rf ~/<alma-brainy-repo>
4. Install virt-what this should also take care of any dmidecode issues as well

Код: Выделить всё

  $ sudo dnf install -y virt-what
5. Run update

Код: Выделить всё

 $ sudo dnf update -y
6. You should reboot while you may get away with not rebooting it's a good idea to to so.

Код: Выделить всё

$ sudo reboot
7. Install BrainyCP with the BrainyCP installation script.

Код: Выделить всё

 $ sudo wget -O install.sh http://core.brainycp.com/install_en.sh && bash ./install.sh <your-choice-of-packages-go-here>

Аватара пользователя
sbury
Сообщения: 1344
Зарегистрирован: Вт фев 06, 2018 7:51 am

Re: Добавлена поддержка AlmaLinux 9.x

Сообщение sbury » Вт окт 17, 2023 12:23 pm

Ого как сложно...
А может давайте проще поступить так, если в этом есть необходимость)
С командной строки из под рута

Код: Выделить всё

yum clean all && yum install -y wget && yum update -y && wget  -O install.sh http://core.brainycp.com/install.sh && bash ./install.sh 
и не стоит городить столько ненужных команд

Ответить