Morbuzka

Rage-Inducing Forum Troll
I feel stupid for not knowing something simple like this.
I'm just trying to add the i386 architecture with dpkg, but this happens

Code:
(precise)aaron@localhost:~$ sudo dpkg -i -architecture i386
[sudo] password for aaron:
dpkg: error: conflicting actions -r (--remove) and -i (--install)
 
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
 
Options marked [*] produce a lot of output - pipe it through `less' or `more' !
(precise)aaron@localhost:~$

I don't need -r and I'm not sure how it conflicts with install.
 

Morbuzka

Rage-Inducing Forum Troll
Code:
(precise)aaron@localhost:~$ sudo dpkg --add-architecture i386
[sudo] password for aaron:
dpkg: error: unknown option --add-architecture
 
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
 
Options marked [*] produce a lot of output - pipe it through `less' or `more' !
(precise)aaron@localhost:~$
apparently, --add doesn't exist on dpkg
 

Morbuzka

Rage-Inducing Forum Troll
I don't know if you can without upgrading Ubuntu.

Hmm, okay. I'm still searching for different ways. For some reason, I'm stuck on "no module named wx"
That little guy has been pissing me off since day 2. Any ideas on how to fix that?