Skip to content

Instantly share code, notes, and snippets.

@snoby
Created June 5, 2017 02:44
Show Gist options
  • Select an option

  • Save snoby/0b9ae331efa72f7cfffb0e15bde19484 to your computer and use it in GitHub Desktop.

Select an option

Save snoby/0b9ae331efa72f7cfffb0e15bde19484 to your computer and use it in GitHub Desktop.
Reminder about apt-mirrors
On Ubuntu amd64 installations, i386 is enabled as an additional architecture by default. apt & co. expect repositories to provide all configured architectures, which causes the error you're seeing.
Since your mirror only has amd64 packages, you should mark it as such:
```
deb [ arch=amd64 ] file:///var/spool/apt-mirror-trusty/mirror/archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment