Find the answer to your Linux question:
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. ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    4

    Question 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

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...