Re: .deb files arch independant?

2004-12-19 Thread Florian Ernst
Hello Eric, hello list!

On Sun, Dec 19, 2004 at 02:24:38PM -0600, Eric Scott wrote:
> [...]  So: Are .deb packages arch independant?  [...]

Some are (like perl scripts or documentation), some are not (like perl
itself or binary programs), so even though deb packages are called
binary packages (in contrast to source packages) some of them can be
used on other archs. Those can be identified via their filename
"..._all.deb", the arch-dependant packages have "..._$arch.deb".

So your CDs will at best be of partial use for your purposes.

Cheers,
Flo


signature.asc
Description: Digital signature


Re: .deb files arch independant?

2004-12-19 Thread William Ballard
On Sun, Dec 19, 2004 at 02:24:38PM -0600, Eric Scott wrote:
> What I want to know is if I can plug in the x86 disks and install 
> software from them, so I don't have to spend all day downloading stuff 
> for the Mac.  So: Are .deb packages arch independant?  I gather so, just 

Um, hell no.  Source packages are; binaries aren't.
But you don't have to download everything.  Just download a netinst cd 
(about 200MB) and install the rest over the net.  Make sure you save the 
debs in /var/cache/apt/archives so you don't have to download them 
again.


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



Re: deb files archive

2003-12-17 Thread Colin Watson
On Wed, Dec 17, 2003 at 10:11:27PM +0100, GCS wrote:
> I have seen an archive, where _all_ the deb files since Woody is stored.
> So it contains broken packages as well, but where can I find this?

  http://snapshot.debian.net/

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: deb files maintenance - Dependency overview

2001-10-25 Thread Rich Rudnick
On Wed, 2001-10-24 at 14:58, [EMAIL PROTECTED] wrote:
> Hello all.
> 
> My debian distribution grew kinda big 1.2G. I know I'm not using a lot of 
> what I have installed. Now, due to a number of interdependecies I would like 
> to look at dependency tree of all deb files and pick out those branches that 
> I don't use and uninstall.
> 
> Any recomendations on what program can help me ?
> 
> I'm looking something similar to package manager from KDE.
> 

I just went through that process.  Aptitude worked well for manually
tracing dependencies; as an example, type '/libqt2' (no quotes), hit
enter (which will find the libqt2 package), then down arrow to 'packages
depending on libqt2', hit enter again, and there's a list of everything
that depends libqt2. Arrow down to a package in that list, hit enter
again, arrow down to 'packages depending..', hit enter, and there's some
indirect dependencies. Took me a long afternoon, but I cleared a lot of
unused/unwanted stuff this way. Also found some other things to install,
so I didn't clear as much space as I'd hoped :)

-- 
first impressions are bunk (unknown)



Re: deb files maintenance - Dependency overview

2001-10-24 Thread Shaul Karl
> Hello all.
> 
> My debian distribution grew kinda big 1.2G. I know I'm not using a lot of 
> what I have installed. Now, due to a number of interdependecies I would like 
> to look at dependency tree of all deb files and pick out those branches that 
> I don't use and uninstall.
> 
> Any recomendations on what program can help me ?
> 
> I'm looking something similar to package manager from KDE.
> 


No what you want but looks to me handy for your case: deborphan

Quoting the man page:

  deborphan  finds  packages that have no packages depending
  on them. The default operation is to  search  only  within
  the  libs  and  oldlibs  sections,  to  hunt  down  unused
  libraries.

  If it is invoked with an optional list of  packages,  only
  the  dependencies  on  those packages will be checked. The
  results are printed to stdout as if the option --show-deps
  had  been given. Searching for specific packages will show
  the package, regardless of its priority. It is possible to
  specify -, to read a list of packages from standard input.

-- 

When responding, please quote the entire message.

Shaul Karl <[EMAIL PROTECTED]>




Re: .deb files for StarOffice

2000-09-28 Thread Michael J Smith
Ahem, no...

Staroffice is revamping, and supposedly the next version will be GPL and
eventually packaged as a .deb, but for now we're left with the
proprietary version.  Don't feel bad, there aren't any .rpm's either.

Andrew D Dixon wrote:
> 
> Hey everyone,
> Does anybody know if there are .deb files for StarOffice?
> 
> Thanks,
> Andy
> 
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
Michael J Smith
Flyfisher, Russian Translator, and Professional Linux-Geek-at-Large
2250 Patterson #25, Eugene, OR 97405, (541)346-7562
Written with *pine* on a *Sun* box via *ssh* session from work.



Re: *.deb files : installation

2000-07-03 Thread Santiago Vila
On Wed, 28 Jun 2000, S. Champ wrote:

> is dselect the only way to install a *.deb file?

No, you can always use dpkg by hand:

dpkg -i whatever.deb



Re: *.deb files : installation

2000-06-29 Thread Colin Watson
[EMAIL PROTECTED] wrote:
>is dselect the only way to install a *.deb file?

dpkg -i

-- 
Colin Watson [EMAIL PROTECTED]



Re: DEB files

1999-12-26 Thread Brian Servis
*- On 26 Dec, Shaul Karl wrote about "Re: DEB files "
>> *- On 26 Dec, Tux wrote about "DEB files"
>> > Hello,
>> > 
>> >   How to create .deb files?
>> 
>> http://www.debian.org/doc/maint-guide/
> 
> 1) Is there a postscript version of this doc somewhere?

Check your local Debian mirror in the doc/package-developer/ directory:

ftp://ftp.debian.org/debian/doc/package-developer/

> 2) On my system, a bug with html2ps does not seems to get
> solved. What are the alternatives?  
> 

Don't know. 

Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: DEB files

1999-12-26 Thread Shaul Karl
> *- On 26 Dec, Tux wrote about "DEB files"
> > Hello,
> > 
> >   How to create .deb files?
> 
> http://www.debian.org/doc/maint-guide/

1) Is there a postscript version of this doc somewhere?
2) On my system, a bug with html2ps does not seems to get
solved. What are the alternatives?  


Re: DEB files

1999-12-26 Thread Dennis Schoen
On Sun, Dec 26, 1999 at 11:54:12AM -0200, Tux wrote:
  ^^^
No Realname ??
> Hello,
> 
>   How to create .deb files?
Read the "Debian Packaging Manual"
>   How to convert .rpm files do .deb files?

apt-get install alien

man alien


Dennis
-- 
"Contrary to popular belief, UNIX is a user-friendly Operating System.
 It's just choosey about who its friends are."


pgph42oRzSyc8.pgp
Description: PGP signature


Re: DEB files

1999-12-26 Thread Brian Servis
*- On 26 Dec, Tux wrote about "DEB files"
> Hello,
> 
>   How to create .deb files?

http://www.debian.org/doc/maint-guide/
http://www.debian.org/doc/packaging-manuals/packaging.html/

>   How to convert .rpm files do .deb files?
> 

Install the alien package and read the man page and then try,

alien 


Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: .DEB files

1996-12-27 Thread joost witteveen
> 
>   I have some .DEB files, but I'm with some problems when I install it. 
> It skip the mailtool.deb and sendmail.deb. How can I install these two files? 

Just type
  dpkg -i mail/mailtools_1.06-3.deb

>(I'm using DSELECT program).
>   Where can I find the MCOPY program?
~$ dpkg -S mcopy
mtools: /usr/man/man1/mcopy.1.gz
[..]
mtools: /usr/bin/mcopy

So, it's in the mtools package.
-- 
joost witteveen
[EMAIL PROTECTED]
  [EMAIL PROTECTED]
--
Use Debian/GNU Linux!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]