install robot 3t :- usr/local/bin/robomongo/libâÂÂ: Directory not empty [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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
14.04 database mongodb
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.
add a comment |Â
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
14.04 database mongodb
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
add a comment |Â
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
14.04 database mongodb
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
14.04 database mongodb
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
add a comment |Â
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
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try the following;
Download archive with RoboMongo
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
Extract it
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
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/
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
.
not working same issueNot a directory
â Aasif
Feb 16 at 13:12
add a comment |Â
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;
Download archive with RoboMongo
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
Extract it
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
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/
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
.
not working same issueNot a directory
â Aasif
Feb 16 at 13:12
add a comment |Â
up vote
0
down vote
Try the following;
Download archive with RoboMongo
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
Extract it
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
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/
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
.
not working same issueNot a directory
â Aasif
Feb 16 at 13:12
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try the following;
Download archive with RoboMongo
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
Extract it
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
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/
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
.
Try the following;
Download archive with RoboMongo
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
Extract it
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
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/
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
.
edited Feb 16 at 13:58
answered Feb 16 at 13:00
N0rbert
16.6k33378
16.6k33378
not working same issueNot a directory
â Aasif
Feb 16 at 13:12
add a comment |Â
not working same issueNot 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
add a comment |Â
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