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 583 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 Offline
        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 Offline
            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
              Google Pixel 3a (20.04 DEV)
              JingPad (24.04 preview)
              Meizu Pro 5 (16.04 DEV)

              developerbaymanD 1 Reply Last reply Reply Quote 0
              • developerbaymanD Offline
                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
                  Google Pixel 3a (20.04 DEV)
                  JingPad (24.04 preview)
                  Meizu Pro 5 (16.04 DEV)

                  developerbaymanD 1 Reply Last reply Reply Quote 0
                  • developerbaymanD Offline
                    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 Offline
                      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 waiting UT for freedom πŸ˜‰
                      πŸ‡²πŸ‡«πŸ‡¬πŸ‡§

                      developerbaymanD 1 Reply Last reply Reply Quote 0
                      • developerbaymanD Offline
                        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
                          Google Pixel 3a (20.04 DEV)
                          JingPad (24.04 preview)
                          Meizu Pro 5 (16.04 DEV)

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post