• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Tool] kio-apt - Integration in den Konqueror

oc2pus

Ultimate Guru
hier ein nettes Tool um apt in den Konqueror zu integrieren:
http://lpnotfr.free.fr/

Beim kompilieren darauf achten, das die RPM-Option beim ./configure angegeben wird, der default ist nämlich Debian ;)

./configure --prefix=/opt/kde3 --with-rpm

If you're a Debian user, and you don't like much the graphical tools like aptitude or dselect, then it's likely you use apt-cache a lot. And you know how it can be painful to search for a package through many MANY "apt-cache search foo" and "apt-cache show bar" lines

The apt ioslave gives the ability to use apt-cache functionalities, as well as dpkg -S (searches the package containing a file) and dpkg -L (list the files in a package) - and the related functions in rpm - into Konqueror, and provides hypertext which makes browsing all this stuff easier :

* apt:/search?search expression
* apt:/show?package
* apt:/policy?package
* apt:/list?package
* apt:/fsearch?package

All URLs that don't match the above formats, including apt:/, show a page with a HTML query form. The same query form is showed at the bottom of every page generated by the ioslave. It shows also a form for accessing packages.debian.org (if dpkg is used) or rpmfind.net (for apt-rpm users).
 
OP
oc2pus

oc2pus

Ultimate Guru
Für SuSE-9.1 gibt es dieses Tool jetzt auch als RPM ;)

Es ist über die Komponente suser-oc2pus verfügbar.
Das benötigte RPMs heisst: kio-apt

Installation mit apt install kio-apt
 
OP
oc2pus

oc2pus

Ultimate Guru
Für SuSE-9.2 gibt es dieses Tool jetzt auch als RPM ;)

Es ist über die Komponente suser-oc2pus verfügbar.
Das benötigte RPMs heisst: kio-apt

Installation mit apt install kio-apt
 
Oben