Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What program are you trying to install. Other steps will probably be needed in order to install the program.

  3. #3
    Just 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.

  4. #4
    Linux 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.

    Code:
    cd sgc
    ./sgc.sh
    It will work (provided that you have all the required libs).

  5. #5
    Just Joined!
    Join Date
    May 2008
    Posts
    8
    I've done this - keep getting a bash 'command not found' message.

    Quote Originally Posted by i92guboj View Post

    Code:
    cd sgc
    ./sgc.sh
    ps If someone can provide a link to a how-to on dealing with unpackaged files ... thanks!
    Last edited by anchorman; 05-08-2008 at 05:32 AM. Reason: Afterthought

  6. #6
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  7. #7
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by anchorman View Post
    I've done this - keep getting a bash 'command not found' message.



    ps If someone can provide a link to a how-to on dealing with unpackaged files ... thanks!
    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:

    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
    If it works, ok, if not, there must be an error message, and it shouldn't be a "command not found" one.

  8. #8
    Just 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.

  9. #9
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by anchorman View Post
    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.
    You need to install libzip. Use your distro package manager for that.

  10. #10
    Just Joined!
    Join Date
    May 2008
    Posts
    8
    Quote Originally Posted by i92guboj View Post
    You need to install libzip. Use your distro package manager for that.
    Have installed all Synaptic results for libzip, except that two produce the following:

    Please insert the disk labeled:
    Debian GNU/Linux 4.0 r1 _Etch_ - Official i386 NETINST Binary-1 20070820-20:21
    in drive /cdrom/

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...