Jump to content

Office Suits


Raptor

Recommended Posts

Alright ive heard of staroffice and openoffice for office suites! i have alot of files from microsoft word and excel and stuff like that...will those files work with either of those or is there a different program that i need....also for linux things what the equvialent to a .zip or .rar in linux? and .exe for windows whats the equivalent for that in linux*yes im a noob at linux oh well* and for music ive read xmms is popular any suggestions on that?*this is for gentoo

Edited by Raptor

Share this post


Link to post
Share on other sites

Openoffice rocks...it can read and write MS office files just fine. Not only can it read MS office files, it can create them as well, which rocks.

 

The linux "form" of a zip file is a tar file, and it will usually come in the form: Filename.tar.bz2 or something along those lines. To extract them, open up the terminal and type "tar [location directory] [target directory]." So if you have a file called file.tar.bz2 in your root, and you want to extract it to your /usr directory, you would type "tar /file.tar.bz2 /usr." That should be right...somebody correct me if I'm wrong. :unsure:

 

BTW, if you're a linux noob, how did you get gentoo running? You should probably run Mandrake or Fedora first (I prefer mandrake) if you really are that unfamiliar with linux.

Share this post


Link to post
Share on other sites

Eva_Unit_0 to answer your question i did concider mandrake *like in another post i posted about witch linux* but one of my friends is helping me do this* on phone lol* but he said if i wanted to learn linux inside and out and really get to know the commands to start with gentoo* what he did* and i just did stage 3 :/ *its on virtual pc right now* i just did emerge sync and waiting for that to update! im using the guide on gentoo's site but thanks for all the replys i was reading in another forum that xmms was buggy that true? and so basicaly openoffice is the best...so ill use that unless you say i should use something else!

Share this post


Link to post
Share on other sites

Staroffice I've never used, but heard it's good.

 

KOffice is great for people who use KDE. It can read/write MS word docs as well, just fine.

 

OpenOffice is my prefered, and I have no issues with it whatsoever on either of the two machines.

 

Some uncompression methods:

unzip [file]

unrar x [file]

tar -jxvf [file] (Uncompresses .tar.bz2)

tar -zxvf [file] (Uncompresses .tar.gz, .tgz)

tar -xvf [file] (Uncompresses .tar)

bunzip2 [file] (Uncompesses .bz2 files)

gunzip [file] (Uncompesses .gz files)

 

.exe Files, I don't know if this was answered or not, but they are just executable files in linux. They are either compiled executables, or script executables. Most executables just have no file type :)

 

Media Recommendations:

Music: XMMS

Video: mplayer

Edited by Zarkhalar

Share this post


Link to post
Share on other sites

Heh, openoffice is NOTHING compared to Gentoo in terms of compile times. :blink: Gentoo really does fly on an A64 though...it's insane how fast 64-bit gentoo compiled on my box.

Really? How long does Gentoo take to compile? Are we talking just base system here? :blink:

 

OpenOffice compile actually failed but I didn't bother to check why. Oh well..

 

 

Oh aaaaaand... you can try and execute anything with the executable bit set :)

 

(mrboo|laptop)/home/mrboo$ chmod 755 desktop.jpg
(mrboo|laptop)/home/mrboo$ ./desktop.jpg
zsh: exec format error: ./desktop.jpg
(mrboo|laptop)/home/mrboo$

 

wow-ee huh?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...