ေရြးခ်ယ္ခ်က္ (၁) : Debian Lenny ရွိ Tor ၊ Debian sid ၊ Debian testing


If you're using Debian stable (lenny), unstable (sid), or testing (squeeze), just run
apt-get install tor tor-geoipdb as root.

Tor ၏ ေနာက္ဆံုးေပၚ versions မ်ားကိုအျမဲေပးႏိုင္သည္ဟုအာမမခံႏိုင္ေသာ္လည္း၊ အေရးၾကီးေသာ လံုျခံဳေရးႏွင့္သတ္ဆိုင္သည့္ ျပင္ဆင္မွဳမ်ားကိုရရွိမည္ျဖစ္ပါသည္။ ေနာက္ဆံုး ေပၚ Tor version ကိုအျမဲတေစသံုးလိုပါက၊ ေအာက္မွ ေရြးခ်ယ္ခ်က္ (၂) ကိုၾကည့္ပါ။

Tor အလုပ္လုပ္ေနပါျပီ။ "Tor on Linux/Unix" ထည့္သြင္းျခင္း၏ အဆင့္(၂) သို႔ထပ္သြားပါရန္။


ေရြးခ်ယ္ခ်က္ (၂) : Tor on Ubuntu or Debian


Ubuntu's universe တြင္ ဤ package မ်ားကိုမသံုးပါႏွင့္။ ၄င္းတို႔သည္ ျပင္ဆင္မွဳမ်ားမရွိဘဲ out of date ျဖစ္ေနပါသည္။ ထို႔ေၾကာင့္ ၄င္းကိုသံုးလွ်င္ software တည္ျငိမ္မွဳမရွိျပီး လံုျခံေရးဆိုင္ရာ ျပင္ဆင္မွဳမ်ားကိုလည္း ျပဳလုပ္၍မရႏိုင္ပါ။

Tor အားမရယူမွီ package repository အားျပင္ဆင္ရန္လိုအပ္ပါသည္။ ပထမဆံုး ကိုယ္အသံုးျပဳေသာ distribution ကိုသိေအာင္ျပဳလုပ္ရပါမည္။ Ubantu 9.10 ကိုသံုးလွ်င္ "karmic" ၊ 9.14 ဆိုလွ်င္ "jaunty" ၊ 8.10 ဆိုလွ်င္ "intrepid"၊ 8.04 ဆိုလွ်င္ "hardy" အသီးသီးတို႔ျဖစ္ျပီး ၊ Debian Etch ကိုသံုးလွ်င္ "etch", Debian Lenny ကိုသံုးလွ်င္"lenny" တို႔ျဖစ္ၾကသည္။ ၄င္းတို႔ကို /etc/apt/sources.list file:
ေနရာတြင္ ထပ္ေပါင္းထည့္ရပါမည္။

deb     http://deb.torproject.org/torproject.org <DISTRIBUTION> main
where you put the codename of your distribution (i.e. etch, lenny, sid, karmic, jaunty, intrepid, hardy or whatever it is) in place of <DISTRIBUTION>.

Then add the gpg key used to sign the packages by running the following commands at your command prompt:

gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
Now refresh your sources and install Tor by running the following commands at your command prompt:
apt-get update
apt-get install tor tor-geoipdb

Tor အလုပ္လုပ္ေနပါျပီ။ "Tor on Linux/Unix" ထည့္သြင္းျခင္း၏ အဆင့္(၂) သို႔ထပ္သြားပါရန္။

The DNS name deb.torproject.org is actually a set of independent servers in a DNS round robin configuration. If you for some reason cannot access it you might try to use the name of one of its part instead. Try deb-master.torproject.org, mirror.netcologne.de or tor.mirror.youam.de.


ေရြးခ်ယ္မွဳ ၃: Tor ၏ development branch ကို Debian or Ubuntu တြင္အသံုးျပဳျခင္း


Tor ၏ development branch ကိုအစားထိုးသံုးလိုပါက ( Feature ႏွင့္ Bug မ်ားပိုမ်ားႏိုင္ပါသည္), /etc/apt/sources.list file:
တြင္ line အသစ္မ်ားျဖင့္ထပ္မံအသံုးျပဳရပါလိမ့္မည္။

deb     http://deb.torproject.org/torproject.org <DISTRIBUTION> main
deb     http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main
where you again substitute the name of your distro (etch, lenny, sid, karmic, jaunty, intrepid, hardy) in place of <DISTRIBUTION>.

Then run the following commands at your command prompt:

gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
apt-get update

Tor အလုပ္လုပ္ေနပါျပီ။ "Tor on Linux/Unix" ထည့္သြင္းျခင္း၏ အဆင့္(၂) သို႔ထပ္သြားပါရန္။


source မွတည္ေဆာက္ျခင္း


ကိုယ္ပိုင္ debs မ်ားကိုတည္ေဆာက္လိုပါက သင့္ေလွ်ာ္ေသာ deb-src ကိုsources.list တြင္ထည့္သြင္းရပါမည္။


deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main


deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
deb-src http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main
Tor: တည္ေဆာက္ရန္ ကိုယ္ပိုင္ debs ႏွင့္ packages မ်ားကိုလည္း ထည့္သြင္းအသံုးျပဳရန္ လိုအပ္ပါလိမ့္မည္။
apt-get install build-essential fakeroot devscripts
apt-get build-dep tor
Tor ကို ~/debian-packages: မ်ားတြင္ တည္ေဆာက္ႏိုင္ပါသည္။
mkdir ~/debian-packages; cd ~/debian-packages
apt-get source tor
cd tor-*
debuild -rfakeroot -uc -us
cd ..
Package အသစ္ကိုထည့္သြင္းအသံုးျပဳႏိုင္ပါျပီ။
sudo dpkg -i tor_*.deb

Tor အလုပ္လုပ္ေနပါျပီ။ "Tor on Linux/Unix" ထည့္သြင္းျခင္း၏ အဆင့္(၂) သို႔ထပ္သြားပါရန္။


ဤစာရြက္စာတမ္းႏွင့္ပတ္သတ္၍ အၾကံေပးလိုပါက ကၽြႏု္ပ္တို႔ကို ဆက္သြယ္လိုက္ပါ. ေက်းဇူးတင္ပါတယ္။


"Tor" and the "Onion Logo" are registered trademarks of The Tor Project, Inc.
Content on this site is licensed under a Creative Commons Attribution 3.0 United States License, unless otherwise noted.

Warning: This translation might be obsolete. The English original is at Revision 22171 while this translation is based on (unknown).

This page is also available in the following languages: Deutsch, English, français, Italiano, polski, Русский (Russkij).
How to set the default document language.

The Tor developers have not reviewed this translation for accuracy and correctness. It may be out of date or wrong. The official Tor website is the English version, available at https://www.torproject.org/.

Contact Us - Last modified: Tue Apr 20 03:55:22 2010 - Last compiled: Sun Apr 25 22:08:16 2010