Quantcast

non-authenticated sources

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

non-authenticated sources

Leila M
hi,

while trying to install some software in ubuntu, I sometimes found myself confronted with a warning saying:
"
Requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources."

is there any risk from installing such software although it comes with ubuntu (i.e. it is available in the Ubuntu Software Center, but it is not yet installed)

thanks
Lila

--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: non-authenticated sources

Sam Sebastian

I know that this is a really belated response and that you have probaly already fixed it but if I remeber correctly the command to update the "keys" is something like "sudo apt-key update" I don't think that's it and I'm away from my ubuntu computer right now so just google something along those lines and you will find the command

On Mar 15, 2012 6:26 AM, "Lila M" <[hidden email]> wrote:
hi,

while trying to install some software in ubuntu, I sometimes found myself confronted with a warning saying:
"
Requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources."

is there any risk from installing such software although it comes with ubuntu (i.e. it is available in the Ubuntu Software Center, but it is not yet installed)

thanks
Lila

--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: non-authenticated sources

Kevin O'Gorman
On Mon, Mar 26, 2012 at 7:11 PM, Sam Sebastian <[hidden email]> wrote:

> I know that this is a really belated response and that you have probaly
> already fixed it but if I remeber correctly the command to update the "keys"
> is something like "sudo apt-key update" I don't think that's it and I'm away
> from my ubuntu computer right now so just google something along those lines
> and you will find the command
>
> On Mar 15, 2012 6:26 AM, "Lila M" <[hidden email]> wrote:
>>
>> hi,
>>
>> while trying to install some software in ubuntu, I sometimes found myself
>> confronted with a warning saying:
>> "
>> Requires installation of untrusted packages: The action would require the
>> installation of packages from not authenticated sources."
>>
>> is there any risk from installing such software although it comes with
>> ubuntu (i.e. it is available in the Ubuntu Software Center, but it is not
>> yet installed)
>>
>> thanks
>> Lila

Top-poster Sam is pretty close.  Check it out by just entering "sudo
apt-key" and the usage message tells you most of what you need to
know.

--
Kevin O'Gorman, PhD

--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: non-authenticated sources

Florin Andrei
On 03/26/2012 08:39 PM, Kevin O'Gorman wrote:
>
> Top-poster Sam is pretty close.  Check it out by just entering "sudo
> apt-key" and the usage message tells you most of what you need to
> know.

#############################################
$ sudo apt-key
Usage: apt-key [--keyring file] [command] [arguments]

Manage apt's list of trusted keys

   apt-key add <file>          - add the key contained in <file> ('-'
for stdin)
   apt-key del <keyid>         - remove the key <keyid>
   apt-key export <keyid>      - output the key <keyid>
   apt-key exportall           - output all trusted keys
   apt-key update              - update keys using the keyring package
   apt-key net-update          - update keys using the network
   apt-key list                - list keys
   apt-key finger              - list fingerprints
   apt-key adv                 - pass advanced options to gpg (download key)

If no specific keyring file is given the command applies to all keyring
files.
###############################################

I did "sudo apt-key update" and "sudo apt-key net-update". No improvement.

sudo apt-key list does show the Google key.

--
Florin Andrei
http://florin.myip.org/

--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: non-authenticated sources

Sam Sebastian
did you get the last email that i sent i said to download the deb
direct from google, and that should update the keys or whatever the
problem is with the apt-get keys


On Wed, Mar 28, 2012 at 6:45 PM, Florin Andrei <[hidden email]> wrote:

> On 03/26/2012 08:39 PM, Kevin O'Gorman wrote:
>>
>>
>> Top-poster Sam is pretty close.  Check it out by just entering "sudo
>> apt-key" and the usage message tells you most of what you need to
>> know.
>
>
> #############################################
> $ sudo apt-key
> Usage: apt-key [--keyring file] [command] [arguments]
>
> Manage apt's list of trusted keys
>
>  apt-key add <file>          - add the key contained in <file> ('-' for
> stdin)
>  apt-key del <keyid>         - remove the key <keyid>
>  apt-key export <keyid>      - output the key <keyid>
>  apt-key exportall           - output all trusted keys
>  apt-key update              - update keys using the keyring package
>  apt-key net-update          - update keys using the network
>  apt-key list                - list keys
>  apt-key finger              - list fingerprints
>  apt-key adv                 - pass advanced options to gpg (download key)
>
> If no specific keyring file is given the command applies to all keyring
> files.
> ###############################################
>
> I did "sudo apt-key update" and "sudo apt-key net-update". No improvement.
>
> sudo apt-key list does show the Google key.
>
> --
> Florin Andrei
> http://florin.myip.org/
>
>
> --
> ubuntu-users mailing list
> [hidden email]
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

--
ubuntu-users mailing list
[hidden email]
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Loading...