This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
nala [2024/06/05 17:07] team |
nala [2024/06/06 12:39] (current) team [Install Nala On Ufficio Zero Linux OS 10 Plus] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Nala on Ufficio Zero Linux OS releases ===== | + | ===== Nala (for internal development use) ===== |
- | ==== Install Nala On Ufficio Zero Linux OS 10 Plus ==== | + | ==== Install Nala On Ufficio Zero Linux OS 10 Plus & 11 (both 32/64bit arch) ==== |
+ | |||
+ | install python3-pip package first with the following command: | ||
+ | |||
+ | <code>sudo apt install python3-pip</code> | ||
+ | |||
+ | and then the nala package with the following command: | ||
+ | <code>sudo apt install nala</code> | ||
+ | |||
+ | and verify if nala is working correctly with: | ||
+ | <code> sudo nala update</code> | ||
+ | with that command nala must update from all the repository also checking if the repository are up to date. | ||
+ | |||
+ | It is also possible to create a metapackage that first installs python3-pip and then nala. |