volitank / nala

Nala is a front-end for libapt-pkg.
GNU General Public License v3.0
1.33k stars 49 forks source link

Issues running nala after instalation. #39

Open Peterkal2112 opened 3 months ago

Peterkal2112 commented 3 months ago

Hello,

I am running Debian GNU/Linux 11 (bullseye) aarch64 on Raspberry Pi 3 Model B Rev 1.2

I installed nala using volian-scar

I have it installed:

nala --version
0.180.0

but after trying to use it I getting this error:

nala upgrade
usage: nala [-h] [-d] [--version] {init,generate_mocks,wrap_internal_symbols,include_dir,c_sources,cat} ...
nala: error: argument subcommand: invalid choice: 'upgrade' (choose from 'init', 'generate_mocks', 'wrap_internal_symbols', 'include_dir', 'c_sources', 'cat')

Can somebody help me with this to get it work ?

volitank commented 2 months ago

Yes, this one is presumably because you first tried to install nala with pip, which exists and is not the nala package manager.

try pip uninstall nala

By the way there will be some changes to the repositories coming up. Not a big deal and should be mostly automated since you're using the .debs, but wanted you to be aware. I'm going to migrate folks off the scar repository and onto a new one. And of course update the install instructions