Artificial intelligent assistant

yaourt curl error: SSL connect error I'm trying to install some packages form `yaourt`. For example : yaourt compiz But it gets me following error: [hamed@localhost ~]$ yaourt compiz curl error: SSL connect error Please tell me what's wrong with `yaourt`?

This problem apparently occurs for Iranian people.

**The Solution :**

You have to replace `yaourt-ssl3` and `package-query-ssl3` instead `yaourt` and `package-query`.

Firstly you need to uninstall current `yaourt` and `package-query` by following command :


sudo pacman -Rsc package-query


And then install `ssl3` :


curl -O3
tar -xf package-query-ssl3.tar.gz
cd package-query-ssl3
makepkg -cis
cd ..
curl -O3
tar -xf yaourt-ssl3.tar.gz
cd yaourt-ssl3
makepkg -cis


That's it.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy fca13f837deeedf7ba240fc14ac9c19a