Re: force aptitude untrusted cli
On 2008-07-28 23:06 +0200, Telemachus wrote:
> On Mon Jul 28 2008 @ 11:39, Shachar Or wrote:
>> On Monday 28 July 2008 22:02, Telemachus wrote:
>> > On Mon Jul 28 2008 @ 9:18, Shachar Or wrote:
>> > > Hello!
>> > >
>> > > Is there a way to make aptitude install untrusted packages, in
>> > > command-line, without asking?
>> >
>> > Check "man aptitude" first:
>> >
>> > --allow-untrusted
>> > Install packages from untrusted sources without prompting. You should
>> > only use this if you know what you are doing, as it could easily
>> > compromise your system's security.
>>
>> Seems this isn't in etch. What version are you running?
>
> Ah, sorry then. I'm using Lenny, aptitude 0.4.11.4
In etch you would need to set Aptitude::Ignore-Trust-Violations to true,
i.e. use
# aptitude -o Aptitude::Ignore-Trust-Violations=true install <packages>
Sven
Reply to: