myDSL Extensions (deprecated) :: upgrade firefox
Hi,
I did a HDinstall and now I'd like to upgrade firefox to 1.0 or higher so I can use the fullscreen-extension (http://extensionroom.mozdev.org/more-info/autohide). How would I go about that? Regular install ends with complaints about missing libraries, off course.
Thnx, Fok
Have you tried using apt-get? This is recommended for installing and managing programs for a hd install.
To get started download dsl package dsl_dpkg.dsl or apps->tools->enable apt
then in terminal
cd /etc/apt
using vi edit sources.list
put '#' infront of stable
remove '#' infront of testing
sudo su
apt-get update
then in order to install programs
apt-get install "name of program"
Good idea,
I'm trying that. But I'm behind a firewall here: so I put export http_proxy=10.1.1.43:80 and ftp_proxy=10.1.1.43:80 in /etc/bashrc. Does'nt work...anyone know how to get around this one?
never mind, I got it.
original here.