LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-11-2006, 03:22 AM   #1
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Rep: Reputation: 15
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?
 
Old 07-11-2006, 03:27 AM   #2
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
And also, I installed Frostwire and when i try to execute the program it doesn't do anything.
 
Old 07-11-2006, 06:08 AM   #3
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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!!
 
Old 07-11-2006, 07:21 AM   #4
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
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
 
Old 07-11-2006, 11:03 AM   #5
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
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.
 
Old 07-11-2006, 11:08 AM   #6
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
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?
 
Old 07-11-2006, 11:26 AM   #7
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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
 
Old 07-11-2006, 11:30 AM   #8
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
yea I did that, what should i do next?
 
Old 07-11-2006, 11:37 AM   #9
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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
 
Old 07-11-2006, 11:42 AM   #10
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
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
 
Old 07-11-2006, 11:49 AM   #11
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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
 
Old 07-11-2006, 11:52 AM   #12
LeythDC5
LQ Newbie
 
Registered: Jul 2006
Posts: 26

Original Poster
Rep: Reputation: 15
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 =(
 
Old 07-11-2006, 11:57 AM   #13
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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.
 
Old 07-11-2006, 01:07 PM   #14
TruANTOlogy
Member
 
Registered: Jan 2005
Location: Baltimore, MD; Planet Earth
Distribution: Ubuntu 6.06
Posts: 41

Rep: Reputation: 15
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!
 
Old 07-11-2006, 04:21 PM   #15
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't open a program (Ubuntu) Graues Etwas Linux - Newbie 4 06-19-2006 02:59 PM
Running Ubuntu on 400Mhz Strigare Ubuntu 6 12-27-2005 07:53 AM
running Ubuntu from a live CD Gatewood Linux - Newbie 2 08-31-2005 05:48 PM
Program for Ubuntu linux4life88 Ubuntu 2 05-20-2005 03:46 PM
Ubuntu is running slow biojayc Ubuntu 4 04-09-2005 07:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration