Displaying 8 results from an estimated 8 matches for "381ba480".
2014 Nov 13
5
Instalando R en Linux Debian
Hola
Estoy instalando R en una máquina con Linux Debian. Lo hago con la orden
“apt-get install r-base r-base-dev” y me instala la versión 2.15.1 mientras
que yo necesito algunos paquetes que solo funcionan con 3.0 en adelante (por
ejemplo, Rccp).
Gracias
[[alternative HTML version deleted]]
2017 Jan 31
0
Problems with signature Debian testing
I am getting the following error when trying to update packages for
jessie-cran3/
W: GPG error: http://cloud.r-project.org/bin/linux/debian jessie-cran3/
Release: The following signatures were invalid:
6212B7B7931C4BB16280BA1306F90DE5381BA480
E: The repository 'http://cloud.r-project.org/bin/linux/debian
jessie-cran3/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details....
2007 Mar 19
1
getting the Debian pgp key
...e mit public key
server responds that there is no such key.
What am I doing wrong?
---------- Forwarded message ----------
Date: Mon, 19 Mar 2007 18:32:00 -0400 (EDT)
From: PGP Key Server Administrator <bug-pks at mit.edu>
To: Anne York <york at zipcon.net>
Subject: Your command, get 381BA480, failed
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <bug-pks at mit.edu>
Current version: 0.9.6
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
I...
2015 Apr 02
1
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
...it (again) and it worked fine.
... there was a problem for me initially (some kind of
host-resolve-thingy -- can't remember anymore). After googling, I then
found the other key server and it was also suggested to use the actual
key the error message mentions (see step 2)) instead of the fixed
381BA480. I understand too little about the involved risk of changing
that but the above worked for me.
Many cheers (and sorry for the late reply -- it's end-of-term),
Marius
>
> Kind regards,
>
> Johannes
>
> Am Montag, 30. M?rz 2015, 20:42:47 schrieb Marius Hofert:
>> Dear D...
2015 Jan 16
2
Unable to install R 3.1.2 on Debian:Testing
...e then. (https://registry.hub.docker.com/u/rocker/r-base/
)
>From a vanilla install of debian:testing (or jessie or squeeze) I add the
CRAN repository for the latest R version for debian, and then I then try to
install `r-base-core` 3.1.2:
apt-key adv --keyserver keys.gnupg.net --recv-key 381BA480
echo "deb http://cran.rstudio.com/bin/linux/debian wheezy-cran3/" >
/etc/apt/sources.list.d/r-cran.list
apt-get install r-base-core=3.1.2*
and I get the error:
*Selected version '3.1.2-1~wheezycran3.0' (CRAN Backports:wheezy-cran3
[amd64]) for 'r-base-core...
2015 Nov 26
1
Issues starting RStudio Server and release file expiration under Debian (Jessie)
...l=false update
I then added this line to etc/apt/sources.list:
deb http://cran.csiro.au/bin/linux/debian jessie-cran3/
Next I added the appropriate key, and performed the above command to update the system again so R could be reinstalled:
$ sudo apt-key adv --keyserver keys.gnupg.net --recv-key 381BA480
$ sudo apt-get -o Acquire::Check-Valid-Until=false update
$ sudo apt-get install r-base
This gave me the newest version of R. I then installed RStudio, but when I attempted to access the server from my browser it fails to load.
$ wget https://download2.rstudio.org/rstudio-server-0.99.489-amd64.de...
2015 Apr 02
0
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
...there was a problem for me initially (some kind of
>> host-resolve-thingy -- can't remember anymore). After googling, I then
>> found the other key server and it was also suggested to use the actual
>> key the error message mentions (see step 2)) instead of the fixed
>> 381BA480. I understand too little about the involved risk of changing
>> that but the above worked for me.
>>
>> Many cheers (and sorry for the late reply -- it's end-of-term),
>> Marius
>>
>> > Kind regards,
>> >
>> > Johannes
>> >
>&...
2010 Feb 03
2
Installation woes for rattle (and other packages)
...ates main
deb-src http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
-------------------------------------
Put in keys:
gpg --keyserver subkeys.pgp.net --recv-key 381BA480
gpg -a --export 381BA480 > jranke_cran.asc
apt-key add jranke_cran.asc
Downloaded key.asc for cran2deb and then
sudo apt-key add key.asc
apt-get update
apt-get upgrade
Try to put in R
wajig install r-base
debian:/home/user# wajig install r-base
Reading package lists... Done
Building depend...