Skipping aoc file 'main/binary-1386/Packages' doesn't support architecture '1386' Announcing...

Determine whether an integer is a palindrome

Short story about astronauts fertilizing soil with their own bodies

Why are current probes so expensive?

Did any compiler fully use 80-bit floating point?

Marquee sign letters

Why not use the yoke to control yaw, as well as pitch and roll?

Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

Besides transaction validation, are there any other uses of the Script language in Bitcoin

How do Java 8 default methods hеlp with lambdas?

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

Does the Rock Gnome trait Artificer's Lore apply when you aren't proficient in History?

Does the main washing effect of soap come from foam?

Calculation of line of sight system gain

Russian equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?

Random body shuffle every night—can we still function?

Why does BitLocker not use RSA?

Is there a verb for listening stealthily?

Is the time—manner—place ordering of adverbials an oversimplification?

Keep at all times, the minus sign above aligned with minus sign below

Should man-made satellites feature an intelligent inverted "cow catcher"?

Did John Wesley plagiarize Matthew Henry...?

Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?



Skipping aoc file 'main/binary-1386/Packages' doesn't support architecture '1386'



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Not all updates can be installed (missing packages)Can not install updates on ubuntu 12.04 LTS!“Something wicked happened” error in apt-getW:Skipping acquire of configured file 'main/binary-1386/Packages' as repository… doesn't support architecture '1386'Skipping acquire of configured file 'main/binary-i386/Packages' as repository doesn't support architecture 'i386'Getting tons of warnings “skipped acquire” when doing apt updateI have some error and can you help me to repair my systemUbuntu 18.04.1 repositores are not workinghttp://security.debian.org/dists/cosmic/Release 404 Not Found [IP: 151.101.184.204 80]Do i get updates after april 2019? kubuntu 16.04





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















When installing updates, I get this error:



$ sudo apt-get update 
Hit:11 http://ppa.launchpad.net/lutris-team/lutris/ubuntu cosmic InRelease
Hit:13 http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://apt.pop-os.org/proprietary cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
repository 'http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease' doesn't support architecture '1386'


That happens to me errors from repository's of ubuntu, system 76 winehq also for updates.



$ dpkg --print-foreign-architectures
i386
1386


I try to remove 1386 (I must have installed while updating and installing updates for ubuntu, wine or lutris)



$ dpkg --remove-architecture 1386
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied


Does anyone have idea of how to remove or 'instill privileged' for access to read & write to system architecture.










share|improve this question









New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Try sudo dpkg --remove-architecture 1386

    – Emmet
    2 hours ago











  • tried that and have been getting error.

    – TLable
    2 hours ago













  • Please run ls /var/lib/dpkg, paste the result here.

    – Emmet
    2 hours ago













  • $ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

    – TLable
    2 hours ago











  • Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

    – Emmet
    2 hours ago


















2















When installing updates, I get this error:



$ sudo apt-get update 
Hit:11 http://ppa.launchpad.net/lutris-team/lutris/ubuntu cosmic InRelease
Hit:13 http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://apt.pop-os.org/proprietary cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
repository 'http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease' doesn't support architecture '1386'


That happens to me errors from repository's of ubuntu, system 76 winehq also for updates.



$ dpkg --print-foreign-architectures
i386
1386


I try to remove 1386 (I must have installed while updating and installing updates for ubuntu, wine or lutris)



$ dpkg --remove-architecture 1386
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied


Does anyone have idea of how to remove or 'instill privileged' for access to read & write to system architecture.










share|improve this question









New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Try sudo dpkg --remove-architecture 1386

    – Emmet
    2 hours ago











  • tried that and have been getting error.

    – TLable
    2 hours ago













  • Please run ls /var/lib/dpkg, paste the result here.

    – Emmet
    2 hours ago













  • $ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

    – TLable
    2 hours ago











  • Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

    – Emmet
    2 hours ago














2












2








2








When installing updates, I get this error:



$ sudo apt-get update 
Hit:11 http://ppa.launchpad.net/lutris-team/lutris/ubuntu cosmic InRelease
Hit:13 http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://apt.pop-os.org/proprietary cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
repository 'http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease' doesn't support architecture '1386'


That happens to me errors from repository's of ubuntu, system 76 winehq also for updates.



$ dpkg --print-foreign-architectures
i386
1386


I try to remove 1386 (I must have installed while updating and installing updates for ubuntu, wine or lutris)



$ dpkg --remove-architecture 1386
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied


Does anyone have idea of how to remove or 'instill privileged' for access to read & write to system architecture.










share|improve this question









New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












When installing updates, I get this error:



$ sudo apt-get update 
Hit:11 http://ppa.launchpad.net/lutris-team/lutris/ubuntu cosmic InRelease
Hit:13 http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://apt.pop-os.org/proprietary cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'restricted/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'universe/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://us.archive.ubuntu.com/ubuntu cosmic InRelease' doesn't support architecture '1386'
repository 'http://ppa.launchpad.net/system76/pop/ubuntu cosmic InRelease' doesn't support architecture '1386'


That happens to me errors from repository's of ubuntu, system 76 winehq also for updates.



$ dpkg --print-foreign-architectures
i386
1386


I try to remove 1386 (I must have installed while updating and installing updates for ubuntu, wine or lutris)



$ dpkg --remove-architecture 1386
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied


Does anyone have idea of how to remove or 'instill privileged' for access to read & write to system architecture.







updates 32-bit archive architecture






share|improve this question









New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 hours ago







TLable













New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









TLableTLable

112




112




New contributor




TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






TLable is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Try sudo dpkg --remove-architecture 1386

    – Emmet
    2 hours ago











  • tried that and have been getting error.

    – TLable
    2 hours ago













  • Please run ls /var/lib/dpkg, paste the result here.

    – Emmet
    2 hours ago













  • $ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

    – TLable
    2 hours ago











  • Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

    – Emmet
    2 hours ago



















  • Try sudo dpkg --remove-architecture 1386

    – Emmet
    2 hours ago











  • tried that and have been getting error.

    – TLable
    2 hours ago













  • Please run ls /var/lib/dpkg, paste the result here.

    – Emmet
    2 hours ago













  • $ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

    – TLable
    2 hours ago











  • Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

    – Emmet
    2 hours ago

















Try sudo dpkg --remove-architecture 1386

– Emmet
2 hours ago





Try sudo dpkg --remove-architecture 1386

– Emmet
2 hours ago













tried that and have been getting error.

– TLable
2 hours ago







tried that and have been getting error.

– TLable
2 hours ago















Please run ls /var/lib/dpkg, paste the result here.

– Emmet
2 hours ago







Please run ls /var/lib/dpkg, paste the result here.

– Emmet
2 hours ago















$ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

– TLable
2 hours ago





$ ls /var/lib/dpkg alternatives arch arch-new available cmethopt diversions diversions-old info lock lock-frontend parts statoverride statoverride-old status status-old triggers updates

– TLable
2 hours ago













Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

– Emmet
2 hours ago





Could you take a peek on arch-new ? Run cat /var/lib/dpkg/arch-new

– Emmet
2 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






TLable is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1135930%2fskipping-aoc-file-main-binary-1386-packages-doesnt-support-architecture-1386%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








TLable is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















TLable is a new contributor. Be nice, and check out our Code of Conduct.













TLable is a new contributor. Be nice, and check out our Code of Conduct.












TLable is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1135930%2fskipping-aoc-file-main-binary-1386-packages-doesnt-support-architecture-1386%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...