LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-12-2006, 01:26 PM   #16
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled

You're looking for an entry called "Terminal" in your menus. Running "sudo gedit /usr/share/stuff" doesn't get Azureus downloaded and installed; it runs a text editor (gedit) and if the file exists, then it will open the file in said text editor. If it doesn't exist, a new file will be created and when you save it, it will be saved as "azureus.desktop" in that directory. That file is used to make a menu entry (I think). sudo is used to give you root privilages. The root account is an administrator account (read a bit here).

The previous line is the one that does the "installing":

sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt.

This extracts the contents of the .tar.bz2 file (it's an archive, kind of like a .zip in Windows) to a directory under /opt.

Edit: in those instructions, wget is used to download the file (run "info wget" in a terminal to find out more about wget). You could of course download the file using your web browser instead and then run the other commands.

HTH.

Last edited by Nylex; 06-12-2006 at 01:46 PM.
 
Old 06-12-2006, 05:39 PM   #17
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
Still Pending...

Quote:
Fracked Up
Okay I did something wrong.
Quote:
The following problems were found on your system:

E: Type 'sudo' is not known on line 34 in source list /etc/apt/sources.list
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
I guess it's not critical, but still need some help gettting rid of this problem. Thanks in advance,

Johnny
 
Old 06-12-2006, 05:45 PM   #18
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
Quote:
The previous line is the one that does the "installing":

sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt.

This extracts the contents of the .tar.bz2 file (it's an archive, kind of like a .zip in Windows) to a directory under /opt
Found the Terminal and ran the command, which resulted in:

Quote:
johnny@nunja-bidness:~$ sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt
tar: Azureus_2.4.0.2_linux.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
I guess this implies I haven't actually (what's the language here) "put it in the Repository" (I know there's a right way to say it...)


I'll try again...
 
Old 06-12-2006, 06:03 PM   #19
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
Two Error messages

From Terminal:

Quote:
E: Type 'sudo' is not known on line 34 in source list /etc/apt/sources.list
E: The list of sources could not be read.
johnny@nunja-bidness:~$
From Synaptic Package Manager:

Quote:
The following problems were found on your system:

E: Type 'sudo' is not known on line 33 in source list /etc/apt/sources.list
E: Unable to lock the list directory
Please help, I think I need to get rid of this problem before I can continue. I've tried every option & button I can think of.
 
Old 06-13-2006, 12:15 AM   #20
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Johnny Faster
Found the Terminal and ran the command, which resulted in:



I guess this implies I haven't actually (what's the language here) "put it in the Repository" (I know there's a right way to say it...)


I'll try again...
Don't know about Synaptic as I don't use Debian, but for this, you did actually download the file, right? Where did you save it to?

Edit: it'd be helpful to those that do know about Synaptic if you post what you're entering to get those "Type 'sudo' is not known" messages.

Last edited by Nylex; 06-13-2006 at 12:16 AM.
 
Old 06-13-2006, 12:56 AM   #21
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
What I type

Quote:
Edit: it'd be helpful to those that do know about Synaptic if you post what you're entering to get those "Type 'sudo' is not known" messages.
I'm not "typing" anything. I'm "reloading" the whatever it is that you reload when you are trying to get what you downloaded to install itself.

Also, what is debian ? I gather synaptic is some kind of language for use in Ubuntu. (What it is I have no idea.)

Some of the commands I see are prefaced with "deb". Are there more than one "languages" available in the Ubuntu terminal interface?

I don't know about "Wine". I tried to download it. I got a warning that it was not "certified" or something like that. That's when the Error messages started.

And I watched Azureus download, so I'm pretty sure I got that. But I can't get it to "reload" either.
 
Old 06-13-2006, 01:12 AM   #22
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Debian is a distribution, on which Ubuntu is based. Again, I don't know about "deb" commands. Synaptic is a graphical front-end to apt-get, the package management system for Debian (and derivatives).

Type "ls" (without quotes) to see what files (and directories) are in the current directory. That will tell you if the file is there or not. If you used wget, it should have saved in the current directory (that's the default IIRC). Perhaps you're not typing the filename exactly as it is? Case sensitivity matters here - "filename" is not the same as "FILENAME" for instance. You can use tab completion to get around this. You type the first few characters of the filename (with the appropriate capitalisation) and then hit the tab key. As long as the filename is unique, the rest will be filled in for you.
 
  


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
How to run Windows apps under Mandrake 9.1 sergeantroach Linux - Software 5 06-12-2006 11:36 AM
How do I run MS Windows apps and games on FC5? greenolive Linux - Software 3 05-21-2006 09:50 AM
LXer: F-35 cockpit display system to run Linux apps? LXer Syndicated Linux News 1 05-20-2006 03:33 PM
How can I run windows apps on Linux? gardz Linux - Newbie 2 02-02-2006 06:05 PM
run windows apps sentme_mail Linux - Newbie 4 09-08-2002 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:34 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