I recently removed the etch version of amanda and installed a
newer one because of a blocksize problem which was resolved there.
I didn't purge though, which means that I have this now:
dom0:~# aptitude search ~c
c** amanda-client
c** amanda-common
c** amanda-server
*
Is there a way to remove these entries from the apt database
without actually purging the packages, which would probably remove the newer version
including its configuration?
I cannot put the packages on hold since they are not
installed and I sometimes like to use aptitude purge ~c after uninstalling a
lot of packages...
*
Thanks, Tammo
*
08-20-2008, 03:27 PM
Daniel Burrows
aptitude purge
On Tue, Aug 19, 2008 at 11:33:19PM +0200, Tammo Schuelke <tas@redlink.de> was heard to say:
> Is there a way to remove these entries from the apt database without actually purging the packages, which would probably remove the newer version including its configuration?
No.
Daniel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
08-20-2008, 03:53 PM
Shachar Or
aptitude purge
On Wednesday 20 August 2008 00:33, Tammo Schuelke wrote:
> Hi,
>
> Â*
>
> I recently removed the etch version of amanda and installed a newer one
> because of a blocksize problem which was resolved there.
In Debian you'd want to use the package manager for installation and not make
installs outside of it, like using 'make install'.
Perhaps you can make a simple backport of amanda yourself and install it.
Perhaps you can ask for a backports-users list.
>
> I didn't purge though, which means that I have this now:
>
>
>
> dom0:~# aptitude search ~c
>
> cÂ*Â* amanda-client
>
> cÂ*Â* amanda-common
>
> cÂ*Â* amanda-server
>
> Â*
>
> Is there a way to remove these entries from the apt database without
> actually purging the packages, which would probably remove the newer
> version including its configuration?
>
> I cannot put the packages on hold since they are not installed and I
> sometimes like to use aptitude purge ~c after uninstalling a lot of
> packages...
>
> Â*
>
> Thanks, Tammo
>
> Â*
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
08-20-2008, 04:04 PM
Tammo Schuelke
aptitude purge
I usually do so (or create debian packages myself), but since they already provide amd64 Debian etch packages I just installed them with dpkg,
e.g. http://www.zmanda.com/downloads/community/Amanda/2.6.0p1/Debian-Etch/amanda-backup-client_2.6.0p1-1_amd64.deb
Unfortunately, the package has a different name:
dom0:~# aptitude search amanda
i amanda-backup-server - Amanda Network Backup and Archiving software
c amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client)
c amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs)
c amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
I guess I'll have to go clean this up by hand then.
> In Debian you'd want to use the package manager for installation and not make
> installs outside of it, like using 'make install'.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
08-23-2008, 08:44 AM
Chris Bannister
aptitude purge
On Tue, Aug 19, 2008 at 11:33:19PM +0200, Tammo Schuelke wrote:
Please don't send HTML email to the list.
>
> Hi,
>
> I recently removed the etch version of amanda and installed a newer one because
> of a blocksize problem which was resolved there.
How did you install the "newer one"?
> I didn't purge though, which means that I have this now:
>
> dom0:~# aptitude search ~c
> c amanda-client
> c amanda-common
> c amanda-server
>
> Is there a way to remove these entries from the apt database without actually
> purging the packages, which would probably remove the newer version including
> its configuration?
> I cannot put the packages on hold since they are not installed and I sometimes
What is the ouput of:
apt-cache policy amanda-{client,server,common}
--
Chris.
======
I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other
possible gods, you will understand why I dismiss yours.
-- Sir Stephen Henry Roberts
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
08-25-2008, 06:02 AM
freeman
aptitude purge
On Tue, Aug 19, 2008 at 11:33:19PM +0200, Tammo Schuelke wrote:
>
> I didn't purge though, which means that I have this now:
>
> dom0:~# aptitude search ~c
>
> c amanda-client
>
> c amanda-common
>
> c amanda-server
>
>
>
> Is there a way to remove these entries from the apt database without
> actually purging the packages, which would probably remove the newer
> version including its configuration?
>
> I cannot put the packages on hold since they are not installed and I
> sometimes like to use aptitude purge ~c after uninstalling a lot of
> packages...
I handle this with an on-board repository.
This gives me the ability to do everything with aptitude, change versions or
automatically update to outside repositories when something becomes
available.
I just drop the deb into my repository. When necessary, I make debs from
tar-balls with checkinstall, which I borrowed from lenny without conflicts on
etch.
I edit Packages to remove problems in package listings. eg., checkinstall
could not get depends info from clamav tar-ball. This crashed aptitude. So I
deleted the empty "Depends:" line from the clamav entry in Packages.
Neither aptitude nor clamav crash now.
Here is zipindex.sh, which I run to get the actual gzipped repository
index, Packages.gz, form Packages: