search for: package_fil

Displaying 6 results from an estimated 6 matches for "package_fil".

Did you mean: package_file
2004 Apr 14
1
Makefile for installing all available packages
...ll a single package will not derail the installation of other packages. I hope that this script may be useful to other folks. -Greg # Download and install all available R packages from the CRAN and Bioconductor # package repositories # RCMD ?= R-1.9.0 WGET ?= wget -N -nd -r -A gz -r -l 1 -nv PACKAGE_FILES = $(wildcard *.gz ) PACKAGE_LOGS = $(addsuffix .log, $(basename $(basename $(PACKAGE_FILES)))) default: cran bioconductor install cran: $(WGET) "http://cran.r-project.org/src/contrib/PACKAGES.html" bioconductor: bioCmain bioCcontrib bioCdata bioCmain: $(WGET) "http://www.b...
2008 Jan 14
3
problems with .svg
Dear everybody! I am making a graph in R and employ pstoedit to expot the .pdf-output to .svg. When I open the .svg with firefox I get the .svg-code shown wit the following header: "Mit dieser XML-Datei sind anscheinend keine Style-Informationen verkn?pft. Nachfolgend wird die Baum-Ansicht des Dokuments angezeigt." Which information should how be included? Thank you in advance. Yours,
2006 Nov 13
0
[737] trunk/wxruby2/rake/rakepackage.rb: Ensure that lib/wx/classes/ .rb files are included in gem and tarball
...st[ ''samples/**/*'' ].to_a </span><span class="cx"> </span><span class="cx"> spec.has_rdoc = false </span><span class="lines">@@ -92,6 +92,7 @@ </span><span class="cx"> pkg_files = p_task.package_files </span><span class="cx"> pkg_files.include(''README'', ''LICENSE'', ''ChangeLog'', ''rakefile'') </span><span class="cx"> pkg_files.include(''lib/wx.rb'', ''...
2020 Jan 23
2
yum update / kernal update failed - remove or repair
...re - add memory, or at least add a swap file. You could check with rpm -qa --last | head -20 which the latest packages are that were installed. If the rpm database is corrupted, rebuild it with rpm --rebuilddb You can reinstall packages that may not be completely installed, using rpm --reinstall PACKAGE_FILE I'd rpm --erase the kernel package that does not boot. HTH, Kay
2020 Jan 23
0
yum update / kernal update failed - remove or repair
...gt; > You could check with > rpm -qa --last | head -20 > which the latest packages are that were installed. > > If the rpm database is corrupted, rebuild it with > rpm --rebuilddb > > You can reinstall packages that may not be completely installed, using > rpm --reinstall PACKAGE_FILE Well, there may be more to check and above steps may not help. Do you have duplicates in rpmdb? Which one of the duplicates are already on the filesystem? Regards, Simon
2020 Jan 22
5
yum update / kernal update failed - remove or repair
I have a VPS running C7. I ran a 'yum update' which included a kernel update. The yum update wasn't a total success because mariadb updates failed. However everything else appeared to work. However, when I rebooted the server it did not restart. I have managed to get the ISP's support desk to boot the server by selecting the previous kernel, and I now have access to my box again.