تابستون داره تموم میشه ها، فرصت‌ها محدودن کلی آفر جذاب در کمپین تابستون🔥👇
۰ ثانیه
۰ دقیقه
۰ ساعت
۰ حسن سهرابیان
آموزش نصب firefoxDevEdition در Ubuntu
جامعه پی اچ پی ایجاد شده در ۲۹ آذر ۱۳۹۸

بنیاد Mozilla مدعی است که نسخه Developer Edition از مروگر Firefox برای توسعه دهندگان وب کارایی بالاتری نسبت به نسخه Firefox standard داشته و برای این حرفه پیشنهاد به نصب آن کرده است . حال ما به چرایی این امر کاری نداشته و نمی‌خواهیم آن را مورد نقد و بررسی قرار داده هر چند که بنیاد Mozilla برای مرورگر خود نسخه‌های مختلفی را ارائه کرده است و شما می‌توانید با توجه به نوع سیستم عامل و حرفه ی خود از این لینک اقدام به دانلود نسخه مورد نظر کنید. لازم به ذکر است ip مذکور برای ایران بهینه نبوده و برای دسترسی نیاز به proxy جداگانه دارید .  

 

برای دسترسی به ویدئوی آموزشی بر روی لینک روبرو کلیک نمائید : لــــیــــنـــک   

خلاصه دستورات مورد استفاده از ویدئو ی آموزشی به شرح ذیل می‌باشد : 

use the bellow commands for remove your firefox standard : 
$ sudo apt-get purge firefox
$ sudo apt-get remove firefox
How to install Snapd packe on my linux distribution :
by the bellow commands snapd, you can remove firefox standard or reinstall that
$ sudo apt update
$ sudo apt install snapd
$ sudo snap install hello-world
$ sudo snap remove firefox
$ sudo snap install firefox
How can you extract that, it's easy ! :
$ tar -xvf firefox-69.0b14.tar.bz2
How can I move current directory to the next directory ? 
$ mv /home/username/Downloads/firefox/opt
create symlink : 
$ ln -s /opt/firefox/firefox /usr/local/bin/firefox
if you accident ERROR to above command, you should do this :
$ sudo unlink /usr/local/bin/firefox
$ ln -s /opt/firefox/firefox /usr/local/bin/firefox
create new file with ".desktop" according bellow by "touch" command : 
$ touch /usr/share/applications/firefox-developer.desktop
1-1 you must use "nano" command to create and hack some command to inside that 
on the follow with 1-2 :
$ nano /usr/share/applications/firefox-developer.deskop
1-2 write the bellow command inside that (firefox-developer.desktop) : 
[Desktop Entry]
Name=Firefox Developer
GenericName=Firefox Developer Edition
Exec=/usr/local/bin/firefox
Terminal=false
Icon=/opt/firefox/browser/chrome/icons/default/default48.png
Type=Application
Categories=Application;Network;X-Developer;
Comment=Firefox Developer Edition Web Browser
you must executable "firefox-developer.desktop" by this bellow : 
$ chmod +x /usr/share/applications/firefox-developer.desktop
-- and then you just write "firefox" to run your FirefoxDeveloperEdition browser