Cant seem to install cloudron on Ubuntu 20.04
Unsolved
Support
-
I did try to look this up and found a few options but non of them worked for me. Here is one of them
https://forum.cloudron.io/topic/2281/cloudron-install-failed
What is going on is whenever I run the last command ./cloudron-setup I would get an error. At this point I have no idea what i am missing to get this installed. It ends for me at that last lineroot@server-OptiPlex-3040:/home/server# wget https://cloudron.io/cloudron-setup --2021-10-09 20:16:35-- https://cloudron.io/cloudron-setup Resolving cloudron.io (cloudron.io)... 3.209.21.239 Connecting to cloudron.io (cloudron.io)|3.209.21.239|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9052 (8.8K) [application/octet-stream] Saving to: ‘cloudron-setup.11’ cloudron-setup.11 100%[===================>] 8.84K --.-KB/s in 0s 2021-10-09 20:16:35 (83.4 MB/s) - ‘cloudron-setup.11’ saved [9052/9052] root@server-OptiPlex-3040:/home/server# chmod +x ./cloudron-setup root@server-OptiPlex-3040:/home/server# ./cloudron-setup ############################################## Cloudron Setup (latest) ############################################## Follow setup logs in a second terminal with: $ tail -f /var/log/cloudron-setup.log Join us at https://forum.cloudron.io for any questions. => Updating apt and installing script dependencies Could not update package repositories. See /var/log/cloudron-setup.log
-
@murgero Here it is. Thank you for the reply
server@server-OptiPlex-3040:~$ sudo apt update [sudo] password for server: Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease Hit:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease Ign:5 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal InRelease Err:6 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] Hit:7 https://dl.ubnt.com/unifi/debian stable InRelease Reading package lists... Done E: The repository 'http://ppa.launchpad.net/hermlnx/xrdp/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Here is apt upgrade
server@server-OptiPlex-3040:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-
@shodanime said in Cant seem to install cloudron on Ubuntu 20.04:
Looks like you need to remove
http://ppa.launchpad.net/hermlnx/xrdp/ubuntu
Which you will find somewhere in
/etc/apt/sources.d
I believe.