Re: Get package from import statement, searching what allready exists
On Sun, Dec 18, 2016 at 12:57:46PM +0100, Ole Streicher wrote:
> Hi all,
>
> I am currently trying to check the dependencies for a rather large
> source package, where I "just" have the source.
>
> The problem is now that I need to find the Debian packages which contain
> the classes which are imported. Since there is no canonical way the
> Debian package is named from the Java classes, I am wondering whether
> there is some source in the net to look up? Or how should one proceed then?
>
> In the moment, I am looking for the packages providing:
>
> * javax.xml
> * org.xml.sax
> * org.w3c.dom,
> * javax.imageio
>
FWIW I tried `aptitude search` with mixed results. I hope it helps.
| $ aptitude search java | grep -i xml | wc
| 86 788 6966
| $ aptitude search javax | grep -i xml | wc
| 0 0 0
| $ aptitude search xml | grep -i java | wc
| 42 359 3402
| $ aptitude search sax | grep -i java
| p docbook-xsl-saxon - Java extensions for use with DocBook XML s
| p docbook-xsl-saxon-gcj - Java extensions for use with DocBook XML s
| p libjs-sax - event-based streaming XML parser - JavaScr
| p libsaxon-java - Saxon XSLT Processor
| p libsaxon-java-doc - Saxon XSLT Processor's documentation and j
| p libsaxon-java-gcj - Saxon XSLT Processor (native code)
| p libsaxonb-java - Saxon-B XSLT Processor
| p libsaxonb-java-doc - Saxon-B XSLT Processor's documentation and
| p libsaxonhe-java - Saxon-HE is the XSLT and XQuery Processor
| $ aptitude search w3c | grep -i java | wc
| 0 0 0
| $ aptitude search java | grep -i imageio | wc
| 0 0 0
| $ aptitude search java | grep -i image
| p libguestfs-java - guest disk image management system - Java
| p libjhlabs-filters-java - Java Image Processing Filters
| p libjlibeps-java - Java library to create EPS images
| p libjmagick6-java - java interface to ImageMagick - java class
| p libjpedal-jbig2-java - library for accession of large images
| p libpixelmed-java - DICOM implementation containing Image View
| p libpixelmed-java-doc - DICOM implementation containing Image View
| p libpixels-java - manipulation and filtering of images in Ja
| p libsunflow-java - rendering system for photo-realistic image
| p libsunflow-java-doc - rendering system for photo-realistic image
| $
I'm not aware of other tooling to search for what allready exists.
Groeten
Geert Stappers
--
Leven en laten leven
Reply to: