wismarboy1
Posts: 7
Joined: Wed Dec 26, 2012 12:36 pm

command lines

Sun Dec 30, 2012 9:57 am

Can anyone give me the information as to where I find command line to execute home office for linux and also for flashplayer or if you know it possibly you can let me have these command line.
However it would be good to know in future were to find these lines for future programming .
Many thanks

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: command lines

Sun Dec 30, 2012 12:46 pm

Flash does not work on the Raspi.
Adobe completely dropped Flash on Linux , too.

"Home Office" ? Do you mean apps like Microsoft Office ?

Try

Code: Select all

sudo apt-get update
sudo apt-get install libreoffice
Libreoffice should appear in the desktop menu.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

wismarboy1
Posts: 7
Joined: Wed Dec 26, 2012 12:36 pm

Re: command lines

Sun Dec 30, 2012 2:30 pm

Thanks Ghans,but what programme are you talking about Home Office for lynux or Microsoft Office and though you kindly gave me some information what do I need to open to enter these sudo apt's have tried downloading the relevant programme and entering these into command line to execute and have tried many other ways ,please remember I am a novice at this though a computer user for many years so please be a bit clearer on where this info needs to go to activate the programme

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: command lines

Sun Dec 30, 2012 4:20 pm

Could you please post the exact steps you have taken ?
What did you click , which commands did you execute.
If you are on the latest Raspbian Image , and already
started LXDE , open a LXTerminal and
enter

Code: Select all

libreoffice&
LibreOffice should start up.

Microsoft Office is not available on Linux. Microsoft does not publish
Office for Linux. Linux Users can use LibreOffice , which is available for
Windows too.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

wismarboy1
Posts: 7
Joined: Wed Dec 26, 2012 12:36 pm

Re: command lines

Sun Dec 30, 2012 4:58 pm

Gone into LXT ,line said pi@raspberry~$ typed in Code:Select All then next line
libreoffice& as instructed

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: command lines

Sun Dec 30, 2012 5:18 pm

wismarboy1 wrote:Gone into LXT ,line said pi@raspberry~$ typed in Code:Select All then next line
libreoffice& as instructed
That does not look right...
Did you install it first as per the instructions of ghans' first reply? If not then you have to open LXTerminal and type

Code: Select all

sudo apt-get update
sudo apt-get install libreoffice
As mentioned above you should now find the LibreOffice programs in the menu. If not then you can start it from the command line as previously mentioned

Gr
Dirk

wismarboy1
Posts: 7
Joined: Wed Dec 26, 2012 12:36 pm

Re: command lines

Sun Dec 30, 2012 6:07 pm

DirkS wrote:
wismarboy1 wrote:Gone into LXT ,line said pi@raspberry~$ typed in Code:Select All then next line
libreoffice& as instructed
That does not look right...
Did you install it first as per the instructions of ghans' first reply? If not then you have to open LXTerminal and type

Code: Select all

sudo apt-get update
sudo apt-get install libreoffice
As mentioned above you should now find the LibreOffice programs in the menu. If not then you can start it from the command line as previously mentioned
Typed in CODE:SELECT ALL next line said select command not found sudo apt-get update worked ok,but would not recognise sudo appt-get libbreoffice not found .What have I done wrong
Gr
Dirk

bgirardot
Posts: 517
Joined: Wed Oct 10, 2012 6:20 am
Location: Switzerland

Re: command lines

Sun Dec 30, 2012 10:36 pm

Did you type:

sudo apt-get install libreoffice

What you showed above looks like you left out the 'install' part of the command maybe.

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: command lines

Mon Dec 31, 2012 3:55 am

Typed in CODE:SELECT ALL next line said select command not found
I understand the confusion now. The block with the white background and header 'CODE' etc. is just a bit of formatting to make it more readable. It also makes it easier to copy the code: if you click on 'select all' it does exactly that: the contents of the code block is selected and you can now copy it by using the usual keyboard shortcuts (or right mouse click + copy).

So you should only enter the lines below this header.

Gr.
Dirk.

Return to “Beginners”