Created
June 5, 2017 02:44
-
-
Save snoby/0b9ae331efa72f7cfffb0e15bde19484 to your computer and use it in GitHub Desktop.
Reminder about apt-mirrors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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