-2

I wanted to download owncloud to my ubuntu server, but it can't unzip it, it doesn't recognize my file, and then the file is there, but it doesn't recognize it. I tried to delete it and download it again, but it didn't work.

I downloaded it from cd /tmp $ wget download.owncloud.org/community/owncloud-10.0.3.zip to tmp and than unzipped it. When i tried to use the command unzip I got an error code: cannot find zipfile directory in one of owncloud-10.0.3.zip.

karel
  • 114,770
chipu
  • 1
  • 1
    Please give us details... the exact steps you're trying to do with. – pLumo Jun 18 '23 at 11:42
  • hy i just want to unzip owncloud, i dowlod it from $ cd /tmp $ wget https://download.owncloud.org/community/owncloud-10.0.3.zip to tmp and than unzip when i tryd to use the comman unzip i get a erroe code :cannot fiind zipflie directoy in one of onwcloud-10.0.3.zip – chipu Jun 18 '23 at 12:05
  • also i follow this huide if ith help s help https://hostadvice.com/how-to/web-hosting/ubuntu/how-to-install-own-cloud-on-ubuntu-18-04-serve/ – chipu Jun 18 '23 at 12:06

1 Answers1

1

The guide you're following has errors in it.

The file you are trying to download doesn't exist. If you blindly run the wget command you'll get redirected to this page, which is html, not a zip file.

You probably want this file instead.

popey
  • 23,667