general/other Trying to install and configure Unreal Engine 5 on the Linuxulator / package manager missing within centos.

Hello.

I'm trying to install and configure Unreal Engine 5 on the Linuxulator for FreeBSD. I suspect it needs the centos userland to work properly. So I have reminded you that in one old post you told me to have written the script that fits perfectly for my needs. Unfortunately it seems to be incomplete. I never used CentOS,but you seem to be more experienced. Can you help to improve your script ? This is what happens when I ran it within the linuxulator :
Code:
# chroot /ubuntu/centos /bin/bash

bash-4.2# ./update_nvidia.py

bash: ./update_nvidia.py: Permission denied

bash-4.2# chmod +x update_nvidia.py

bash-4.2# ./update_nvidia.py

/usr/bin/env: python3: No such file or directory

bash-4.2# yum update -y
bash: yum: command not found

bash-4.2# rpm -q yum
bash: rpm: command not found

bash-4.2# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin

it seems that it needs the whole package management.
 
Back
Top