Answers for "linux change default browser command line"

0

how to change the web default browser in linux

karthick@Ubuntu-desktop:~$ sudo update-alternatives --config x-www-browser 
There are 3 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

  Selection    Path                    Priority   Status
------------------------------------------------------------
  0            /usr/bin/google-chrome   200       auto mode
* 1            /usr/bin/firefox         40        manual mode
  2            /usr/bin/google-chrome   200       manual mode
  3            /usr/bin/opera           90        manual mode
Posted by: Guest on September-02-2021
-1

change default terminal linux

sudo update-alternatives --config x-terminal-emulator
Posted by: Guest on March-04-2021

Code answers related to "linux change default browser command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language