Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So, I figured out how to get the Ndiswrapper installed using that fancy Terminal that has hardly any documentation, and I'm online now.
And, it is recommended that I install Firestarter.
Firestarter.com says Ubuntu will install at the Synaptic Package Manager.
It ain't there...
So, I come here to find some answers...and Firefox installs the Adobe Flashplayer without any problem.
I like the Ubuntu enviroment, except for this software installation process, it is so foriegn. And, obviously, installing Firestarter has to be possible, otherwise there would be something documented
You can still install via source code, although not recommended. Some time ago (1 year or so), Firestarter was removed as well from Gentoo's Portage (package manager).
Do you have a grafical user interface?Never mind that,I see you have firefox.You can install Firestarter from terminal like this; sudo apt-get install firestarter then enter password when asked.
Last edited by alan_ri; 03-27-2008 at 06:12 AM.
Reason: Firefox
1. At the terminal: Type:
su
2. Enter the root password.
3. Change to the directory in which you want to install. Type:
cd <directory path name>
For example, to install the software in the /usr/java/ directory, Type:
cd /usr/java/
Note about root access: To install the JRE in a system-wide location such as /usr/local, you must login as the root user to gain the necessary permissions. If you do not have root access, install the JRE in your home directory or a subdirectory for which you have write permissions.
4. Change the permission of the file you downloaded to be executable. Type:
chmod a+x jre-6u<version>-linux-i586.bin
5. Verify that you have permission to execute the file. Type:
ls -l
And I wound up doing this
Quote:
sidewalkcynic@circuit-circus:~$ sudo su
root@circuit-circus:/home/sidewalkcynic#
so is that the root???
And now, I have to figure out a directory path??
I download to the Desktop, and then I have to put in into a file above the desktop in computer, right?
the command "sudo" lets you run programs As root, when you need to install programs etc.
you could go and edit the repo config file which i believe is in /etc/apt/something.conf and see if there's some repo you might need, and then do a apt-get update again.
In Ubuntu firestarter is in the universe repository not the main one. Enable the universe repo and you can then install via synaptic. You can enable universe within synaptic: settings>Repositories check the box for Universe, close the repo dialog and reload as prompted and again search for firestarter and this time you can find it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.