Willpiam
Posts: 27
Joined: Thu Feb 26, 2015 11:16 pm

Without GUI

Sun Mar 29, 2015 9:02 pm

Hello been wondering... How do I open applications with out going to the GUI in raspberian?

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Without GUI

Sun Mar 29, 2015 9:06 pm

Just type the name of the the program in a command line.

BTW, It's called RASPBIAN (after DebIan) not "raspberian".
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Willpiam
Posts: 27
Joined: Thu Feb 26, 2015 11:16 pm

Re: Without GUI

Sun Mar 29, 2015 9:13 pm

DougieLawson wrote:Just type the name of the the program in a command line.

BTW, It's called RASPBIAN (after DebIan) not "raspberian".
Thanks...

djole94hns
Posts: 53
Joined: Tue Mar 12, 2013 7:33 pm
Location: Novi Sad, Serbia

Re: Without GUI

Sun Mar 29, 2015 9:49 pm

Here's a list of useful software when using Raspbian in text-mode only:

nano - text editor, preinstalled
mc - file explorer
cmus - mp3/ogg player
lynx - web browser... It's really only useful for reading articles, though xD

I use these when SSH-ing into RPi from my tablet or phone.

If you are truly a beginner, to install this software type

Code: Select all

sudo apt-get install nameofthepackage
nameofthepackage=pretty much self explanatory. Just type a name of one of the packages above.

By the way, in the future, please use The Google Machine before posting here, because most of these problems us beginners face tend to be already answered in detail elsewhere ;)

Return to “General discussion”