Re: Installing via Apt-Get From a CD?

2003-06-14 Thread Christian Schoenebeck
Es geschah am Freitag, 13. Juni 2003 22:49 als Nick Wilson schrieb:
> > Use 'apt-cdrom' to add all your Debian archive CDs you have and need (no
> > matter if official or unofficial) automagically to /etc/apt/sources.list
>
> Okay, done! ;-)
>
> However, I still get 'package ted not found'. How do I work out which
> cdrom it is on?

How about scanning your CDs with

mount /cdrom
find /cdrom -iname "ted*.deb"
umount /cdrom
...

If that doesn't find it, you don't have it! :)

Regards,
Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-14 Thread Nick Hastings
* Nick Wilson <[EMAIL PROTECTED]> [030614 15:10]:
> 
> * and then Christian Schoenebeck declared
> > > just get's 'package not found'.
> > >
> > > Could someone put me on the right track please?
> > 
> > Use 'apt-cdrom' to add all your Debian archive CDs you have and need (no 
> > matter if official or unofficial) automagically to /etc/apt/sources.list
> 
> Okay, done! ;-)
> 
> However, I still get 'package ted not found'.

What command did you enter to get this error message?

Just to clarify, I believe you need to run:

"apt-cdrom add"

Then I think it will prompt you to put in any Debian cd's that you have.

Next, assuming both ted and ted-common are on your cd(s), you can
install it with

"apt-get install ted"

> How do I work out which cdrom it is on?

Hmm not sure.

Anyway let us know _exactly_ what happens when you run the commands
above.

Nick.


-- 
Debian testing/unstable
Linux twofish 2.4.20-looxt93c8 #1 Thu May 22 10:43:41 JST 2003


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Nick Wilson

* and then Todd Troxell declared
> Apt only knows about packages sourced in /etc/apt/sources.list.  You can
> install the package manually with dpkg -i filename, or add the appropriate 
> cd source line to /etc/apt/sources.list.  See sources.list(5) for the syntax.

Okay, I'm up to speed on the apt-cd thing and am getting 'ted needs
ted-common' when I do $> dkpg ted-common-blah.deb ted-blah.deb

Will try with -i, thanks!


-- 
Nick WIlson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Nick Wilson

* and then Christian Schoenebeck declared
> > just get's 'package not found'.
> >
> > Could someone put me on the right track please?
> 
> Use 'apt-cdrom' to add all your Debian archive CDs you have and need (no 
> matter if official or unofficial) automagically to /etc/apt/sources.list

Okay, done! ;-)

However, I still get 'package ted not found'. How do I work out which
cdrom it is on?

Thanks guys...

-- 
Nick WIlson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Christian Schoenebeck
Es geschah am Freitag, 13. Juni 2003 21:49 als Nick Wilson schrieb:
> I'm trying to install Ted (a rich text editor) from the CD. I cannot
> find how to do this?
>
> Typing
>
> $> apt-get install ted
>
> just get's 'package not found'.
>
> Could someone put me on the right track please?

Use 'apt-cdrom' to add all your Debian archive CDs you have and need (no 
matter if official or unofficial) automagically to /etc/apt/sources.list

Regards,
Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Todd Troxell
Hi Nick,

Apt only knows about packages sourced in /etc/apt/sources.list.  You can
install the package manually with dpkg -i filename, or add the appropriate 
cd source line to /etc/apt/sources.list.  See sources.list(5) for the syntax.

Cheers,
-Todd

On Fri, Jun 13, 2003 at 09:49:38PM +0200, Nick Wilson wrote:
> Hi all, 
> 
> Okay, so I read the help file, really!
> 
> I'm trying to install Ted (a rich text editor) from the CD. I cannot
> find how to do this?
> 
> Typing 
> 
> $> apt-get install ted
> 
> just get's 'package not found'.
> 
> Could someone put me on the right track please?
> 
> Many thanks..
> 
> -- 
> Nick WIlson

-- 
[   Todd J. Troxell ,''`.
  PSU Student, Debian GNU/Linux Developer, 100% Geek   : :' :
  31B8 BF83 4898 E26D 1935  4C5D E2ED E843 7147 3F66   `. `' 
  http://www.rapidpacket.com:81  || http://www.debian.org`- ] 
  * Join the EFF & secure your digital freedoms today! http://eff.org *


pgp0.pgp
Description: PGP signature


Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Massimiliano Ferrero
Nick Wilson wrote:
Hi all, 

Okay, so I read the help file, really!

I'm trying to install Ted (a rich text editor) from the CD. I cannot
find how to do this?
Typing 

$> apt-get install ted

just get's 'package not found'.

Could someone put me on the right track please?

Many thanks..

Have you run apt-setup telling it to scan your CDs?
If yes, which CDs?
Maybe ted package is not on the CDs you have put in /etc/apt/sources.list
You can try mounting the cd and then searching for the package file

Massimiliano

--

Massimiliano Ferrero
Midhgard s.r.l.
C/so Re Umberto 23
10128 - Torino
tel. +39-0112301400 - fax +39-0112301422
e-mail: [EMAIL PROTECTED]
sito web: http://www.midhgard.it
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing via Apt-Get From a CD?

2003-06-13 Thread Alexander Schmehl
* Nick Wilson <[EMAIL PROTECTED]> [030613 21:49]:

> I'm trying to install Ted (a rich text editor) from the CD. I cannot
> find how to do this?
  ^^^
Debian 3.0r1 (aka Woody) comes with 7 CDs.

> Typing 
> $> apt-get install ted
> just get's 'package not found'.
And ted seems to be not on the CD you have.


Sincerely
  Alexander


pgp0.pgp
Description: PGP signature


Installing via Apt-Get From a CD?

2003-06-13 Thread Nick Wilson
Hi all, 

Okay, so I read the help file, really!

I'm trying to install Ted (a rich text editor) from the CD. I cannot
find how to do this?

Typing 

$> apt-get install ted

just get's 'package not found'.

Could someone put me on the right track please?

Many thanks..

-- 
Nick WIlson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]