في هذا الفيديو سوف نتعرف فوائد نظام إدارة الحزم في الينكس وكيفية استخدامه مع بعض الأمثلة البسيطة لتنزيل ال كوكل كروم النسخة الأولى: wget https://dl.google.com/linux/chrome/rp... لتنزيل وتنصيب المفتاح (الببلك) للكوكل: wget https://dl.google.com/linux/linux_sig... rpm --import linux_signing_key.pub لتنزيل ال كوكل كروم النسخة الثانية (للتحديث): wget https://dl.google.com/linux/chrome/rp... ################## In this video we will talk about the Package Manager in Linux (Red hat/CentOS), and how to use it with some simple examples. To download the first version of Google Chrome: wget https://dl.google.com/linux/chrome/rp... To download and install the Google public key: wget https://dl.google.com/linux/linux_sig... rpm --import linux_signing_key.pub To download the second version of Google Chrome (for the update): wget https://dl.google.com/linux/chrome/rp...