How to install Unity Hub on REDHAT 8.5
To install Unity Hub on REDHAT 8.5
Introduction:
Unity Hub is a standalone application that streamlines how you find, download, and manage your Unity Projects and installations. Furthermore, it manages the installation of multiple versions of Unity Editor by creating a Project, associating a default version of the Editor with the Project, and assigning a default version of the Editor to the Project.
Installation Procedure:
Step 1: Check installed version of OS by using the below command
[root@linuxhelp ~]# cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.5 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.5"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.5 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
Step 2: Download the Unity3d using wget command
[root@linuxhelp Downloads]# wget https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
--2022-06-22 08:43:42-- https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
Resolving public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)... 49.44.131.146, 49.44.116.54
Connecting to public-cdn.cloud.unity3d.com (public-cdn.cloud.unity3d.com)|49.44.131.146|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 80813551 (77M) [binary/octet-stream]
Saving to: ‘UnityHub.AppImage’
UnityHub.AppImage 100%[===================>] 77.07M 26.8MB/s in 2.9s
2022-06-22 08:43:45 (26.8 MB/s) - ‘UnityHub.AppImage’ saved [80813551/80813551]
Step 3: Set the executable permission for unity hub\ by using the below command
[root@linuxhelp Downloads]# chmod a+x UnityHub.AppImage
Step 4: Run the following command to install UnityHub by using the below command
[root@linuxhelp Downloads]# ./UnityHub.AppImage
Step 5: Accept term and condition as shown in the below image
Step 6: This is the unity hub
Conclusion:
We have reached the end of this article. In this guide, we have walked you through the steps required How to install Unity Hub on REDHAT 8.5. Your feedback is much welcome.
Comments ( 0 )
No comments available