View Full Version : Linux please show how to use command lines
zoomtechtv
11-10-2007, 01:03 PM
Patrick please show how to install some of the simple things in Linux like Flash Firefox using commmand lines.
WizMaster
11-10-2007, 04:55 PM
Patrick please show how to install some of the simple things in Linux like Flash Firefox using commmand lines.
You don't need the command lines in most of the popular distros and why? This is a general tech show and that's way too geeky. That's going into Systm territory.
Metatr0n
11-10-2007, 05:28 PM
Patrick please show how to install some of the simple things in Linux like Flash Firefox using commmand lines.
Most people here seem to be using Ubuntu or some other Debian based distro so just look for what you want on http://packages.ubuntu.com/gutsy/ or http://www.debian.org/distrib/packages and then just use sudo apt-get install [whatever you want]
zoomtechtv
11-10-2007, 06:10 PM
Most people here seem to be using Ubuntu or some other Debian based distro so just look for what you want on http://packages.ubuntu.com/gutsy/ or http://www.debian.org/distrib/packages and then just use sudo apt-get install [whatever you want]
Sometimes you will find a app that is not in the "apt-get install"
Plus it is always good to know.
Metatr0n
11-10-2007, 06:42 PM
Sometimes you will find a app that is not in the "apt-get install"
Plus it is always good to know.
Then you build it from source, it’s not hard.