Re: Synaptic ohne Schnellsuche

Manfred Schmitt <[email protected]> Wed, 8 Apr 2026 00:16:33 +0200
Newsgroups gmane.linux.debian.user.german
Organization None
Message-ID <[email protected]>
Marc Haber schrieb:

> On Tue, Apr 07, 2026 at 10:36:45PM +0200, Frank Mainz wrote:
> >Jeder hat halt seine Favoriten.
> 
> Dann hoffe ich dass Dir jemand anders helfen kann.
> 
Ich nutze auch kein synaptic aber wenn apt-xapian-index tatsächlich
das einzigste ist was fehlt damit dort die Suche funktioniert (und
in Suggests steht es ja drin):
Das lässt sich problemlos backporten.

Schnell und unsauber:

sudo apt-get install dpkg-dev fakeroot
mkdir apt-xapian-index
cd apt-xapian-index
wget https://deb.debian.org/debian/pool/main/a/apt-xapian-index/apt-xapian-index_0.59.dsc
wget https://deb.debian.org/debian/pool/main/a/apt-xapian-index/apt-xapian-index_0.59.tar.xz
dpkg-source -x apt-xapian-index_0.59.dsc
cd apt-xapian-index-0.59/
dpkg-checkbuilddeps
# eventuell fehlendes installieren
dpkg-buildpackage -rfakeroot -us -uc
sudo apt-get install ../apt-xapian-index_0.59_all.deb

In trixie ist es wohl nur nicht drin weil es zu einem unpassendem 
Zeitpunkt kurz mal aus Debian rausflog weil der maintainer (?)
meinte das es obsolet ist ;)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100760
https://tracker.debian.org/news/1676059/accepted-apt-xapian-index-057-source-all-into-unstable/

Tschau,
Manfred