By galiaskaruli
Hello! I have a trouble during installation of ownCloud on my Ubuntu 20.04. When i execute this line “curl https://download.owncloud.org/download/repositories/10.0/Ubuntu_18.04/Release.key | sudo apt-key add -” i get an error response “gpg: no valid OpenPGP data found”. Can anyone give me an advice what to do?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @galiaskaruli
What you can do is to download the owncloud package from their website using wget :
cd /usr/src
wget https://download.owncloud.org/community/owncloud-10.4.1.zip
unzip owncloud-10.4.1.zip
sudo mv owncloud /var/www/owncloud
sudo chown -R www-data:www-data /var/www/owncloud/
sudo chmod -R 755 /var/www/owncloud/
You can then follow the tutorial and adjust the Apache configuration file.
Hope that this helps!
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.