Groups | Search | Server Info | Login | Register


Groups > linux.debian.user.german > #76099

Re: Synaptic ohne Schnellsuche

From Manfred Schmitt <expires-260630@slashproc.org>
Newsgroups linux.debian.user.german
Subject Re: Synaptic ohne Schnellsuche
Date 2026-04-08 00:50 +0200
Message-ID <MHnp7-dsyZ-3@gated-at.bofh.it> (permalink)
References <MHjbP-dpIh-5@gated-at.bofh.it> <MHkAV-dqGU-11@gated-at.bofh.it> <MHlnj-dre9-7@gated-at.bofh.it> <MHlwZ-drhN-1@gated-at.bofh.it>
Organization None

Show all headers | View raw


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

Back to linux.debian.user.german | Previous | NextPrevious in thread | Find similar


Thread

Synaptic ohne Schnellsuche Frank Mainz <frank@cybermainzel.de> - 2026-04-07 20:20 +0200
  Re: Synaptic ohne Schnellsuche Marc Haber <mh+debian-user-german@zugschlus.de> - 2026-04-07 21:50 +0200
    Re: Synaptic ohne Schnellsuche Frank Mainz <frank@cybermainzel.de> - 2026-04-07 22:40 +0200
      Re: Synaptic ohne Schnellsuche Marc Haber <mh+debian-user-german@zugschlus.de> - 2026-04-07 22:50 +0200
        Re: Synaptic ohne Schnellsuche Manfred Schmitt <expires-260630@slashproc.org> - 2026-04-08 00:50 +0200

csiph-web