Sentora Support Forums
Ubuntu 14.04.5 LTS Install Error - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: Ubuntu 14.04.5 LTS Install Error (/showthread.php?tid=4208)



Ubuntu 14.04.5 LTS Install Error - salim24info - 11-16-2017

Hey i try to install latest version sentora in my VPS server but i face error problem.

Anyone know how i install sentora in my Ubuntu 14.04  server?

Error code:

root@boss:~# bash <(curl -LSs https://raw.githubusercontent.com/sentora/sentora-installers/master/sentora_install_ubuntu.sh)
-bash: curl: command not found


RE: Ubuntu 14.04.5 LTS Install Error - Me.B - 11-16-2017

sudo apt-get install curl

Then then try again.

M B


RE: Ubuntu 14.04.5 LTS Install Error - salim24info - 11-17-2017

(11-16-2017, 11:44 PM)Me.B Wrote: sudo apt-get install curl

Then then try again.

M B

Thanks man. I just run below SHH. Now my problem solve :Smile if anyone face this problem just use below code ...



Installing cURL for Ubuntu
To install cURL by using the apt-get install command, perform the following steps:
  1. Enter the following command to download the package lists from the repositories and update them:
    sudo apt-get update

  2. Enter the following command to install cURL:
    sudo apt-get install curl

  3. To verify that cURL is running correctly, enter this command:
    curl --version
    A message that is similar to the following is displayed:
    curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.15.4 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
    Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz

Source: http://www.brocade.com/content/html/en/sdn-controller/3.0.0/software-installation/GUID-BF7C280A-A9C6-4C13-A253-7A425FE5CD3F.html