Search Unity

Bug Unable to install Hub from Debian repository ("unable to locate package unityhub")

Discussion in 'Unity Hub' started by riemaeker, Mar 30, 2023.

  1. riemaeker

    riemaeker

    Joined:
    Feb 1, 2022
    Posts:
    6
    I am following the official instructions at https://docs.unity3d.com/hub/manual/InstallHub.html#install-hub-linux to install Unity Hub on Ubuntu. When I execute this command (after succesfully executing the ones before it) I get an error:

    $ sudo apt-get install unityhub
    Reading package lists...
    Building dependency tree...
    Reading state information...
    E: Unable to locate package unityhub

    It seems the package just doesn't exist in the repository currently? Please help.
     
    Last edited: Mar 31, 2023
  2. riemaeker

    riemaeker

    Joined:
    Feb 1, 2022
    Posts:
    6
  3. riemaeker

    riemaeker

    Joined:
    Feb 1, 2022
    Posts:
    6
  4. riemaeker

    riemaeker

    Joined:
    Feb 1, 2022
    Posts:
    6
    OK, managed to resolve this! Apparently the issue was on my end: I was trying to install Unity Hub in the context of Docker on an arm64 machine, and the unityhub package doesn't exist on that platform. When building my Docker image in an x86_64-based environment it installed properly.
     
  5. sakodiscords

    sakodiscords

    Joined:
    Apr 28, 2023
    Posts:
    1
    Hello I have same issue I know you fixed it but I don’t know how u did

    please help your brother out
     
  6. xOrfe

    xOrfe

    Joined:
    Apr 21, 2013
    Posts:
    31
    Same issue upload_2023-4-29_14-57-33.png
     
  7. xOrfe

    xOrfe

    Joined:
    Apr 21, 2013
    Posts:
    31
    Shade_Moss and try7thousand like this.
  8. advith2004

    advith2004

    Joined:
    May 23, 2023
    Posts:
    1
  9. Dete_Rykadzava

    Dete_Rykadzava

    Joined:
    May 26, 2023
    Posts:
    1
    If you encounter a problem after specifying its command in the terminal, delete the last character '-' and re-enter it, the problem is in the copied text initially it is copied with the wrong last character, then enter the command " sudo sh -c 'echo "deb [signedby=/usr/share/keyrings/Unity_Technologies_ApS.gpg] https://hub.unity3d.com/linux/repos/deb stable main" > /etc/apt/sources.list.d/unityhub.list' " and then "sudo apt update", after entering all commands, if there are no problems, enter "sudo apt-get install unityhub"
     
    fzd and nicollenunes like this.