Quote:
Originally Posted by Mr. Alex
tommcd, so you're saying that I can install nVidia driver, Java, Flash, different codecs from extra repos in Debian?
|
Yes, the
debian multimedia repo has all the codecs and other proprietary stuff:
http://www.debian-multimedia.org/
Quote:
Originally Posted by Mr. Alex
And use Firefox like it's portable in Windows (kind of)?
|
The easiest way to use firefox in Debian is to download it from mozilla.com to your home directory. Then untar it. Then cd into the ~/firefox/plugins directory and run:
Code:
ln -s /usr/lib/mozilla/plugins/* .
This will link all of your iceweasel plugins to the firefox plugins directory.
Then cd back up one directory to the firefox directory:
Then to launch firefox do:
and you will be running firefox from mozilla.com.
Or you can just move the firefox directory to /usr/lib, and then make a symlink from
/usr/lib/firefox/firefox to /usr/bin/firefox.
As root:
Code:
mv firefox /usr/lib/
cd /usr/bin/
ln -s /usr/lib/firefox/firefox .
And then FF will be installed system wide.
In either case, you can put a launcher for firefox on your desktop to run it from wherever you put it.
Note: These are for 32bit Debian. I am not sure how to install the firefox from mozilla.com on a 64bit system, since mozilla does not have (as far as I know) a 64bit package for firefox.