ok i jus downloaded a .tar.bz2 file. after extracting it to my desktop i clicked on the executable and said "run in terminal".. and it installed fine and the terminal exited automatically.
after this i have no idea what happened..but i'm able to run the program only when i click on the executable.. it dosen't show up in Applications Menu..
i even tried "whereis program"... but it didnt find anything (or is there no command like that??)
P.S.- i was trying to install songbird.. in case ur wondering.
-
Songbird?
Use the one from getdeb.net -
thanx
but otherwise also.. is there a way for me to install it?? -
Not sure, Im gonna find out eventually lol..
-
1. Download it: http://download.songbirdnest.com/installer/linux/i686/Songbird_0.6_linux-i686.tar.gz
2. Open it with File Roller or whatever archiver you're using.
3. Extract it to, say, /home/your_login/bin/songbird (create this directory if required)
4. Open a terminal, type 'cd /home/your_login/bin/songbird', then type './songbird' to run it.
That's it.
Or, you could create a shortcut for Gnome panel or whatever to avoid running Songbird from a terminal. -
Sounds like Songbird uses Java, if you can just run a precompiled executable when you download the tarball. However, if you download a non-Java program, you want to first doCode:sudo apt-get build-dep [u]program name[/u]
Code:./configure
Code:make
Code:make install
I know your question was already answered, but I'm guessing people trying to install a non-Java tarball are going to find this thread when they search. -
thanx a ton for the help guys... much appreciated..
-
If you need your application you're interested in to be visible in Start menu of KDE or Gnome, you need to install it via distribution natural package system.
Usually it means you need to build .rpm or .deb since these are two most common distribution package systems.
You need to download source code of your program and then build you desired package, which can be then installed via native distro installer (rpm, apt-get or its graphic extentions like yum, synaptic etc etc).
If you dont install it like this you can (like other guys mentioned here) unpack it and then just run the executable file. You can make link to your executable from your Desktop and start menus, you can add link to /usr/local/src (or other searchable PATH) to start it automatically from command line without need to "cd" to the location where you unpacked it.
This has one drawback - system installer is not aware of such installed appz and so that means any possible updates/changes/patches to the app must be done single handedly. This is bearable, on your own desktop, but not in some larger environments...
gl&hf with linux installations -
Yum is a command line tool, helikaon.
-
-
Sure.....
j/k
i need help!!!! (installing .tar.bz2 files)
Discussion in 'Linux Compatibility and Software' started by arjunned, Jun 19, 2008.