Results 1 to 10 of 12
Newbie 101 here -
I've downloaded a tbz file. I double-click on it and Archive Manager appears. Do I extract this in a specific directory, or is it OK to ...
- 05-06-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 8
tbz file - questions
Newbie 101 here -
I've downloaded a tbz file. I double-click on it and Archive Manager appears. Do I extract this in a specific directory, or is it OK to do so when it's in the Desktop? When I extract this file, is this all I need to do to get the programme working?
Thanks
- 05-06-2008 #2
What program are you trying to install. Other steps will probably be needed in order to install the program.
- 05-06-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 8
Have downloaded from Index of /beta
This is a listening comprehension program (for Mandarin learners).
I have downloaded the linux distribution. I'm using the latest Debian i386 OS.
- 05-06-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
I downloaded one of the files:
http://www.speakgoodchinese.org/beta...-04-26.tar.bz2
I uncompressed it, and it seems to be just a precompiled program, so, you just need to use cd and then launch the program.
It will work (provided that you have all the required libs).Code:cd sgc ./sgc.sh
- 05-08-2008 #5Just Joined!
- Join Date
- May 2008
- Posts
- 8
- 05-08-2008 #6
Can you show us a list of the files in that directory?
Code:cd sgc ls -l
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 05-08-2008 #7Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
I can't stand clicky interfaces, so I'd do this: open a terminal (konsole, xterm, gnome-terminal or whatever), and then enter this commands:
If it works, ok, if not, there must be an error message, and it shouldn't be a "command not found" one.Code:cd ~ wget http://www.speakgoodchinese.org/beta/sgc-linux-bin-2008-04-26.tar.bz2 tar -xjf sgc-linux-bin-2008-04-26.tar.bz2 cd sgc ./sgc.sh
- 05-08-2008 #8Just Joined!
- Join Date
- May 2008
- Posts
- 8
Got this far
./sgc: error while loading shared libraries: libzip.so.1: cannot open shared object file: No such file or directory
have googled libzip.so.1 and only found stuff to do with RPM.
- 05-08-2008 #9Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
- 05-08-2008 #10Just Joined!
- Join Date
- May 2008
- Posts
- 8


Reply With Quote
