Jörg-Volker Peetz wrote:
> songbird wrote on 07/19/2014 16:23:
>> Jörg-Volker Peetz wrote:
>
>>> Why not copy all files back and order something like "apt-get autoclean" to
>>> get
>>> rid of the older packages?
>>
>> it's
Curt wrote:
>Chris Bannister wrote:
>>
>> Are you aware of snapshot.debian.org? Save yourself time and anxiety. :)
yes aware. no anxiety.
> I believe he wants to keep things local due to a slow and/or problematic
> internet connection.
right.
songbird
--
To UNSUBSCRIBE, email to d
On 2014-07-20, Chris Bannister wrote:
>
> Are you aware of snapshot.debian.org? Save yourself time and anxiety. :)
>
I believe he wants to keep things local due to a slow and/or problematic
internet connection.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject o
On Sat, Jul 19, 2014 at 10:23:15AM -0400, songbird wrote:
> >songbird wrote:
>
> >> the other night i accidentally deleted the debs i
> >> normally keep in the /var/cache/apt/archives directory
> >> and while i do keep a backup of them in another
> >>
songbird wrote on 07/19/2014 16:23:
> Jörg-Volker Peetz wrote:
>> Why not copy all files back and order something like "apt-get autoclean" to
>> get
>> rid of the older packages?
>
> it's a rather huge archive (i think about 18000
> debs), but ye
Andrei POPESCU wrote:
>songbird wrote:
>> Andrei POPESCU wrote:
>> >songbird wrote:
>> >> the other night i accidentally deleted the debs i
>> >> normally keep in the /var/cache/apt/archives directory
>> >=3D2E..=3D20
>> >> so here
Jörg-Volker Peetz wrote:
>songbird wrote:
>> the other night i accidentally deleted the debs i
>> normally keep in the /var/cache/apt/archives directory
>> and while i do keep a backup of them in another
>> directory it is along with all the previous versions
>>
songbird wrote on 07/18/2014 06:02:
> the other night i accidentally deleted the debs i
> normally keep in the /var/cache/apt/archives directory
> and while i do keep a backup of them in another
> directory it is along with all the previous versions
> too, so it isn't as
On Vi, 18 iul 14, 10:49:13, songbird wrote:
> Andrei POPESCU wrote:
> >songbird wrote:
> >> the other night i accidentally deleted the debs i
> >> normally keep in the /var/cache/apt/archives directory
> >=2E..=20
> >> so here is round 1 of the script
Andrei POPESCU wrote:
>songbird wrote:
>> the other night i accidentally deleted the debs i
>> normally keep in the /var/cache/apt/archives directory
>=2E..=20
>> so here is round 1 of the script (which gets 90% of
>> the packages back for me from my backup a
On Vi, 18 iul 14, 00:02:43, songbird wrote:
> the other night i accidentally deleted the debs i
> normally keep in the /var/cache/apt/archives directory
...
> so here is round 1 of the script (which gets 90% of
> the packages back for me from my backup archive at
> /myarchiv
songbird wrote:
...
and the next version, which gets me down
to 61 missing files.
it is getting late so i'll have to take
another look at this again later...
=
#!/bin/sh
#
#
debarch="/archives/debian/jessie"
dest="/var/cache/apt/archives"
pkglist=`dpkg -l | egrep '^ii ' | cut --de
songbird wrote:
ok, figured the four that are missing and generating
null file names are local or obsolete packages that i
have installed... that i can work around.
new version of script (with some simple changes to
make things go faster and to make it more flexible
for other uses):
=
#
the other night i accidentally deleted the debs i
normally keep in the /var/cache/apt/archives directory
and while i do keep a backup of them in another
directory it is along with all the previous versions
too, so it isn't as easy as just copying them.
instead i have to figure out whi
On Tue, Jul 08, 2014 at 04:15:48AM -0400, Brian Sammon wrote:
> dpkg-buildpackage definitely doesn't have (at least, I don't see it in the
> manpage) anything as simple and straightforward as sbuild's "--binNMU"
> option. But I'd be interested in hearing recipes for doing this with
> dpkg-buildpac
On Mon, 07 Jul 2014 21:08:32 +0200
Sven Joachim wrote:
> On 2014-07-07 20:51 +0200, Brian Sammon wrote:
>
> > So I would have to install/learn "sbuild".
>
> If you just want to rebuild packages locally, this is not really
> necessary.
Are you saying there's another way to do what I want to do?
On Mon, 7 Jul 2014 20:39:06 +0100
Jonathan Dowland wrote:
> On Mon, Jul 07, 2014 at 02:51:40PM -0400, Brian Sammon wrote:
> > So I would have to install/learn "sbuild".
>
> sbuild can be used to do it, but you don't need sbuild. I think
> dpkg-buildpackage would be sufficient,
dpkg-buildpackag
On Mon, Jul 07, 2014 at 02:51:40PM -0400, Brian Sammon wrote:
> So I would have to install/learn "sbuild".
sbuild can be used to do it, but you don't need sbuild. I think
dpkg-buildpackage would be sufficient, but you'd ideally do it in a chroot of
some sort, which sbuild manages. Another tool to
On 2014-07-07 20:51 +0200, Brian Sammon wrote:
> On Mon, 7 Jul 2014 15:55:22 +0100
> Jonathan Dowland wrote:
>
>> Packages in the archive with a "+bN" version suffix, such as "+b1", have be
>> 'binNMUd': essentially rebuilt without any source changes because the
>> environment has changed (such a
On Mon, 7 Jul 2014 15:55:22 +0100
Jonathan Dowland wrote:
> Packages in the archive with a "+bN" version suffix, such as "+b1", have be
> 'binNMUd': essentially rebuilt without any source changes because the
> environment has changed (such as a version bump of a library dependency).
Ah! Thank y
Packages in the archive with a "+bN" version suffix, such as "+b1", have been
'binNMUd': essentially rebuilt without any source changes because the
environment has changed (such as a version bump of a library dependency).
In your case it would be worthwhile documenting the fact your package differ
Hi
On Mon, Jul 07, 2014 at 01:37:17AM -0400, Brian Sammon wrote:
> I want to re-build a package for personal use, and have a special version
> number for my custom build.
>
> Since I'm not planning on customizing the source or the debian control files,
> I think the ideal choice is to build a b
; on the end.
An example of this sort of thing is the current wheezy package of
"libcrypt-blowfish-perl"
(https://packages.debian.org/wheezy/libcrypt-blowfish-perl)
As near as I can tell, the 2.12-1+b2 .debs of this package was created after
the 2.12-1 .debs, but from the same source
kages.
>> In that case, why lintian overrides are shipped in (binary) debs?
Because lintian checks the binary debs for errors/warnings.
> Please file a bug against the package concerned.
Erm no, shipping lintian overrides is not a bug per se.
Cheers,
Sven
--
To UNSU
On Sun, Dec 23, 2012 at 02:09:24PM +0200, Regid Ichira wrote:
> Isn't lintian meant to be used at build time? Isn't it a sort of
> post build depends?
> In that case, why lintian overrides are shipped in (binary) debs?
Please file a bug against the package concerned.
Isn't lintian meant to be used at build time? Isn't it a sort of
post build depends?
In that case, why lintian overrides are shipped in (binary) debs?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
On Sun, Jun 12, 2011 at 01:27:49PM -0700, Robert Holtzman wrote:
> On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote:
> > On 12/06/11 06:22, Robert Holtzman wrote:
> > > How can I install multiple debs residing in a directory on my hard
> > > drive
On Mon, Jun 13, 2011 at 01:06:06PM +1000, Scott Ferguson wrote:
.snip
> >
> http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html
> man dpkg
> dpkg --help
>
> Easy to miss given that much of the introductory documentation focuses
> on high-level package management tool
On 13/06/11 06:27, Robert Holtzman wrote:
> On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote:
>> On 12/06/11 06:22, Robert Holtzman wrote:
>>> How can I install multiple debs residing in a directory on my hard drive?
>>> Unless I missed it, running a s
On Sun, Jun 12, 2011 at 10:24:37PM +0100, Brian wrote:
> On Sun 12 Jun 2011 at 13:27:49 -0700, Robert Holtzman wrote:
>
> > That did the trick. Thanks. BTW, where in the docs does it mention this
> > situation and point to dpkg? I would love to know where I missed it.
>
> Debian Reference. Sectio
On Sun 12 Jun 2011 at 13:27:49 -0700, Robert Holtzman wrote:
> That did the trick. Thanks. BTW, where in the docs does it mention this
> situation and point to dpkg? I would love to know where I missed it.
Debian Reference. Section 2.4.1.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.d
On 06/12/2011 04:27 PM, Robert Holtzman wrote:
On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote:
On 12/06/11 06:22, Robert Holtzman wrote:
How can I install multiple debs residing in a directory on my hard drive?
Unless I missed it, running a search, the Debian Reference manual
On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote:
> On 12/06/11 06:22, Robert Holtzman wrote:
> > How can I install multiple debs residing in a directory on my hard drive?
> > Unless I missed it, running a search, the Debian Reference manual and the
> > Ma
On Sat, 11 Jun 2011 13:22:50 -0700
Robert Holtzman wrote:
> How can I install multiple debs residing in a directory on my hard drive?
> Unless I missed it, running a search, the Debian Reference manual and the
> Maintainers Guide shows nothing applicable. Any pointers appreciated.
On Sat, 11 Jun 2011 13:22:50 -0700
Robert Holtzman wrote:
Hello Robert,
> How can I install multiple debs residing in a directory on my hard
> drive?
http://www.debian.org/doc/manuals/repository-howto/repository-howto will
show you how.
--
Regards _
/ ) "The
On 12/06/11 06:22, Robert Holtzman wrote:
> How can I install multiple debs residing in a directory on my hard drive?
> Unless I missed it, running a search, the Debian Reference manual and the
> Maintainers Guide shows nothing applicable. Any pointers appreciated.
>
# dpkg
How can I install multiple debs residing in a directory on my hard drive?
Unless I missed it, running a search, the Debian Reference manual and the
Maintainers Guide shows nothing applicable. Any pointers appreciated.
--
Bob Holtzman
If you think you're getting free lunch,
check the pri
debian/control of the nut source package has about 7 binary debs,
say A ... G.
They are built using cdbs. What should I put in debian/rules in order to
have it build only A and B? I have tried with DH_OPTIONS and
DH_LISTPACKAGES. It didn't work. I always end up with all the 7 binary
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 13/04/11 11:30, Regid Ichira wrote:
> In the last 2 weeks, or so, I am not able to read the changelogs of debs
> online. An example from today:
>
> Not Found
> The requested URL
> /changelogs/pool/main/f/fakeroot
In the last 2 weeks, or so, I am not able to read the changelogs of debs
online. An example from today:
Not Found
The requested URL
/changelogs/pool/main/f/fakeroot/fakeroot_1.15.1-1/changelog
was not found on this server.
Apache
On Thursday 13 May 2010 13:07:34 Mihamina Rakotomandimby wrote:
> > Wolodja Wentland :
> >> What is the optoin to pass to apt-get in order to make it just fetch
> >> the .debs without installing them?
> >
> >It has already been pointed out that -d/--download-o
On Thursday 13 May 2010 12:07:34 Mihamina Rakotomandimby wrote:
> > Wolodja Wentland :
> >> What is the optoin to pass to apt-get in order to make it just fetch
> >> the .debs without installing them?
> >
> >It has already been pointed out that -d/--download-o
Op 13-05-10 19:07, Mihamina Rakotomandimby schreef:
>> Wolodja Wentland :
>>> What is the optoin to pass to apt-get in order to make it just fetch
>>> the .debs without installing them?
>> It has already been pointed out that -d/--download-only is the correct
>>
> Wolodja Wentland :
>> What is the optoin to pass to apt-get in order to make it just fetch
>> the .debs without installing them?
>It has already been pointed out that -d/--download-only is the correct
>option to pass to apt-get in order to keep apt-get from installing
>r
On Thu, May 13, 2010 at 11:10 +0300, Mihamina Rakotomandimby wrote:
> What is the optoin to pass to apt-get in order to make it just fetch
> the .debs without installing them?
It has already been pointed out that -d/--download-only is the correct
option to pass to apt-get in order to keep a
On Thu, May 13, 2010 at 4:10 AM, Mihamina Rakotomandimby
wrote:
>
> What is the optoin to pass to apt-get in order to make it just fetch
> the .debs without installing them?
"--download-only"
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subj
On Thu, 13 May 2010 11:10:14 +0300, Mihamina Rakotomandimby wrote:
> Manao ahoana, Hello, Bonjour,
おはよう ございます! :-)
> What is the optoin to pass to apt-get in order to make it just fetch the
> .debs without installing them?
"man apt-get" says:
***
-d, --download-only
Dow
Manao ahoana, Hello, Bonjour,
What is the optoin to pass to apt-get in order to make it just fetch
the .debs without installing them?
Misaotra, Thanks, Merci.
--
Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche & Developpe
On Thursday 23 July 2009 15:06:24 I Rattan wrote:
> Where can I find older .deb files for openoffice? I
> would like to install 2.4 or so (current installed
> version 3.1.1 has problems with display of .php
> files).
Which version of Debian are you using? Lenny has OOo 2.4.1.
Lisi
--
To UNSUB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I Rattan wrote:
>
> Where can I find older .deb files for openoffice? I
> would like to install 2.4 or so (current installed
> version 3.1.1 has problems with display of .php
> files).
What happens, if you just rename .php to .txt? Does this work wit
On Thu, Jul 23, 2009 at 10:06:24AM -0400, I Rattan wrote:
>
> Where can I find older .deb files for openoffice? I
> would like to install 2.4 or so (current installed
> version 3.1.1 has problems with display of .php
> files).
Maybe http://snapshot.debian.net would help.
HTH.
Kumar
--
To UNSU
Where can I find older .deb files for openoffice? I
would like to install 2.4 or so (current installed
version 3.1.1 has problems with display of .php
files).
-ishwar
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@
o solve is e.g., Dreamhost, where there are 1000
> debs installed, but root is not willing to install packages just for one
> user's request. So perhaps there could be a way for the user to "install
> the debs himself, on his own account", just like he can already "compil
Wouldn't it be neat if users without root privileges could just
install packages anyway on their account.
Maybe they could make an entire file tree, (including
/home/nurdsome/home/nurdsome/ ?).
The problem I'm trying to solve is e.g., Dreamhost, where there are 1000
debs installed, b
On Wed, Aug 13, 2008 at 09:08:07AM +0200, Aniruddha wrote:
> On Tue, 2008-08-12 at 20:44 -0300, martin f krafft wrote:
> > also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]:
> > > If I understand your correctly I can install deb from any 3rd party
> > > provider without fear of b0
On Wed, Aug 13, 2008 at 09:12:01AM +0200, Aniruddha wrote:
> On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote:
> > martin f krafft wrote:
> > If these examples didn't make sense to someone, don't install third party
> > packages from untrusted sources, no matter how much checking you do..
> >
>
On Wed, 2008-08-13 at 09:08 +0200, Aniruddha wrote:
> Thanks, I'm beginning to understand now. To make it more concrete I've
> written down what I think is the correct procedure to check deb files:
>
> 1) Run 'dpkg-deb -e *.deb' and read postinst, postrm, preinst, prerm to
> check if it contains t
ed, unpack the image to get back to a clean test environment.
> That is the only practical way to test the stability of debs in the manner
> you're looking for because it is no longer you trying to theorize what might
> happen. It is now you directly observing what does happen. A
On Wed, 2008-08-13 at 23:50 +0900, Osamu Aoki wrote:
> PS: Please remember that installing package created by someone is giving
> packager a full root authority of your machine.
>
>
Thanks for the tips and for helping me to remind the dangers ^^ .
--
Regards,
Aniruddha
--
To UNSUBSCRIB
nd. The true answer was given 2
days ago and still applies now.
If you don't trust the source of the deb, don't install it. Period.
There are many methods of checking what debs might do but many of them really
are you checking source. However instead of source of the program it
On Wed, Aug 13, 2008 at 09:12:01AM +0200, Aniruddha wrote:
> On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote:
> > martin f krafft wrote:
> > If these examples didn't make sense to someone, don't install third party
> > packages from untrusted sources, no matter how much checking you do..
> >
>
On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote:
> martin f krafft wrote:
> If these examples didn't make sense to someone, don't install third party
> packages from untrusted sources, no matter how much checking you do..
>
I'm not worried about purposeful malicious intent (otherwise I would
ju
On Tue, 2008-08-12 at 20:44 -0300, martin f krafft wrote:
> also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]:
> > If I understand your correctly I can install deb from any 3rd party
> > provider without fear of b0rking my system. If this is true I don't
> > understand why you wa
martin f krafft wrote:
> If you install a third party deb, you should inspect its contents
> exactly to make sure it doesn't touch files in /etc. Also check the
> hooks. If there are no problems, then it's probably safe.
Did you know that dpkg will not install /var/lib/dpkg/info/* if it's in
the p
On 08/12/2008 03:42 PM, Aniruddha wrote:
On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote:
If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try to
break any
file owned by existing packages.
That sounds good, but what about a deb created by checkinstall?
Acc
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]:
> If I understand your correctly I can install deb from any 3rd party provider
> without fear of b0rking my system. If this is true I don't understand why you
> warn
> against checkinstall.
checkinstall is used to create deb fi
On Tue, 2008-08-12 at 20:05 -0300, martin f krafft wrote:
> also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1958 -0300]:
> > I don't know how the debs are packaged, for all I know they can
> > wreck my system. Or are are there safety features in place that
> &
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1958 -0300]:
> I don't know how the debs are packaged, for all I know they can
> wreck my system. Or are are there safety features in place that
> prevents that from happening?
dpkg will prevent them from overwriting fil
> > packages it creates can only install files, and checkinstall
> > > does not care where it installs them. You can overwrite files
> > > in home directories with checkinstall, among other things.
> >
> > I wonder what you recommend as the best way to install 3r
s not care where it installs them. You can overwrite files
> > in home directories with checkinstall, among other things.
>
> I wonder what you recommend as the best way to install 3rd party
> debs (such as cedega, nero, barry)? What is a safe way to install
> them without risk o
th checkinstall, among other things.
I wonder what you recommend as the best way to install 3rd party debs
(such as cedega, nero, barry)? What is a safe way to install them
without risk of b0rking my system) ?
If it was up to me I'd install them as a local user in my home folder
just as I do
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1742 -0300]:
> On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote:
> > If 3rd party deb doesn't contain 'Replaces' field, dpkg will
> > refuse any try to break any file owned by existing packages.
>
> That sounds good, but what about
Aniruddha wrote:
> On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote:
>> If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try
>> to break any
>> file owned by existing packages.
>>
>
> That sounds good, but what about a deb created by checkinstall?
> According to
On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote:
> If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try
> to break any
> file owned by existing packages.
>
That sounds good, but what about a deb created by checkinstall?
According to Martin Krafft this can stil
Aniruddha wrote:
> On Tue, 2008-08-12 at 14:41 -0400, Hubert Chathi wrote:
>>> No, they can't. Not without your expressed consent...
>> [...]
>>
>> They can't, if they just use the normal Debian archive contents.
>> However, packages can do all sorts of things via installation scripts.
>>
>> T
On Tue, 2008-08-12 at 14:41 -0400, Hubert Chathi wrote:
> > No, they can't. Not without your expressed consent...
> [...]
>
> They can't, if they just use the normal Debian archive contents.
> However, packages can do all sorts of things via installation scripts.
>
> Then again, the package
On Tue, 12 Aug 2008 12:52:07 -0400, "Steve C. Lamb" <[EMAIL PROTECTED]> said:
> On Tue, Aug 12, 2008 at 06:46:51PM +0200, Aniruddha wrote:
>> They can overwrite existing (core) system files and possibly cause
>> other harm.
> No, they can't. Not without your expressed consent...
[...]
They
be completely replaced, and the deinstallation of the package
> re-
> moves the file, breaking the system in half.
Therefor I can imagine that debs not created by Debian devs can contain
possible disastrous changes.
--
Regards,
Aniruddha
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, Aug 12, 2008 at 06:46:51PM +0200, Aniruddha wrote:
> They can overwrite existing (core) system files and possibly cause other
> harm.
No, they can't. Not without your expressed consent...
[EMAIL PROTECTED]:~} dpkg --force-help
dpkg forcing options - control behaviour when problems fo
There are several 3rd party debs (nero, cedega, barry) I want to
install. However from a security pov it doesn't seem wise to just
blindly install a deb. They can overwrite existing (core) system files
and possibly cause other harm. So here are some solutions I've come up
with.
1
Sven
Many thanks -- the link fully answers my question
Cheers
Jim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On 2008-07-29 11:57 +0200, [EMAIL PROTECTED] wrote:
> On my debian/testing machine I have a 3rd party package
> gerris-snapshot (the debian gerris package is very old).
> And ...
>
> > apt-cache show libgsl0-dev
>
> Package: libgsl0-dev
> :
> Version: 1.11-2
> :
> Depends: libgsl0ldbl
Hi all
On my debian/testing machine I have a 3rd party package
gerris-snapshot (the debian gerris package is very old).
And ...
> apt-cache show libgsl0-dev
Package: libgsl0-dev
:
Version: 1.11-2
:
Depends: libgsl0ldbl (= 1.11-2)
> apt-cache show libgsl0ldbl
Version: 1.11-2
R
Thank you for the answers.
I want to use something like strings from binutils packages, something like
strings binary_file | grep gcc
, but seem that these strings are removed from binaries.
Best regards
Georgi
Kamaraju S Kusumanchi wrote:
> Georgi Naplatanov wrote:
>
>> Hello, list.
>>
>> Is
Georgi Naplatanov wrote:
> Hello, list.
>
> Is there a way/program to guess gcc version used for compilation of some
> debian package ?
>
I am not aware of any such program. But if all you wanted to know is the gcc
version used, then you can take a look at the build logs provided at
http://b
Hello, list.
Is there a way/program to guess gcc version used for compilation of some
debian package ?
Best regards
Georgi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Rage Callao wrote:
> How do I download the .debs of packages already installed in my system
> without having to reinstall them first via apt?
>
> The command I'm using right now is:
>
> apt-get --yes --reinstall install `cat package_list.txt`
>
> where package_
Rage Callao wrote:
Hi,
How do I download the .debs of packages already installed in my system
without having to reinstall them first via apt?
The command I'm using right now is:
apt-get --yes --reinstall install `cat package_list.txt`
where package_list.txt contains the package name
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/30/07 01:12, Rage Callao wrote:
> Hi,
>
> How do I download the .debs of packages already installed in my system
> without having to reinstall them first via apt?
>
> The command I'm using right now is:
>
> apt-
Hi,
How do I download the .debs of packages already installed in my system
without having to reinstall them first via apt?
The command I'm using right now is:
apt-get --yes --reinstall install `cat package_list.txt`
where package_list.txt contains the package names per line.
TIA
--
Marty wrote:
> For years I have used rsync to maintain my debian archive mirror. Lately a
> number of unstable .debs, always the latest versions, seem to be missing
> from
> from debian/pool/main on ftp.debian.org, in spite of their md5sums
> appearing in the list at debian/ind
For years I have used rsync to maintain my debian archive mirror. Lately a
number of unstable .debs, always the latest versions, seem to be missing from
from debian/pool/main on ftp.debian.org, in spite of their md5sums appearing in
the list at debian/indices/md5sums.gz. An example is
First off, please don't cross-post.
An amd64 host can be used to build i386 packages with ease (using
e.g. schroot), whereas amd64 packages cannot easily be built on an
i386 host. Thus, I suggest an amd64 machine with an i386 chroot.
--
Please do not send copies of list mail to me; I read the li
On February 11, 2007 09:09:13 pm Bruno Buys wrote:
> I'm looking for checkinstall (was using it under sarge) at etch for
> amd64, but it seems to be absent. Which program can I use to build debs
>
> >from compiled programs?
According to apt-cache it is only in unstable here
I'm looking for checkinstall (was using it under sarge) at etch for
amd64, but it seems to be absent. Which program can I use to build debs
from compiled programs?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Ron Johnson wrote:
> Anyone know where I can get them from?
snapshot.debian.net
--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--
To UNSUBSCRIBE, email to [EMAIL PROT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Anyone know where I can get them from?
(FF2 has too many quirks, and I've reverted.)
- --
Ron Johnson, Jr.
Jefferson LA USA
Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to bl
Winston Smith wrote:
> In other words, is the check done after the download, before the
> installation, or both?
apt does check the validity of cached debs before installing them. If a
deb is corrupt it will remove it from the cache and re-download it
before installing. I don't know
On Sat, Dec 02, 2006 at 05:05:30PM -0500, Winston Smith wrote:
> Does apt-get check the integrity of cached debs before installing them?
> For example, if I did
>
> apt-get --download-only install
>
> which downloads the package to the file
>
> /var/cache/apt/archiv
Winston Smith wrote:
> Is there an easy way to check the integrity of cached debs and remove
> corrupt ones? Also, is there an easy way to check the integrity of the
> unchanging parts of installed packages?
Jhair Tocancipa Triana wrote:
> You can install debsums for that,
>
&g
1 - 100 of 861 matches
Mail list logo