This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vieste [2023/01/08 19:33] team [How to solve problem with our repository] |
vieste [2023/01/08 19:36] (current) team [How to solve problem with our repository] |
||
|---|---|---|---|
| Line 99: | Line 99: | ||
| Here are 3 short alternative procedures to use: | Here are 3 short alternative procedures to use: | ||
| - | Option 1: | + | **Option 1:** |
| download the new package from [[https://uzl-deb.ufficiozero.org/repository/vieste/pool/main/u/ufficiozero-keyring/ufficiozero-keyring_2023.01_amd64.deb]] and then with right mouse click select to open it with Gdebi. | download the new package from [[https://uzl-deb.ufficiozero.org/repository/vieste/pool/main/u/ufficiozero-keyring/ufficiozero-keyring_2023.01_amd64.deb]] and then with right mouse click select to open it with Gdebi. | ||
| Line 110: | Line 110: | ||
| {{ :schermata_a_2023-01-08_18-54-30.png?600 |}} | {{ :schermata_a_2023-01-08_18-54-30.png?600 |}} | ||
| - | Option 2: | + | **Option 2:** |
| Open your terminal and copy and paste this command: | Open your terminal and copy and paste this command: | ||
| Line 117: | Line 117: | ||
| then open the Update Manager and Check for Updates. | then open the Update Manager and Check for Updates. | ||
| - | Option 3: | + | **Option 3:** |
| + | |||
| + | Open your terminal with root privileges with this command: | ||
| + | <code> sudo su </code> | ||
| + | then insert your root password and copy and paste this command: | ||
| + | <code> wget -O - https://uzl-deb.ufficiozero.org/repository/ufficiozero-key.gpg | apt-key add - </code> | ||