0

I'm trying to install SquirrelMail on Ubuntu 18.04LTS but when i run the next command:

sudo apt-get install squirrelmail

I got this:

Unable to locate package squirrelmail

I was trying to investigate but never asked before so i want to know how and if this is possible. Thanks.

Fernando Torres
  • 115
  • 3
  • 13

1 Answers1

1

Install with sources indeed:

Dowload: https://sourceforge.net/projects/squirrelmail/files/stable/1.4.22/squirrelmail-webmail-1.4.22.zip/download?use_mirror=nchc

Unzip: unzip squirrelmail-webmail-1.4.22.zip

And run config: ./configure

  • I'll check it today. thanks. – Fernando Torres Oct 31 '19 at 12:29
  • The console give next error `unzip: cannot find or open squirrelmail-webmail-1.4.22.zip, squirrelmail-webmail-1.4.22.zip.zip or squirrelmail-webmail-1.4.22.zip.ZIP` after `wget https://sourceforge.net/projects/squirrelmail/files/stable/1.4.22/squirrelmail-webmail-1.4.22.zip/download?use_mirror=nchc` any help? – Fernando Torres Oct 31 '19 at 13:38
  • have you move to the right folder you downloaded it – Lê Minh Quân Nov 01 '19 at 01:51