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 fetch
errors. 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
Post a Comment