Yanıtlar:
curl
bir bağlantıdan bir şey indirmek için bir yardımcı programdır. Varsayılan olarak STDOUT'a yazar (yani terminaldeki bağlantıdan bir şeyler yazdırır)
-L
Seçeneği curl
aracı:
-L, --location
(HTTP/HTTPS) If the server reports that the requested page has moved to a
different location (indicated with a Location: header and a 3XX response
code), this option will make curl redo the request on the new place...
Operatör |
, komutun çıkışını komuttan önceki STDIN olarak geçiren bir borudır.
apt-key
depolar için uygun anahtarlar eklemek için bir yardımcı programdır. Sen görebilirsiniz add
ile yapar man apt-key
:
add <filename>
Add a new key to the list of trusted keys. The key is read from the
filename given with the parameter filename or if the filename is -
from standard input.
Bahsettiği gibi, anahtar dosyanın STDIN'den okunması gerektiğini -
söyler apt key add
, bu durumda curl
komuttan çıkarılan şey budur , bu yüzden toplamda:
Taşınmış olsa bile bu bağlantıda ne varsa indirin ve güvenilir bir APT depo anahtarı olarak ekleyin.