{"id":206,"date":"2024-05-15T04:48:28","date_gmt":"2024-05-15T04:48:28","guid":{"rendered":"http:\/\/localhost:9090\/?p=206"},"modified":"2024-06-23T03:47:49","modified_gmt":"2024-06-23T03:47:49","slug":"installing-unity-hub-on-popos-22-04-lts","status":"publish","type":"post","link":"http:\/\/localhost:9090\/installing-unity-hub-on-popos-22-04-lts\/","title":{"rendered":"Installing Unity Hub on PopOs 22.04 LTS"},"content":{"rendered":"\n
Based on various links mentioned below here is my guide to starting Unity Hub on PopOs 22.04<\/p>\n\n\n\n
You have to install ssl 1 via<\/p>\n\n\n\n
sudo dpkg -i <downloaded deb file><\/code><\/pre>\n\n\n\nlibssl1.1_1.1.1f-1ubuntu2.22_amd64<\/a>Download<\/a><\/div>\n\n\n\n<\/p>\n\n\n\n
First thing is official guide<\/p>\n\n\n\n
Debian or Ubuntu<\/h4>\n\n\n\n
To install the Unity Hub on a Debian or Ubuntu Linux distribution, you need to add the Unity Hub Debian repository along with the public signing key to verify the integrity of the packages.<\/p>\n\n\n\n
\n- To add the public signing key, run the following command:
$ wget -qO - https:\/\/hub.unity3d.com\/linux\/keys\/public | gpg --dearmor | sudo tee \/usr\/share\/keyrings\/Unity_Technologies_ApS.gpg > \/dev\/null<\/code><\/li>\n\n\n\n- To add the Unity Hub repository, you need an entry in\u00a0
\/etc\/apt\/sources.list.d<\/code>. Run the following command to add the Unity Hub repository:$ sudo sh -c 'echo \"deb [signed-by=\/usr\/share\/keyrings\/Unity_Technologies_ApS.gpg] https:\/\/hub.unity3d.com\/linux\/repos\/deb stable main\" > \/etc\/apt\/sources.list.d\/unityhub.list'<\/code><\/li>\n\n\n\n- Update the package cache and install the package:
$ sudo apt update $ sudo apt-get install unityhub<\/code><\/li>\n<\/ol>\n\n\n\n**Note: For some systems, you may need to ensure the following:<\/p>\n\n\n\n
\n- The directory\u00a0
\/usr\/share\/keyrings<\/code>\u00a0exists.<\/li>\n\n\n\n- The user or group installing the Hub has write permissions to the\u00a0
\/usr\/share\/keyrings<\/code>\u00a0directory.<\/li>\n\n\n\n- The user or group installing Hub has at least read permissions to the resulting file\u00a0
Unity_Technologies_ApS.gpg<\/code>.**<\/li>\n<\/ul>\n\n\n\nTo remove the Unity Hub from the system, run the following command:<\/p>\n\n\n\n
$ sudo apt-get remove unityhub\n\n<\/code><\/pre>\n\n\n\nNow we have to start in a special way so you can set the unity temp folder<\/p>\n\n\n\n
#!\/bin\/bash\n\nTMPDIR=\/home\/surajitray\/Development\/unitytemp \/opt\/unityhub\/unityhub %U\n<\/code><\/pre>\n\n\n\nLinks<\/p>\n\n\n\n