While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New Steam Controller 2 and VR controller designs got leaked
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Steam Deck OLED wins Best Gaming Hardware in the Golden Joystick Awards 2024
- The latest from Prime Gaming - November 22 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
Incredible retro FPS Selaco adds a new 'Special Campaig…
- chickenb00 -
New Steam Controller 2 and VR controller designs got le…
- Firehawke -
Steam Deck hits 17,000 games playable and verified
- Purple Library Guy -
You can get a free copy of both Breathedge and Dark Sec…
- Nezchan -
We're getting a Palworld x Terraria crossover, major Pa…
- soulsource - > See more comments
- Adjusted our game pages search bar
- Liam Dawe - Astral Ascent - is it really like Dead Cells?
- CatKiller - The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - See more posts
My terminal:
dani@dani-System-Product-Name:~$ pip3 install '/home/dani/Escritorio/legendary_gl-0.0.19-py3-none-any.whl'
Processing ./Escritorio/legendary_gl-0.0.19-py3-none-any.whl
Requirement already satisfied: requests<3.0 in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (2.22.0)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (45.2.0)
Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from legendary-gl==0.0.19) (0.34.2)
Installing collected packages: legendary-gl
WARNING: The script legendary is installed in '/home/dani/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed legendary-gl-0.0.19
dani@dani-System-Product-Name:~$ legendary auth
bash: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ legendary
bash: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo legendary
sudo: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo legendary auth
sudo: legendary: orden no encontrada
dani@dani-System-Product-Name:~$ sudo apt install legendary
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
E: No se ha podido localizar el paquete legendary
Thank you!
Last edited by soydani on 18 August 2020 at 9:53 pm UTC
Take a look into the install dir:
ls /home/dani/.local/bin
Is legendary listed?
If so, you either do:
cd ~/.local/bin
./legendary
or
~/.local/bin/legendary
You can’t expect the system to search through everything on your drive to find the one executable file you’re trying to run, it only searches through dirs in your $PATH. If it’s in a different dir, you need to give the entire path to it.
Last edited by damarrin on 18 August 2020 at 9:34 pm UTC
Thank you so much!!!! It works!
This: ~/.local/bin/legendary