Advertisement
Wrigs

Nala APT frontend

Jul 23rd, 2022
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. GitLab:
  2. https://gitlab.com/volian/nala/-/releases
  3.  
  4. Installation commands:
  5. echo "deb [arch=amd64,arm64,armhf] http://deb.volian.org/volian/ scar main" | sudo tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list
  6. wget -qO - https://deb.volian.org/volian/scar.key | sudo tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null
  7. sudo apt update
  8.  
  9. Install Nala in Ubuntu 22.04 / Debian Sid and newer using command:
  10. sudo apt install nala
  11.  
  12. For Debian 11 stable, Ubuntu 21.04 and older versions, you need to install the nala-legacy package:
  13. sudo apt install nala-legacy
  14.  
  15. ===================================================================================================
  16.  
  17. Options:
  18. --version Show program's version number and exit.
  19. --license Reads the GPLv3 which Nala is licensed under.
  20. --install-completion Install completion for the current shell.
  21. --show-completion Show completion for the current shell, to copy it or
  22. customize the installation.
  23. -h, --help Show this message and exit.
  24.  
  25. Commands:
  26. autopurge Autopurge packages that are no longer needed.
  27. autoremove Autoremove packages that are no longer needed.
  28. clean Clear out the local archive of downloaded package files.
  29. fetch Fetch fast mirrors to speed up downloads.
  30. history Show transaction history.
  31. install Install packages.
  32. list List packages based on package names.
  33. purge Purge packages.
  34. remove Remove packages.
  35. search Search package names and descriptions.
  36. show Show package details.
  37. update Update package list.
  38. upgrade Update package list and upgrade the system.
  39.  
  40. ===================================================================================================
  41.  
  42. Useful websites:
  43. https://linuxiac.com/nala-apt-command-frontend/
  44. https://trendoceans.com/nala-package-manager/
  45. https://ostechnix.com/nala-commandline-frontend-for-apt/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement