UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Im confused~bash repo woes

    Scheduled Pinned Locked Moved Off topic
    10 Posts 4 Posters 1.2k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • developerbaymanD Online
      developerbayman
      last edited by

      So i run this bash script

                     #!/bin/bash
                     
                     # Add arm64 architecture
                     sudo dpkg --add-architecture arm64
                     sudo apt-get update
                     
                     # Add repositories
                     echo "deb [arch=arm64] http://ports.ubuntu.com/ xenial main universe multiverse restricted" | sudo tee -a /etc/apt/sources.list.d/arm64.list
                     echo "deb [arch=arm64] http://ports.ubuntu.com/ xenial-updates main universe multiverse restricted" | sudo tee -a /etc/apt/sources.list.d/arm64.list
                     echo "deb [arch=arm64] http://ports.ubuntu.com/ xenial-security main universe multiverse restricted" | sudo tee -a /etc/apt/sources.list.d/arm64.list
                     
                     # Update packages
                     sudo apt-get update
                     
                     
      

      Everything seems to execute ok

      Then i apt get ....but alot of packages i expect are nowhere to be found. ......now my whole understanding of the world is in doubt

      I fully understand this action is not offically supported
      But i wanna anyway lol

      I arubislanderA 2 Replies Last reply Reply Quote 0
      • I Offline
        ishvalanX @developerbayman
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • developerbaymanD Online
          developerbayman
          last edited by

          Lol I keep running different scripts similar but I'll keep posting to get different feedback if I can ....I like opinions opposing or instructive ....and I do have a habit of wash rinse repeat I know ...its kinda a addiction .....no lie I'm a operating system junkie ......I swap distros more than most people swap socks lol .....

          1 Reply Last reply Reply Quote 0
          • arubislanderA Offline
            arubislander @developerbayman
            last edited by

            @developerbayman Isn't your device arm64 already? It would therefore seem superfluous to add that architecture.

            Also the packages you are missing, are you sure there are arm builds of those? The library of packages built for arm64 is not as extensive as that for amd64.

            πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
            Happily running Ubuntu Touch
            JingPad (24.04-1.x daily)
            OnePlus Nord N10 5G (24.04-2.x daily)
            PinePhone OG (20.04)
            Meizu Pro 5 (16.04 DEV)

            developerbaymanD 1 Reply Last reply Reply Quote 0
            • developerbaymanD Online
              developerbayman @arubislander
              last edited by

              @arubislander yeah adding that arch is redundant but it should still update my repos ....I guess in the end a chroot it prop my easiest path

              arubislanderA 1 Reply Last reply Reply Quote 0
              • arubislanderA Offline
                arubislander @developerbayman
                last edited by

                @developerbayman Instill don't know how you conclude that your repo's have not been updated. Have you confirmed that the packages you are interested are built for arm64?

                πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
                Happily running Ubuntu Touch
                JingPad (24.04-1.x daily)
                OnePlus Nord N10 5G (24.04-2.x daily)
                PinePhone OG (20.04)
                Meizu Pro 5 (16.04 DEV)

                developerbaymanD 1 Reply Last reply Reply Quote 0
                • developerbaymanD Online
                  developerbayman @arubislander
                  last edited by

                  @arubislander yeah for sure I should have access to some packages that are not there like Apache for example

                  KenedaK arubislanderA 2 Replies Last reply Reply Quote 0
                  • KenedaK Online
                    Keneda @developerbayman
                    last edited by Keneda

                    @developerbayman
                    Did you make your system r/w before trying this ?

                    2015-2023 : Meizu MX4 ☠️⚰️✝️
                    2023-2024 : Nexus 5 ☠️⚰️✝️
                    2024-***** : FPOS Fairphone 5
                    πŸ‡²πŸ‡«πŸ‡¬πŸ‡§

                    developerbaymanD 1 Reply Last reply Reply Quote 0
                    • developerbaymanD Online
                      developerbayman @Keneda
                      last edited by

                      @Keneda yes yes I did

                      1 Reply Last reply Reply Quote 0
                      • arubislanderA Offline
                        arubislander @developerbayman
                        last edited by

                        @developerbayman according to this link the package was removed for arm64.

                        πŸ‡¦πŸ‡Ό πŸ‡³πŸ‡± πŸ‡ΊπŸ‡Έ πŸ‡ͺπŸ‡Έ
                        Happily running Ubuntu Touch
                        JingPad (24.04-1.x daily)
                        OnePlus Nord N10 5G (24.04-2.x daily)
                        PinePhone OG (20.04)
                        Meizu Pro 5 (16.04 DEV)

                        1 Reply Last reply Reply Quote 0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better πŸ’—

                        Register Login
                        • First post
                          Last post