لغة القالب

طريقة تثبيت محرر النصوص Atom على Ubuntu 20.04

Atom هو محرر نصوص وأكواد برمجية مفتوح المصدر تم تطويره بواسطة GitHub وإطلاقه لأنظمة Windows و Linux و macOS . يدعم أكثر من 35 لغة برمجة بشكل افتراضي ويمكنك تخصيصه عن طريق تثبيت الكثير من الإضافات.

طريقة تثبيت محرر Atom.

يمكنك تثبيت محرر Atom بثلاث طرق:

1- Ubuntu Software Center
2- Snap Package
3- Official Repository

تثبيت محرر Atom باستخدام Ubuntu Software Center

اتبع هذه الخطوات الموجودة في الصور لتثبيت Atom :

Ubuntu Software
Open Ubuntu Software
Atom Editor
Search Atom Editor
Atom
Install Atom
ثم بعد ذلك انتظر حتى يكتمل تثبيت محرر Atom.

تثبيت محرر Atom باستخدام Snap Package

تحتاج هنا إلى فتح نافذة سطر الأوامر وكتابة الأمر التالي :
sudo snap install atom --classic
snap command
install Atom editor with the snap command

تثبيت محرر Atom باستخدام Official Repository

مجددا قم بفتح نافذة سطر الأوامر وكتابة الأوامر التالية بالترتيب :

الأمر الأول:
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
signing key
Add a signing key

الأمر الثاني :
echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" | sudo tee /etc/apt/sources.list.d/atom.list
repository
Add repository

بعد ذلك قم بتحديث النظام عبر كتابة الامر التالي :
sudo apt update
تعتبر هذه الخطوة ضرورية قبل تثبيت محرر Atom

الآن تستطيع تثبيت محرر Atom باستخدام هذا الأمر :
sudo apt install -y atom
Install Atom editor
Install Atom editor

تستطيع الآن فتح محرر Atom عبر الضغط على Activities ثم البحث عن Atom.

هذا كل شيء، إذا استفدت من هذا الشرح شاركه عبر مواقع التواصل الإجتماعي.

مايو 25, 2020

عدد المواضيع