What in the world!
I have been experimenting with the Linux command system in the "Bash" language. As you can see in:
This file cannot be displayed:
I was able to run the Bash REPL inside of the Bash REPL. The way I did it is:
- I ran: $pip install --upgrade pip
- $pip install spyder ## A python IDE
- $spyder
- After spyder loads in the REPL graphic output section, I clicked on the documentation.
- The hyperlink brought me to Mozilla Firefox, where I was able to login to replit.com.
So, finally, three questions: How could I get to firefox without loading Spyder too? What sort of windows manager is the graphic output running (the menu says its FluxBox). How could I install a file manager to the window manager?
Notes:
-The "OpenSpyder.sh" program will load spyder.
-As a user, I do not have root priveleges.
Voters
install-pkg
for installing Firefox:nemo
Or just use
ls
.@Wumi4 This answer is incomplete. How do I RUN firefox? How do I RUN nemo. I am sorry, I am a beginner with bash... PLease give it to me in more detail..
UPDATE: I got firefox working with literally $firefox
@Wumi4 nemo is not working:

@mteam888 Then you can use a CLI file manager, like
ranger
using the commandinstall-pkg ranger
. Then typeranger
. Or just usels
.@mteam888 To run programs, just type their name. For example, if you want to run
gcc
(the C and C++ compiler), just typegcc
. Also, you don't need to include the$
. That is the prompt of the shell.@mteam888 Nemo is gnome's file system for Linux, Not for Fluxbox that shows to be Linux.