-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Binary & Package Distributions
spirit edited this page Mar 1, 2019
·
34 revisions
sudo apt-get install trojan
sudo pacman -S trojan
$(AURHelper) -S trojan-git
sudo apt install trojan
sudo apt install build-essential devscripts debhelper cmake libboost-system-dev libboost-program-options-dev libssl-dev default-libmysqlclient-dev python3 curl openssl
dget http://ftp.us.debian.org/debian/pool/main/t/trojan/trojan_1.10.0-1.dsc
dpkg-source -x trojan_1.10.0-1.dsc && cd trojan-1.10.0/
dpkg-buildpackage -us -uc -d
sudo dpkg -i ../trojan_1.10.0-1_amd64.deb
sudo apt purge devscripts debhelper cmake # you can remove it now
sudo dnf copr enable fei1yang/trojan
sudo dnf in trojan
sudo emerge --sync
sudo emerge -av trojan
sudo add-apt-repository ppa:greaterfire/trojan
sudo apt-get update
sudo apt-get install trojan
sudo apt-get install trojan
https://github.com/trojan-gfw/trojan/releases/latest
There are two ways:
- Use crouton to install a linux chroot environment, and install trojan just like in a normal linux.
- Enable Google's
Linux (beta)
in the settings, and run the following commands in the terminal:or you can upgrade it to Debian Buster:sudo -i apt update apt -y install git g++ cmake libboost-system-dev libboost-program-options-dev libssl-dev default-libmysqlclient-dev git clone https://github.com/trojan-gfw/trojan.git cd trojan/ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DSYSTEMD_SERVICE=ON . make install
sudo -i apt update && apt dist-upgrade cp /etc/apt/sources.list /etc/apt/sources.list.bak sed -i 's/stretch/buster/g' /etc/apt/sources.list apt update && apt dist-upgrade apt install trojan
Note: The IP address of the SOCKS5 proxy is not 127.0.0.1
, check it by running ifconfig
or ip addr
.
https://github.com/trojan-gfw/trojan/releases/latest