تثبيت فايرفوكس على نظام التشغيل لينُكس

معلومات المراجعة
  • معرّف المراجعة: 3771
  • تاريخ الإنشاء:
  • المُنشِئ: Chris Ilias
  • تعليق: move to staging area
  • Reviewed: نعم
  • Reviewed:
  • Reviewed by: missty125
  • Is approved? لا
  • Is current revision? لا
  • Ready for localization: لا
مصدر المراجعة
Revision Content
Translation in progress.

الحصول على Firefox مثبتة على الكمبيوتر الخاص بك هو الخطوة الأولى الخاصة بك إلى استخدامه. توضح هذه المقالة كيفية تثبيت Firefox على Linux. أخرى أنظمة التشغيل و انظر تثبيت Firefox على أنظمة تشغيل Windows و تثبيت Firefox على Mac.

Firefox يأتي مع معظم توزيعات لينوكس كمتصفح إفتراضي كما تتمتع برامج إدارة حزمة يتيح لك تثبيت Firefox بسهولة. وبشكل عام، يجب عليك تثبيت من إدارة الحزمة. حزمة إدارة: * تأكد أن لديك كافة المكتبات المطلوبة لتثبيت * Firefox بطريقة صحيحة ليعمل بشكل أفضل مع التوزيعة الخاصة بك * إنشاء اختصارات لتشغيل Firefox * Firefox جعل المتاحة لكافة مستخدمي جهاز الكمبيوتر الخاص بك * عمل إزالة لبرنامج Firefox نفس إزالة أي برنامج آخر

Package management also has some downsides:

  • It may not give you the latest version of Firefox
  • It may give you a version without Firefox branding

Installing from a package manager

To install Firefox using the package manager, please refer to the documentation of the Linux distribution you're using.


Installing outside of a package manager

Complete instructions for installing Firefox outside of package management may be available at your distribution's support website.

Before you install Firefox, make sure that your computer has the required libraries installed. Missing libraries will cause Firefox to be inoperable.

The following instructions will install Firefox into your home directory, and only the current user will be able to run it.

  1. Download Firefox from the Firefox download page to your home directory.
  2. Open a Terminal and extract the contents of the downloaded file.cd ~

tar xjf firefox-*.tar.bz2

  1. Close Firefox if it's open.
  2. To start Firefox, run the firefox script in the firefox folder.

~/firefox/firefox

Firefox should now start. You can then create an icon on your desktop to run this command.

libstdc++5 error

As noted above, you need to install the required libraries for Firefox to work. Many distributions don't include libstdc++5 by default.

"firefox not installed" message or wrong version of Firefox starts

You must start Firefox with the command ~/firefox/firefox If you try to start Firefox with the command firefox it will either start the package-manager-installed version of Firefox or will tell you the program is not installed.