You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get /bin/gtar: not found when running devtools::install_git("git://github.com/rstats-db/RPostgres") on Ubuntu 14.04. There's no such thing as gtar. Here's the fix:
ln -s /bin/tar /bin/gtar
davidroberson, premkumar-masilamani, etiennekintzler, next-josealbertoarcos, ayorgo and 16 moreduoanbennour007, timtreis and semiramisCJ
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Activity
krlmlr commentedon Nov 6, 2017
Thanks. The preferred method is one of
but I'm not sure if this fixes the
gtar
error.Finesim97 commentedon May 19, 2019
Sorry for posting on an old issue, but if you don't have root:
or run in your shell:
Have a nice day.
github-actions commentedon Dec 7, 2020
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.