تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Learn Linux Package Manager (Arabic) Ep18 - تعلم نظام إدارة الحزم في الينكس الحلقة ١٨ ضمن كورس RHCE Level 1 شرح قناة Shako Mako Tech شكو ماكو، الفديو رقم 19 مجانى معتمد اونلاين
في هذا الفيديو سوف نتعرف فوائد نظام إدارة الحزم في الينكس وكيفية استخدامه مع بعض الأمثلة البسيطة
لتنزيل ال كوكل كروم النسخة الأولى:
# wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-83.0.4103.97-1.x86_64.rpm
لتنزيل وتنصيب المفتاح (الببلك) للكوكل:
# wget https://dl.google.com/linux/linux_signing_key.pub
# rpm --import linux_signing_key.pub
لتنزيل ال كوكل كروم النسخة الثانية (للتحديث):
# wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-85.0.4183.102-1.x86_64.rpm
##################
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/rpm/stable/x86_64/google-chrome-stable-83.0.4103.97-1.x86_64.rpm
To download and install the Google public key:
# wget https://dl.google.com/linux/linux_signing_key.pub
# rpm --import linux_signing_key.pub
To download the second version of Google Chrome (for the update):
# wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-85.0.4183.102-1.x86_64.rpm