/etc/apt/auth.conf.d/master.conf$ sudo wget http://upd.sim-international.com/sim.sig -O /usr/share/keyrings/sim.sig
/etc/apt/sources.list.d/master.sources with this content:
Types: deb deb-src URIs: http://upd.sim-international.com/master/ Suites: trixie components: main Signed-By: /usr/share/keyrings/sim.sig
/etc/apt/auth.conf.d/master.conf$ wget http://upd.sim-international.com/sim.sig $ sudo mkdir -p /usr/local/share/keyrings/ $ sudo mv sim.sig /usr/local/share/keyrings/
/etc/apt/sources.list.d/master.list with this content:
deb [signed-by=/usr/local/share/keyrings/sim.sig] http://upd.sim-international.com/master bullseye main deb-src [signed-by=/usr/local/share/keyrings/sim.sig] http://upd.sim-international.com/master bullseye main
/etc/apt/auth.conf.d/${user}.confecho "deb http://upd.sim-international.com/${user} buster main" > /etc/apt/sources.list.d/${user}.listecho "deb-src http://upd.sim-international.com/${user} buster main" >> /etc/apt/souces.list.d/${user}.list (if your contract includes source deliveries)wget -O - http://upd.sim-international.com/sim.sig | sudo apt-key add -a320-, b737-, a330-, or sim- prefixes with apt search a320-apt install a320-0.7apt source a320-0.7 (If your contract includes source deliveries or if sources are provided for LGPL compliancy)apt source sim-qt will download the original Qt sources, plus the specific build-flags used by Sim International which disable GPL components. This is made available under the LGPL obligations of the components that are used.