Here is a way to launch jad on a whole jar directory structure:
find . -regex [^$]*.class -exec wine /path/to/jad.exe -r -s .java {} ;
Here is a way to launch jad on a whole jar directory structure:
find . -regex [^$]*.class -exec wine /path/to/jad.exe -r -s .java {} ;
To change the autoremove status of a Debian package you may use apt-mark. As it’s currently buggy you may also edit the /var/lib/apt/extended_states file.