LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   please help (https://www.linuxquestions.org/questions/linux-newbie-8/please-help-4175476234/)

Jerri1942 09-06-2013 06:58 PM

please help
 
I have bodhi/linux program on my pc . I had Internet scrabble club installed on my computer and all of a sudden it stopped working . I tried to reinstall it , but now I can't open it .. How do I unzip a file
Jerri

yancek 09-06-2013 07:18 PM

Bodhi Linux is actually an operating system and not a program.
Is the link below what you are referring to "internet scrabble clue"?

http://www.isc.ro/

Were you running it on Bodhi Linux and it stopped functioning? More details on what happened. The link indicates that if you have a previous version you need to uninstall it before trying to install again.

jdkaye 09-07-2013 01:49 AM

Quote:

Originally Posted by Jerri1942 (Post 5023348)
How do I unzip a file
Jerri

Assuming you're talking about a tarball (a file ending in tar.gz) then open a terminal and use this command:
Code:

tar zxvf <name of file>.tar.gz
If it's a bz2 file then type
Code:

tar jxvf <name of file>.bz2
Oh, and in the future please use a more descriptive title than "please, help"
jdk


All times are GMT -5. The time now is 12:06 AM.