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:
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
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- EA Javelin Anticheat job listing mentions future support for Linux and Proton
- Sony PlayStation reportedly moving away from PC ports
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
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 Aug 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 Aug 2020 at 9:34 pm UTC
This: ~/.local/bin/legendary