search for: install_opt

Displaying 20 results from an estimated 29 matches for "install_opt".

Did you mean: install_opts
2012 Oct 12
2
Package install_options
Now that the install_options parameter can be applied to all package providers, does anyone have advice on the best way to specify options to yum? For example, considering the common pattern of leaving a repo disabled most of the time, if I wanted to pass --enablerepo=epel to yum, would I set install_options => [...
2012 Sep 25
4
MSI Package Provider and Install_options
...39;m having trouble specifying options. Here is what I want to execute C:\packages\my_problematic_package.msi \quiet \passive As you can see, I''m trying to specify two arguments to the package, but I can''t figure out how to use the Puppet package resource to accomplish this. Install_options being a hash is causing me confusion. Here''s my attempt at a resource definition: package { "my_problematic_package.msi": ensure => installed, provider => ''msi'', source => "C:/packages/my_problematic_package.msi&...
2011 Nov 18
10
msi package provider: Invalid parameter install_options
C:\Users\ml623>puppet --version 2.7.7 Puppet complains about a package resource I am trying to use saying: Invalid parameter install_options The resource is defined as: package { "splunk": name => $gu_splunk::client::splunk_package, provider => ''msi'', ensure => installed, source => ''C:\\TEMP\\splunk-4.2.4-110225-x86-release.msi'', install_options =&g...
2012 Aug 02
1
help with install.packages
...es = NA, type = getOption("pkgType"), configure.args = getOption("configure.args"), configure.vars = getOption("configure.vars"), clean = FALSE, Ncpus = getOption("2", 1L), libs_only = FALSE, INSTALL_opts,--verbose) and this is the result stats [ ~ ]# export DIR=/home/stats/R-2.15.0_runTEST190712A stats [ ~ ]# export DEST=/home/stats/Rtester stats [ ~ ]# cd $DEST stats [ ~/Rtester ]# stats [ ~/Rtester ]# ${DIR}/bin/R install.packages(MASS_7.3-17.tar.gz, ${DEST}, repos = getOption("NULL&quo...
2013 Jul 29
4
Installing LibreOffice 4 via wheezy-backports
...t a few packages from wheezy-backports, like iceweasel and libreoffice. The former I''ve installed as follows: package { "iceweasel": ensure => ''22.0-1~bpo70+1'', provider => ''apt'', install_options => { ''-t'' => ''wheezy-backports'' }, require => Class["xfce"], } However, when I try this with libreoffice I run into a series of dependecy problems that do not occur when installing manually with "apt- get inst...
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All: Jonathan Baron is "giving up" maintaining the RSiteSearch database. This breaks three things: (1) The R Site Search web service that Baron has maintained. (2) The RSiteSearch function in the utils package. (3) The sos package, for which I'm the maintainer and lead author. Might someone else be willing to take these over? For me,
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...e is the trick, for someone who wants to do it: > >m0 <- rownames(installed.packages()) >m1 <- m0[which(m0 %in% needed.packages)] >source("http://bioconductor.org/biocLite.R") >update.packages(oldPkgs=m1,repos=biocinstallRepos()) >update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load"," >--no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--html >"),repos=biocinstallRepos(),ask=F) >m3 <- new.packages() >install.p...
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...gt;> >>> m0 <- rownames(installed.packages()) >>> m1 <- m0[which(m0 %in% needed.packages)] >>> source("http://bioconductor.org/biocLite.R") >>> update.packages(oldPkgs=m1,repos=biocinstallRepos()) >>> update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load", >>> >> " >>> --no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--htm >>> >> l >>> "),repos=b...
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command R CMD build <pkg> that fails, e.g., because of C code compilation errors, leaves a directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R CMD INSTALL --build cleans up after itself, build does not. A fix is below. Also, build.in references Rcmd.exe, which I thought was no longer necessary? Index: build.in
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
...n my manifest: package { ''mssql2008r2sp2_exec'': ensure => installed, name => ''SQL Server 2008 R2 SP2 Common Files'', provider => windows, source => "C:\\puppet_temp\\${mssql_filename}", install_options => [''/quiet'', ''/IAcceptSQLServerLicenseTerms'', ''/allinstances''], require => Exec[''run_mssql2008r2sp2_artifact_extract_ps1''], } I''m thinking there has got to be some weird bug/error with this ....
2013 Aug 05
3
serving .exe file via http (provider => windows)
...ce = "http://puppet.local.domain/base_check_mk/windows/check-mk-agent-1.2.3i1.exe" $package_name = "Check_MK Agent 1.2.3i1" package { "$package_name": ensure => installed, provider => windows, source => "$package_source", install_options => [''/S'', ''/D=C:\check_mk''] } the agent says: Error: The source does not exist: ''http://puppet.local.domain/base*check* mk/windows/check-mk-agent-1.2.3i1.exe'' When i open this link in the browser of the agent, the download of the file...
2016 Dec 21
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...riginal creators, who gave up a few years before. If someone wants to replace namazu with a different search engine, let me know. I do have a server with all the help files. And I can tell you how I made them if you want to do this somewhere else. The trick is: update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load","--no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--html"),repos=biocinstallRepos(),ask=F) and install.packages(m3,dependencies=FALSE,INSTAL...
2016 Sep 07
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...Fedora maintainers. Here is the trick, for someone who wants to do it: m0 <- rownames(installed.packages()) m1 <- m0[which(m0 %in% needed.packages)] source("http://bioconductor.org/biocLite.R") update.packages(oldPkgs=m1,repos=biocinstallRepos()) update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load","--no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--html"),repos=biocinstallRepos(),ask=F) m3 <- new.packages() install.packages(m3,depende...
2012 Mar 22
3
Puppet 2.7.12 Windows - Dependency Problem
...present, source => ''puppet:///modules/windows/FirefoxESR-10.0.2-de.msi'', } package { ''FirefoxESR-10.0.2-de.msi'': ensure => installed, provider => ''msi'', source => ''c:/Software/FirefoxESR-10.0.2-de.msi'', install_options => { ''INSTALLDIR'' => ''C:\Programme'' }, require => File[''c:/Software/FirefoxESR-10.0.2-de.msi''], } } As you can see, I want to create the directory c:\Software --> Place my Firefox.msi from the Puppetmaster into the director...
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
...th.? I added the 32-bit, but that did not fix the problem.? The last 2.5 lines in the section "How to install rJava on Windows?" to which you referred me reads: to build rJava from source, you need the --merge-multiarch flag: install.packages('rJava', type = 'source', INSTALL_opts='--merge-multiarch') ????? When I tried that, I got: Warning in system("sh ./configure.win") : 'sh' not found *** ON THE OTHER HAND:? The error message above says 'c:/Program Files/R/R-4.0.0/library/rJava/libs/i386/rJava.dll': ?? LoadLibrary failure: ^1 is...
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...one who wants to do it: >> >>m0 <- rownames(installed.packages()) >>m1 <- m0[which(m0 %in% needed.packages)] >>source("http://bioconductor.org/biocLite.R") >>update.packages(oldPkgs=m1,repos=biocinstallRepos()) >>update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load", >" >>--no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--htm >l >>"),repos=biocinstallRepos(),ask=F) >>m3 <- new.pa...
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...s()) > m1 <- m0[which(m0 %in% needed.packages)] > source("http://bioconductor.org/biocLite.R > <http://bioconductor.org/biocLite.R>") > update.packages(oldPkgs=m1,repos=biocinstallRepos()) > update.packages(dependencies=FALSE,INSTALL_opts=c("--no-configure","--no-test-load"," > --no-R","--no-clean-on-error","--no-libs","--no-data","--no-demo","--no-exec","--html > "),repos=biocinstallRepos(),ask=F) > m3 <- n...
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet, Puppet does not notice. Looking at the source I see it might be checking for a state file to know whether a package is installed or not: C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml So one has to rememebr to delete that too.... Is this design not a problem? Thanks, Mohamed. -- You received this
2017 Nov 23
0
installing "rgl" package
...4.2 amd64 PNG library - runtime > ii libpng12-dev 1.2.50-1ubuntu2.14.04.2 > amd64 PNG library - development > > I also tried installing .. using the following command.. > install.packages("rgl",dep=T, > INSTALL_opts="--no-multiarch", > configure.args=c(rgl="--with-gl-includes=/usr/include/GL")) > > Thanks so much for your help! > Santosh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org maili...
2017 Nov 23
5
installing "rgl" package
...1.2.50-1ubuntu2.14.04.2 amd64 PNG library - runtime ii libpng12-dev 1.2.50-1ubuntu2.14.04.2 amd64 PNG library - development I also tried installing .. using the following command.. install.packages("rgl",dep=T, INSTALL_opts="--no-multiarch", configure.args=c(rgl="--with-gl-includes=/usr/include/GL")) Thanks so much for your help! Santosh [[alternative HTML version deleted]]