Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install ant in linux

[bash ~]$ mkdir downloads
[bash ~]$ cd downloads/
[bash downloads]$
[bash downloads]$
[bash downloads]$ wget http://mirror.candidhosting.com/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz
[bash downloads]$ tar -zxvf apache-ant-1.8.2-bin.tar.gz
[bash downloads]$ mv apache-ant-1.8.2 ant
[bash downloads]$ ANT_HOME=/home/ATOMANT/ilanh/downloads/ant
[bash downloads]$ PATH=$PATH:${ANT_HOME}/bin
[bash downloads]$ ant -f fetch.xml -Ddest=system
Comment

PREVIOUS NEXT
Code Example
Shell :: kill python processes 
Shell :: git merge by ssh key 
Shell :: nginx install centos7 
Shell :: vs code set ubuntu wsl as default terminal 
Shell :: linux generate csr 
Shell :: Updates were rejected because the remote contains work that you do 
Shell :: stop cronjob 
Shell :: linux trim all lines in file 
Shell :: list recently updated packages arch 
Shell :: shrink terminal current directory 
Shell :: uninstall anaconda ubuntu 
Shell :: linux size of files 
Shell :: linux show copy progress 
Shell :: github markdown image 
Shell :: linux apt pcap 
Shell :: see traffic github grepper 
Shell :: bash open programm when exists 
Shell :: codepush break native images 
Shell :: linux replace string in files recursively 
Shell :: linux snap app list 
Shell :: terminal how to find a directory 
Shell :: how to install firefox in kali linux 
Shell :: flutter doctor android licenses exception in thread main java.lang.noclassdeffounderror 
Shell :: fayl yaratish cmd 
Shell :: move huge number of files from local to hdfs 
Shell :: port kill in windows 
Shell :: first of file linux terminal 
Shell :: bastighg 
Shell :: how to remove first line from output using awk 
Shell :: check running process in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =