Results 1 to 2 of 2
Hello good people,
I wish you all a very happy new year!!!
now the unhappy(LOL). I am trying to install maven 2 in my Ubuntu 10.04 lts but i cannot.
...
- 01-02-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 4
Maven2 installation problem
Hello good people,
I wish you all a very happy new year!!!
now the unhappy(LOL). I am trying to install maven 2 in my Ubuntu 10.04 lts but i cannot.
I dont want it to install it with apt-get. See below what i get:
i wget this ......../dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.tar.gz
then i tar xzvf apache-maven-2.2.1-bin.tar.gz
and i end up with this:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
The same happens if i try to install other versions
Any opinions?
Thanks in advance
yiorgos
- 01-03-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
Try this: gunzip -c apache-maven-2.2.1-bin.tar.gz | tar -xvf -
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote