You can sign up to get a daily email of our articles, see the Mailing List page.
(Resolved) Installing Legendary-gl on Linuxmint
soydani Aug 18, 2020
Hi! I`m new on linux and I can`t to install Legendary. I to follow steps but doesn't work.
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
damarrin Aug 18, 2020
You got a warning that the install dir is not in your path.

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
soydani Aug 18, 2020
Quoting: damarrinYou got a warning that the install dir is not in your path.

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.

Thank you so much!!!! It works!
This: ~/.local/bin/legendary
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!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.