Just showing you a run through the TRX - TRON wallet on Linux - Debian. Get the latest version of the software at the TRON git repo:
https://github.com/tronprotocol
----Commands----
java -version (latest)
./gradlew build
cd build/
cd libs/
java -jar wallet-1.0-SNAPSHOT.jar
Hope it helps. See you later.