اخر اصدار من كاجيم هو 1.0.1
في حال اذا ما توزيعِكَ ليس لدية آخر نسخةِننصحك ب استخدام مصدر ال tarball
![]() AgiliaLinux (MOPSLinux) |
![]() Archlinux |
![]() Debian GNU/Linux |
![]() Fedora |
![]() Flatpak |
![]() FreeBSD |
![]() Gentoo |
![]() Mandriva |
![]() openSUSE |
![]() PLD |
![]() Slackware |
![]() SourceMage |
![]() Ubuntu |
![]() Windows |
![]() ZenWalk |
![]() Other Linux / Source |
AgiliaLinux:
Just mpkg-install gajimArchlinux:
Just pacman -S gajimDebian GNU/Linux:
Just sudo apt-get install gajimA daily package from git is also built. To use it:
Remove Gajim:
sudo apt-get remove gajim
Add the GPG key:
wget -q https://gajim.org/gajim.key -O - | apt-key add -
Add the repository:
sudo sh -c "echo deb ftp://ftp.gajim.org/debian unstable main > /etc/apt/sources.list.d/gajim.list"
Update the repository:
sudo apt-get update
And install Gajim by doing:
sudo apt-get install gajim-nightly
Fedora:
Just dnf install gajimFlatpak:
Instructions to build flatpak package are available hereFreeBSD:
Gajim is available in FreeBSD via FreeBSD ports. Just cd /usr/ports/net/gajim/ && make install clean. احصل على المزيد.Gentoo:
فقط emerge gajimMandriva:
Just urpmi gajimPLD:
Just poldek -U gajimSlackware:
You can get the Slackware package of Gajim هنا.SourceMage:
Just cast gajimUbuntu:
Just sudo apt-get install gajimA daily package from git is also built. To use it:
Remove Gajim:
sudo apt-get remove gajim
Add the GPG key:
wget -q https://gajim.org/gajim.key -O - | apt-key add -
Add the repository:
sudo sh -c "echo deb ftp://ftp.gajim.org/debian unstable main > /etc/apt/sources.list.d/gajim.list"
Update the repository:
sudo apt-get update
And install Gajim by doing:
sudo apt-get install gajim-nightly
Windows:
There is a 32 bits Gajim installer and a 64 bits Gajim installerThere is also a 32 bits Gajim portable installer. and a 64 bits Gajim portable installer.
ZenWalk:
Just netpkg gajimOther Linux / source:
نسخة ال Tarball من الكايجيم هي هنا. للمعلومات حول كيف تصنع كاجيم, اقرأ ملف ال README (في اللغة الانجليزية).If you want to use the last unstable development version, then you should checkout the git repository.
git
The git repository is available at this address: https://dev.gajim.org/gajim/gajim و يمكنك النظر به هنا.تحت ال GNU/Linux
لكي تقوم ب تحميل مصدر كاجيم, هذا ما عليك فعلة : You first have to install git (apt-get install git under Debian)ثم في نافذة الادخال, ادخل الاوامر التالية:
git clone https://dev.gajim.org/gajim/gajim.git gajim
نصب التوابع, و ابن كاجيم. الرجاء شاهد
README
(اللغة الانجليزية) للتقاصيل.
يمكنك تشغيل كاجيم عن طريق كتابة التالي:
cd gajim و من ثم ./launch.sh
عندما تملك المستودع, يمكنك تجديدة بشكل دوري لكي يطابق اخر نسخة من المستودع الرئيسي مع الاوامر التالية:
git pull
تحت الوندوز
You first have to install git for windows. In order to do that, download the binary هناOnce git is installed, the commands are the same with those under GNU/Linux. Only difference is instead of launch.sh you run launch.bat. Enter them in an MS-DOS command line and you're done.
لتشغيل كاجيم, تحتاج الى مكتبات اضاقية عامة . يمكنك العثور على شرح لطريقة تنصيبهن في شرح ال Wiki.