Fabio wrote: > sapreste dirmi cosa fa esattamente la procedura sotto descritta a > differenza della installazione "brutale" dell'eseguibile ? > > Quali path e quali link simbolici vengono aggiunti ?
>>> apt-get install java-package >>> fakeroot make-jpkg j2re-1_4_2_09-linux-i586.bin >>> dpkg -i sun-j2re1.4_1.4.2+09_i386.deb La procedura non fa altro che creare un pacchetto debian con il nome di sun-j2re1.5. Se vuoi avere informazioni sul pacchetto da shell, puoi utilizzare dpkg (dpkg -L nome-pacchetto per l'elenco dei file, ad esempio). man dpkg-query. Se utilizzi un'interfaccia grafica puoi interrogare il db con tool tipo synaptic o kpackage, oppure aprire il file sun-j2re1.4_1.4.2+09_i386.deb: al suo interno trovi l'elenco dei file installati (data.tar.gz) e lo script di post installazione control.tar.gz -> postinst. -- [EMAIL PROTECTED] Most books now say our sun is a star. But it still knows how to change back into a sun in the daytime. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

