install robot 3t :- usr/local/bin/robomongo/lib’: Directory not empty [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
-1
down vote

favorite













This question already has an answer here:



  • How to install robomongo on Ubuntu

    6 answers



I am trying to install robo3t in ubuntu 14.04 new in linux



Those commands work



wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
sudo mkdir /usr/local/bin/robomongo


But when I write this command



sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo


I get




error :- /usr/local/bin/robomongo/lib’: Directory not empty










share|improve this question















marked as duplicate by N0rbert, Fabby, Eric Carvalho, dpb, waltinator Feb 17 at 17:55


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 2




    sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
    – Rinzwind
    Feb 16 at 13:37










  • i am also trying removing deirectory and install it agian but faild
    – Aasif
    Feb 16 at 13:50










  • Looks like you have tried to install previously...
    – NerdOfCode
    Feb 16 at 15:30














up vote
-1
down vote

favorite













This question already has an answer here:



  • How to install robomongo on Ubuntu

    6 answers



I am trying to install robo3t in ubuntu 14.04 new in linux



Those commands work



wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
sudo mkdir /usr/local/bin/robomongo


But when I write this command



sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo


I get




error :- /usr/local/bin/robomongo/lib’: Directory not empty










share|improve this question















marked as duplicate by N0rbert, Fabby, Eric Carvalho, dpb, waltinator Feb 17 at 17:55


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 2




    sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
    – Rinzwind
    Feb 16 at 13:37










  • i am also trying removing deirectory and install it agian but faild
    – Aasif
    Feb 16 at 13:50










  • Looks like you have tried to install previously...
    – NerdOfCode
    Feb 16 at 15:30












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite












This question already has an answer here:



  • How to install robomongo on Ubuntu

    6 answers



I am trying to install robo3t in ubuntu 14.04 new in linux



Those commands work



wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
sudo mkdir /usr/local/bin/robomongo


But when I write this command



sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo


I get




error :- /usr/local/bin/robomongo/lib’: Directory not empty










share|improve this question
















This question already has an answer here:



  • How to install robomongo on Ubuntu

    6 answers



I am trying to install robo3t in ubuntu 14.04 new in linux



Those commands work



wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
sudo mkdir /usr/local/bin/robomongo


But when I write this command



sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo


I get




error :- /usr/local/bin/robomongo/lib’: Directory not empty





This question already has an answer here:



  • How to install robomongo on Ubuntu

    6 answers







14.04 database mongodb






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 20 at 7:04

























asked Feb 16 at 12:51









Aasif

11




11




marked as duplicate by N0rbert, Fabby, Eric Carvalho, dpb, waltinator Feb 17 at 17:55


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by N0rbert, Fabby, Eric Carvalho, dpb, waltinator Feb 17 at 17:55


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 2




    sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
    – Rinzwind
    Feb 16 at 13:37










  • i am also trying removing deirectory and install it agian but faild
    – Aasif
    Feb 16 at 13:50










  • Looks like you have tried to install previously...
    – NerdOfCode
    Feb 16 at 15:30












  • 2




    sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
    – Rinzwind
    Feb 16 at 13:37










  • i am also trying removing deirectory and install it agian but faild
    – Aasif
    Feb 16 at 13:50










  • Looks like you have tried to install previously...
    – NerdOfCode
    Feb 16 at 15:30







2




2




sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
– Rinzwind
Feb 16 at 13:37




sudo mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo you can't move contents of a directory to overwrite a directory as a file. You are (at minimum) missing a / at the end.
– Rinzwind
Feb 16 at 13:37












i am also trying removing deirectory and install it agian but faild
– Aasif
Feb 16 at 13:50




i am also trying removing deirectory and install it agian but faild
– Aasif
Feb 16 at 13:50












Looks like you have tried to install previously...
– NerdOfCode
Feb 16 at 15:30




Looks like you have tried to install previously...
– NerdOfCode
Feb 16 at 15:30










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Try the following;




  1. Download archive with RoboMongo



    wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  2. Extract it



    tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  3. Copy its contents with cp -a (a is for recursive archival copy) to /usr/local



    sudo cp -a robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/



  4. Remove extracted RoboMongo directory:



    rm -rf robomongo-0.9.0-linux-x86_64-0786489/*


And then launch RoboMongo with robomongo.



But the method which you are trying to use will trash your /usr/local.






share|improve this answer






















  • not working same issue Not a directory
    – Aasif
    Feb 16 at 13:12


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Try the following;




  1. Download archive with RoboMongo



    wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  2. Extract it



    tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  3. Copy its contents with cp -a (a is for recursive archival copy) to /usr/local



    sudo cp -a robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/



  4. Remove extracted RoboMongo directory:



    rm -rf robomongo-0.9.0-linux-x86_64-0786489/*


And then launch RoboMongo with robomongo.



But the method which you are trying to use will trash your /usr/local.






share|improve this answer






















  • not working same issue Not a directory
    – Aasif
    Feb 16 at 13:12















up vote
0
down vote













Try the following;




  1. Download archive with RoboMongo



    wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  2. Extract it



    tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  3. Copy its contents with cp -a (a is for recursive archival copy) to /usr/local



    sudo cp -a robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/



  4. Remove extracted RoboMongo directory:



    rm -rf robomongo-0.9.0-linux-x86_64-0786489/*


And then launch RoboMongo with robomongo.



But the method which you are trying to use will trash your /usr/local.






share|improve this answer






















  • not working same issue Not a directory
    – Aasif
    Feb 16 at 13:12













up vote
0
down vote










up vote
0
down vote









Try the following;




  1. Download archive with RoboMongo



    wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  2. Extract it



    tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  3. Copy its contents with cp -a (a is for recursive archival copy) to /usr/local



    sudo cp -a robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/



  4. Remove extracted RoboMongo directory:



    rm -rf robomongo-0.9.0-linux-x86_64-0786489/*


And then launch RoboMongo with robomongo.



But the method which you are trying to use will trash your /usr/local.






share|improve this answer














Try the following;




  1. Download archive with RoboMongo



    wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  2. Extract it



    tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz



  3. Copy its contents with cp -a (a is for recursive archival copy) to /usr/local



    sudo cp -a robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/



  4. Remove extracted RoboMongo directory:



    rm -rf robomongo-0.9.0-linux-x86_64-0786489/*


And then launch RoboMongo with robomongo.



But the method which you are trying to use will trash your /usr/local.







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 16 at 13:58

























answered Feb 16 at 13:00









N0rbert

16.6k33378




16.6k33378











  • not working same issue Not a directory
    – Aasif
    Feb 16 at 13:12

















  • not working same issue Not a directory
    – Aasif
    Feb 16 at 13:12
















not working same issue Not a directory
– Aasif
Feb 16 at 13:12





not working same issue Not a directory
– Aasif
Feb 16 at 13:12



Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491