   Get (),  ,   
apt-get (  apt-get    ).

Assume-Yes (  ). TRUE  apt-get   , -
  YES ,      .

Download-Only ( ). TRUE    ,   -
 . FALSE    .

Show-Upgraded ( ). TRUE   -
 .

Fix-Broken ( ). TRUE     
    . FALSE   
    .

Ignore-Missing ( ). TRUE   
      . FALSE -
        
  .

Compile (). TRUE     rpm-
(SRPM),     apt-get. FALSE ,   -
     .

 Acquire ().  Acquire  ,   -
 :

$ cat /etc/apt/apt.conf

Acquire {
Retries "";

Http {

Proxy ""; // http://user:pass@host:port/

}

};

 Retries ( )     
Apt    .  Http Proxy    
    HTTP.      , 
,  Apt   .     .

 RPM.    RPM  apt. conf.
$ cat /etc/apt/apt.conf

RPM {

Ignore { ];

Hold { };

Allow-Duplicated ( "^1$"; ""kernel-"; ""kmodule-"; '^gpg-pukeyS"
};

Options ( } ;

Install-Options "";

Erase-Options "";

Source {

Build-Command "rpmbuild --rebuild";

};

i      -"

 13.                          499