| Proxecto: | Trisquel |
| Versión: | 6.0 |
| Componente: | Programs |
| Categoría: | informe de erro |
| Prioridade: | normal |
| Asignado: | Sen asignar |
| Estado: | active |
Hello Everyone,
I've installed Trisquel 6.0 using the NetInstall version in order to have a fully XFCE Desktop running without a lot of the pre-installed Trisquel applications. With this I've noticed a message that keeps appearing in the terminal when I try to install anything - it doesn't stop the installation process. The message is the following :
dpkg: warning: ignoring option --foreign-architecture=@MULTIARCH@: must start with an alphanumeric
How can I solve this ?
Do you use multiarch? Maybe what's in your /etc/dpkg/dpkg.cfg.d/multiarch
I fixed this by doing:
# vim /etc/dpkg/dpkg.cfg.d/multiarch
change @MULTIARCH@ to i386
then
# apt-get update