Linux::debian

From www.deloptes.org
Revision as of 19:27, 20 October 2011 by Admin (talk | contribs) (Created page with "= Configurations = == Alternatives == === Configure default browser to custom firefox installation === update-alternatives --list www-browser /usr/bin/lynx.cur /usr/bin/w3m ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configurations

Alternatives

Configure default browser to custom firefox installation

update-alternatives --list www-browser
/usr/bin/lynx.cur
/usr/bin/w3m
sudo update-alternatives --install /etc/alternatives/x-www-browser www-browser /opt/custom/firefox/firefox 1
[sudo] password for <user>:
update-alternatives: renaming www-browser link from /usr/bin/www-browser to /etc/alternatives/x-www-browser.
<user>@<host>:/home-lisa/emanoil$ update-alternatives --list www-browser
/opt/custom/firefox/firefox
/usr/bin/lynx.cur
/usr/bin/w3m