417
edits
(apt is now preferred over apt-get for interactive use) |
(→Debian: Remove specifics pertaining to 2015 'jessie' Debian release) |
||
Line 527: | Line 527: | ||
<li><tt>python3-pil.imagetk</tt>, otherwise you won’t be able to see the aircraft thumbnails;</li> | <li><tt>python3-pil.imagetk</tt>, otherwise you won’t be able to see the aircraft thumbnails;</li> | ||
<li><tt>geographiclib-tools</tt> for the <tt>MagneticField</tt> program, in order to be able to see the magnetic variation at a given airport, magnetic headings, etc.;</li> | <li><tt>geographiclib-tools</tt> for the <tt>MagneticField</tt> program, in order to be able to see the magnetic variation at a given airport, magnetic headings, etc.;</li> | ||
<li><tt>python3-geographiclib</tt> | <li><tt>python3-geographiclib</tt> for better geodetic calculations.</li></ul> | ||
<p>In other words, if you are using Debian ''bookworm'' or later, you can run:</p> | <p>In other words, if you are using Debian ''bookworm'' or later, you can run:</p> | ||
Line 533: | Line 533: | ||
<pre>apt install ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</pre> | <pre>apt install ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</pre> | ||
{{Note|To avoid pulling in the entire FlightGear packages, you could tell <tt>apt</tt> not to install the recommendations in the deb file:<br> | |||
{{Note|To avoid pulling in the entire FlightGear packages, you could tell <tt>apt</tt> to | |||
<code>apt install --no-install-recommends ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</code><br> | <code>apt install --no-install-recommends ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</code><br> | ||
This is useful, if you have FG installed some other way, than by your package manager.}} | This is useful, if you have FG installed some other way, than by your package manager.}} |
edits