Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-11-2006, 03:22 AM
|
#1
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Rep:
|
Running a program in Ubuntu
I'm fairly new to linux altogether. i downloaded amule, i ran the .deb file it says it installed but how do i run it now?
|
|
|
07-11-2006, 03:27 AM
|
#2
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
And also, I installed Frostwire and when i try to execute the program it doesn't do anything.
|
|
|
07-11-2006, 06:08 AM
|
#3
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
I believe if you open up the run dialog (Press ALT+F2) and type in "amule" or "frostwire" they will run. If you tell the run dialog to run something and you don't see any output, try it again using the checkbox "Run in Terminal" enabled.
If you would like some help creating a launcher for either program, tell us so, and we'll be glad to hook you up!
PS, welcome to the real computing world!!
|
|
|
07-11-2006, 07:21 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
There is a problem with the frostwire run script. You have to edit the file runfrost.sh and convert the line delimiters to CL. To locate the file runfrosh.sh do
Code:
dpkg -L frostwire|grep rost.sh
|
|
|
07-11-2006, 11:03 AM
|
#5
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
nothing worked, i tried to run in alt-f2 with run in terminal checked. It didn't work and I couldn't figure out what to do after typing in that code mrcheeks
Last edited by LeythDC5; 07-11-2006 at 11:05 AM.
|
|
|
07-11-2006, 11:08 AM
|
#6
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
I don't know if these programs are installaed correctly or not. All I did was double click the .deb files and it did its thing and I assume that installed the programs right?
|
|
|
07-11-2006, 11:26 AM
|
#7
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
Quote:
Originally Posted by LeythDC5
I don't know if these programs are installaed correctly or not. All I did was double click the .deb files and it did its thing and I assume that installed the programs right?
|
I am to assume that when you double clicked on the .deb file, it opened the debi installer and you then clicked "Install Package" and then it told you that it was installed?
just gotta be sure is all
|
|
|
07-11-2006, 11:30 AM
|
#8
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
yea I did that, what should i do next?
|
|
|
07-11-2006, 11:37 AM
|
#9
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
as for amule, providing gDebi told you that it was installed correctly, just drop to a term and type amule...that should work.
As for Frostwire, do me a favor...drop to a term and type "frostwire" (without the quotes) and post what you get
|
|
|
07-11-2006, 11:42 AM
|
#10
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
Starting FrostWire...
Java exec found in PATH. Verifying...
OOPS, you don't seem to have a valid JRE. FrostWire works best with Sun JRE available at http://www.java.com
OOPS, unable to locate java exec in /usr/lib/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
ls: /usr/java/j*: No such file or directory
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
ls: /opt/j*: No such file or directory
OOPS, unable to locate java exec in /opt/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
That's what it says for frost wire
amule: error while loading shared libraries: libwx_gtk2u_adv-2.6.so.0: cannot open shared object file: No such file or directory
thats what it said for amule
|
|
|
07-11-2006, 11:49 AM
|
#11
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
as for amule, try doing the following command in term: "sudo apt-get install libwxgtk2.4-1" (w/o quotes) if it tells you its already installed, i dunno...
As for frostwire, you have to do a few Java-related things first:
"sudo apt-get install sun-java5-jre sun-java5-plugin" (w/o quotes)
[When asked, agree with DLJ license terms]
Then, "sudo update-alternatives --config java"
[Choose option 3 (that should be /usr/lib/jvm/java-1.5.0-sun/jre/java)]
Then run "frostwire" again
|
|
|
07-11-2006, 11:52 AM
|
#12
|
LQ Newbie
Registered: Jul 2006
Posts: 26
Original Poster
Rep:
|
leythdc5@leythdc5-laptop:~$ sudo apt-get install libwxgtk2.4-1
Password:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libwxgtk2.4-1
leythdc5@leythdc5-laptop:~$ sudo apt-get install sun-java5-jre sun-java5-plugin
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package sun-java5-jre
leythdc5@leythdc5-laptop:~$
thats my terminal =(
|
|
|
07-11-2006, 11:57 AM
|
#13
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
mmkay. fun stuff!
what version of Ubuntu are you running?
--EDIT--
PS, if you want, you can IM me.
Last edited by TruANTOlogy; 07-11-2006 at 12:01 PM.
|
|
|
07-11-2006, 01:07 PM
|
#14
|
Member
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41
Rep:
|
well, hopefully its Dapper (6.06 LTS)
if that's the case, question...do you have any customized repositories? do you know what that is? if your answer is "No" to both, do the following:
Code:
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list.original
sudo gedit /etc/apt/sources.list
Then highlight EVERYTHING (CTRL+A) and delete it, and replace it with the following
Code:
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.
deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera and more to come.)
deb http://archive.canonical.com/ubuntu dapper-commercial main
then do the previous steps (libwxgtk, etc)
Hope that helps!
|
|
|
07-11-2006, 04:21 PM
|
#15
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
When you wish to install an application the first place to look is Applications-> Add/Remove. amule is there and would have been installed correctly for Ubuntu with an icon in the Applications menu. Frostfire isn't there so the next place to look in System-> Administration-> Synaptic Package Manager. deb files will install correctly but they may be missing full integration with the Ubuntu environment. You may not find everything you want in the sources I recommended but what you find there will have been setup for Ubuntu.
Last edited by fragos; 07-11-2006 at 08:47 PM.
|
|
|
All times are GMT -5. The time now is 05:17 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|