Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/bin/gtar: not found (Ubuntu 14.04) #110

Closed
mconigliaro opened this issue Dec 20, 2016 · 3 comments
Closed

/bin/gtar: not found (Ubuntu 14.04) #110

mconigliaro opened this issue Dec 20, 2016 · 3 comments

Comments

@mconigliaro
Copy link

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
@krlmlr
Copy link
Member

krlmlr commented Nov 6, 2017

Thanks. The preferred method is one of

remotes::install_github("r-dbi/RPostgres")
devtools::install_github("r-dbi/RPostgres")

but I'm not sure if this fixes the gtar error.

@krlmlr krlmlr closed this as completed Nov 6, 2017
@Finesim97
Copy link

Sorry for posting on an old issue, but if you don't have root:

Sys.setenv(TAR = "/bin/tar")

or run in your shell:

export TAR="/bin/tar"

Have a nice day.

@github-actions
Copy link

github-actions bot commented 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.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants