Wrong architecture for both 32 and 64 bit

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have a strange problem, trying to install software from software center or download and receive the same issue. If I choose 64 bit software, "wrong architecture" if I choose 32 bit software, "wrong architecture".



I ran uname -a and this was the response:




Linux firefly 4.4.114 #62 SMP Wed Apr 4 11:10:34 HKT 2018 aarch64 aarch64 aarch64 GNU/Linux




This is Ubuntu 16.04 on a Libre Computer single board, supposed to be 64 bit system.



Any help or ideas?







share|improve this question






















  • What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
    – N0rbert
    Apr 21 at 18:37











  • I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
    – Doug Brown
    Apr 21 at 19:15










  • I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
    – Doug Brown
    Apr 21 at 19:21














up vote
0
down vote

favorite












I have a strange problem, trying to install software from software center or download and receive the same issue. If I choose 64 bit software, "wrong architecture" if I choose 32 bit software, "wrong architecture".



I ran uname -a and this was the response:




Linux firefly 4.4.114 #62 SMP Wed Apr 4 11:10:34 HKT 2018 aarch64 aarch64 aarch64 GNU/Linux




This is Ubuntu 16.04 on a Libre Computer single board, supposed to be 64 bit system.



Any help or ideas?







share|improve this question






















  • What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
    – N0rbert
    Apr 21 at 18:37











  • I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
    – Doug Brown
    Apr 21 at 19:15










  • I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
    – Doug Brown
    Apr 21 at 19:21












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a strange problem, trying to install software from software center or download and receive the same issue. If I choose 64 bit software, "wrong architecture" if I choose 32 bit software, "wrong architecture".



I ran uname -a and this was the response:




Linux firefly 4.4.114 #62 SMP Wed Apr 4 11:10:34 HKT 2018 aarch64 aarch64 aarch64 GNU/Linux




This is Ubuntu 16.04 on a Libre Computer single board, supposed to be 64 bit system.



Any help or ideas?







share|improve this question














I have a strange problem, trying to install software from software center or download and receive the same issue. If I choose 64 bit software, "wrong architecture" if I choose 32 bit software, "wrong architecture".



I ran uname -a and this was the response:




Linux firefly 4.4.114 #62 SMP Wed Apr 4 11:10:34 HKT 2018 aarch64 aarch64 aarch64 GNU/Linux




This is Ubuntu 16.04 on a Libre Computer single board, supposed to be 64 bit system.



Any help or ideas?









share|improve this question













share|improve this question




share|improve this question








edited Apr 21 at 18:38









N0rbert

15.5k33172




15.5k33172










asked Apr 21 at 18:29









Doug Brown

1




1











  • What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
    – N0rbert
    Apr 21 at 18:37











  • I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
    – Doug Brown
    Apr 21 at 19:15










  • I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
    – Doug Brown
    Apr 21 at 19:21
















  • What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
    – N0rbert
    Apr 21 at 18:37











  • I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
    – Doug Brown
    Apr 21 at 19:15










  • I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
    – Doug Brown
    Apr 21 at 19:21















What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
– N0rbert
Apr 21 at 18:37





What CPU model do you have(lscpu output will be useful)? Is it ARM or x86?
– N0rbert
Apr 21 at 18:37













I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
– Doug Brown
Apr 21 at 19:15




I should've done more research before posting. I discovered it is an ARM system and that is the problem with software connection.
– Doug Brown
Apr 21 at 19:15












I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
– Doug Brown
Apr 21 at 19:21




I guess that leads to a follow on question. What is a good source for software that works on an ARM system?
– Doug Brown
Apr 21 at 19:21










1 Answer
1






active

oldest

votes

















up vote
1
down vote













If Ubuntu was shipped pre-installed on your SBC - it should have correct Ubuntu-repositories.



You should check your software sources (repositories) and ensure that you have only ARM-related lines in /etc/apt/sources.list and files in /etc/apt/sources.list.d/ directory.

Usually the repository URL is http://ports.ubuntu.com/ubuntu-ports .



You can search https://packages.ubuntu.com for arm64 packages.






share|improve this answer






















    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027017%2fwrong-architecture-for-both-32-and-64-bit%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    If Ubuntu was shipped pre-installed on your SBC - it should have correct Ubuntu-repositories.



    You should check your software sources (repositories) and ensure that you have only ARM-related lines in /etc/apt/sources.list and files in /etc/apt/sources.list.d/ directory.

    Usually the repository URL is http://ports.ubuntu.com/ubuntu-ports .



    You can search https://packages.ubuntu.com for arm64 packages.






    share|improve this answer


























      up vote
      1
      down vote













      If Ubuntu was shipped pre-installed on your SBC - it should have correct Ubuntu-repositories.



      You should check your software sources (repositories) and ensure that you have only ARM-related lines in /etc/apt/sources.list and files in /etc/apt/sources.list.d/ directory.

      Usually the repository URL is http://ports.ubuntu.com/ubuntu-ports .



      You can search https://packages.ubuntu.com for arm64 packages.






      share|improve this answer
























        up vote
        1
        down vote










        up vote
        1
        down vote









        If Ubuntu was shipped pre-installed on your SBC - it should have correct Ubuntu-repositories.



        You should check your software sources (repositories) and ensure that you have only ARM-related lines in /etc/apt/sources.list and files in /etc/apt/sources.list.d/ directory.

        Usually the repository URL is http://ports.ubuntu.com/ubuntu-ports .



        You can search https://packages.ubuntu.com for arm64 packages.






        share|improve this answer














        If Ubuntu was shipped pre-installed on your SBC - it should have correct Ubuntu-repositories.



        You should check your software sources (repositories) and ensure that you have only ARM-related lines in /etc/apt/sources.list and files in /etc/apt/sources.list.d/ directory.

        Usually the repository URL is http://ports.ubuntu.com/ubuntu-ports .



        You can search https://packages.ubuntu.com for arm64 packages.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 21 at 19:30

























        answered Apr 21 at 19:22









        N0rbert

        15.5k33172




        15.5k33172



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027017%2fwrong-architecture-for-both-32-and-64-bit%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error