Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Is Cloudron not installing for anyone?

Is Cloudron not installing for anyone?

Scheduled Pinned Locked Moved Solved Support
installationubuntu
12 Posts 6 Posters 2.1k Views 6 Watching
  • 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.
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #3

    check other repos, sometimes the sync process of one fails and has missing data until the next sync.

    Conscious tech

    LonkleL 1 Reply Last reply
    0
    • LonkleL Lonkle

      http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-center/

      Those packages don't exist...what? This can't be just me then.

      rmdesR Offline
      rmdesR Offline
      rmdes
      wrote on last edited by
      #4

      @lonk might sound stupid but can you ping any internet address from where you are ?
      it feels like your box does not have internet access ?

      if it's not that changing source repo will definitely fix this

      LonkleL 1 Reply Last reply
      0
      • robiR robi

        check other repos, sometimes the sync process of one fails and has missing data until the next sync.

        LonkleL Offline
        LonkleL Offline
        Lonkle
        wrote on last edited by Lonkle
        #5

        @robi said in Is Cloudron not installing for anyone?:

        check other repos, sometimes the sync process of one fails and has missing data until the next sync.

        Well, I'd have to modify the Cloudron install script. This is running on a freshly installed Ubuntu 18.04 VPS: ./cloudron-setup - but that means I just have to wait for them to re-sync in order to install unless I wanna modify the cloudron-setup script.

        1 Reply Last reply
        0
        • rmdesR rmdes

          @lonk might sound stupid but can you ping any internet address from where you are ?
          it feels like your box does not have internet access ?

          if it's not that changing source repo will definitely fix this

          LonkleL Offline
          LonkleL Offline
          Lonkle
          wrote on last edited by Lonkle
          #6

          @rmdes said in Is Cloudron not installing for anyone?:

          @lonk might sound stupid but can you ping any internet address from where you are ?
          it feels like your box does not have internet access ?

          if it's not that changing source repo will definitely fix this

          Yup, it has full internet access (it's a VPS), and I downloaded Cloudron's setup script from it directly, but it rightfully can't find those packages. I'm not well versed in Ubuntu, but doesn't ./cloudron-setup decide the repo?

          girishG 1 Reply Last reply
          0
          • LonkleL Lonkle

            @rmdes said in Is Cloudron not installing for anyone?:

            @lonk might sound stupid but can you ping any internet address from where you are ?
            it feels like your box does not have internet access ?

            if it's not that changing source repo will definitely fix this

            Yup, it has full internet access (it's a VPS), and I downloaded Cloudron's setup script from it directly, but it rightfully can't find those packages. I'm not well versed in Ubuntu, but doesn't ./cloudron-setup decide the repo?

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #7

            @lonk You can just try sudo apt update. Does that work?

            LonkleL 1 Reply Last reply
            0
            • girishG girish

              @lonk You can just try sudo apt update. Does that work?

              LonkleL Offline
              LonkleL Offline
              Lonkle
              wrote on last edited by Lonkle
              #8

              @girish said in Is Cloudron not installing for anyone?:

              @lonk You can just try sudo apt update. Does that work?

              Close, just needed to add a -get to that,apt-get update fixed everything. I've just never had to do that before. But now I'll know what to do for next time! ☺️

              Thanks for the help everyone!

              nebulonN robiR 2 Replies Last reply
              2
              • LonkleL Lonkle

                @girish said in Is Cloudron not installing for anyone?:

                @lonk You can just try sudo apt update. Does that work?

                Close, just needed to add a -get to that,apt-get update fixed everything. I've just never had to do that before. But now I'll know what to do for next time! ☺️

                Thanks for the help everyone!

                nebulonN Away
                nebulonN Away
                nebulon
                Staff
                wrote on last edited by
                #9

                @lonk on which VPS provider did this happen?

                1 Reply Last reply
                0
                • LonkleL Lonkle

                  @girish said in Is Cloudron not installing for anyone?:

                  @lonk You can just try sudo apt update. Does that work?

                  Close, just needed to add a -get to that,apt-get update fixed everything. I've just never had to do that before. But now I'll know what to do for next time! ☺️

                  Thanks for the help everyone!

                  robiR Offline
                  robiR Offline
                  robi
                  wrote on last edited by
                  #10

                  @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                  Conscious tech

                  mehdiM 1 Reply Last reply
                  0
                  • robiR robi

                    @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                    mehdiM Offline
                    mehdiM Offline
                    mehdi
                    App Dev
                    wrote on last edited by
                    #11

                    @robi said in Is Cloudron not installing for anyone?:

                    @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                    apt-get has not been deprecated. It's still the recommended way for everything that needs scripting / automation.

                    And personally, on a RaspberryOS install, it often happens to me that apt messes up the repo updates somehow, and apt-get just breezes through, no problem. I have no idea why 🤷

                    robiR 1 Reply Last reply
                    1
                    • mehdiM mehdi

                      @robi said in Is Cloudron not installing for anyone?:

                      @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                      apt-get has not been deprecated. It's still the recommended way for everything that needs scripting / automation.

                      And personally, on a RaspberryOS install, it often happens to me that apt messes up the repo updates somehow, and apt-get just breezes through, no problem. I have no idea why 🤷

                      robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by
                      #12

                      @mehdi you're right, my poor choice of words..

                      apt is a binary that can call libapt-pkg libraries and provides a subset of interactive options and commands for apt-get/cache by default.

                      apt-get is not limited to those options.

                      Conscious tech

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search