linux - apt-get update error due to armhf -


while installing cuda on ubuntu, ran following command in terminal:

sudo sh -c 'echo "foreign-architecture armhf" >> /etc/dpkg/dpkg.cfg.d/multiarch'

the command failed , when sudo apt-get update, gives me whole bunch of failed fetcherrors. cuda installation however, succeeded. how can revert back, don't errors when update?

you need delete entry "foreign-architecture armhf" "/etc/dpkg/dpkg.cfg.d/multiarch" file.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -