[TUTO] Install libcurl Debian

Posted on

apa guna lib curl? pastinya anda ingin menjalankan sesuatu, sebagai contoh ingin install rvm

root@vps8:~# curl -L https://get.rvm.io | bash -s stable --rails
-bash: curl: command not found

anda mengira library curl belum ada pada vps anda? anda mencoba untuk?

 root@vps8:~# apt get-install curl
-bash: apt: command not found

dont khawatir jangan worry 🙂
yang anda harus lakukan adalah menghapus daftar perubahan dengan cara

apt-get remove apt-listchanges

install again libcurl nya

apt-get install curl

dan coba lagi

root@vps8:~# curl -L https://get.rvm.io | bash -s stable --rails
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   184  100   184    0     0    230      0 --:--:-- --:--:-- --:--:--   298
100 20758  100 20758    0     0  18883      0  0:00:01  0:00:01 --:--:-- 18883
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
Creating group 'rvm'

Installing RVM to /usr/local/rvm/
Installation of RVM in /usr/local/rvm/ is almost complete:

semoga bermanfaat 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *