Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
doc:install_debian [28/04/2016 04:19] – scorpio810 | doc:install_debian [20/06/2025 16:04] (Version actuelle) – [Debian Stable] scorpio810 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Installation de QElectroTech on Debian ====== | ||
+ | {{: | ||
+ | |||
+ | |||
+ | ===== Installing version 0.100 under development | ||
+ | |||
+ | :!: Note: Most of the operations presented below must be carried out in a terminal. | ||
+ | |||
+ | ==== Apt repository key ==== | ||
+ | |||
+ | download key-file: | ||
+ | < | ||
+ | su - | ||
+ | cd / | ||
+ | wget -q https:// | ||
+ | |||
+ | and save (as root) to / | ||
+ | |||
+ | |||
+ | |||
+ | ==== Step 2: Add the repository to your sources.list ==== | ||
+ | |||
+ | ==== Debian Stable | ||
+ | adjust sources-list entry for QElectroTech | ||
+ | file needs the ending " | ||
+ | |||
+ | < | ||
+ | |||
+ | content of / | ||
+ | |||
+ | < | ||
+ | # draw electric diagrams with QElectroTech | ||
+ | # | ||
+ | Types: | ||
+ | URIs: | ||
+ | Suites: | ||
+ | Components: main | ||
+ | Enabled: | ||
+ | Signed-By: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Debian Sid ==== | ||
+ | adjust sources-list entry for QElectroTech | ||
+ | file needs the ending " | ||
+ | |||
+ | / | ||
+ | |||
+ | content of / | ||
+ | |||
+ | |||
+ | < | ||
+ | # draw electric diagrams with QElectroTech | ||
+ | # | ||
+ | Types: | ||
+ | URIs: | ||
+ | Suites: | ||
+ | Components: main | ||
+ | Enabled: | ||
+ | Signed-By: | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | You should then update your cache: < | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Step 3: Debian pinning ==== | ||
+ | |||
+ | |||
+ | < | ||
+ | [04:18:09] laurent@debian: | ||
+ | qelectrotech: | ||
+ | Installé : | ||
+ | Candidat : 0.100.0.r8447-1 | ||
+ | Table de version : | ||
+ | | ||
+ | 500 http:// | ||
+ | 500 http:// | ||
+ | *** 0.100.0.r8447-1 1001 | ||
+ | 500 https:// | ||
+ | 100 / | ||
+ | |||
+ | | ||
+ | </ | ||
+ | |||
+ | The following entry assigns high priority to all versions of the QElectroTech package whose version number begins with 0.100.: | ||
+ | |||
+ | < | ||
+ | laurent@debian: | ||
+ | Package: qelectrotech* | ||
+ | Pin: version 0.100.* | ||
+ | Pin-Priority: | ||
+ | |||
+ | </ | ||
+ | As root | ||
+ | < | ||
+ | # echo -e ' | ||
+ | </ | ||
+ | With sudo | ||
+ | < | ||
+ | echo -e ' | ||
+ | </ | ||
+ | |||
+ | ==== Step 4 : installation ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | That's it, QElectroTech should now be installed. You can launch it using the " | ||
+ | Provided your desktop environment complies with FreeDesktop.org standards, \\ | ||
+ | QET should also appear in its menus, and .qet and .elmt files should open by default in QElectroTech. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === Key is stored in legacy trusted.gpg keyring (/ | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | sudo apt-key export 1D4FB6C1 | sudo gpg --dearmour -o / | ||
+ | echo "deb [signed-by=/ | ||
+ | </ | ||
+ | Now remove in / | ||
+ | < | ||
+ | |||
+ | And old key: | ||
+ | < | ||
+ | |||
+ | === NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm === | ||
+ | === NO_PUBKEY B8D8B0B00ADD2851 === | ||
+ | |||
+ | see : |