Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
hello every1, im a freshman in Highschool and i just started up an IT club for my school. we have 8 computers, 4 with Fadora, and 4 with Ubuntu. we are having a hard time installing the programs we need because These types of Linux do not come with Install Wizard. please help me out.
Hi,
Fedora has its own installing program. To install new programs go to "applications/addremove software" and you will get a window called "Package Manager".
You can search this package manager for any new software you would like to add.
Ubuntu also has a similar idea found at "Applications/addremove applications". Here you will get a window showing you many applications you can install on Ubuntu.
They each have their own package managers. Fedora/Red Hat has Yum and Ubuntu/Debian has Apt.
For example, if you would like to install Inkscape (popular vector image program) on a Fedora/Red Hat system, you'd type in (as root): yum install inkscape and for a Debian/Ubuntu system, you'd type in: apt-get install inkscape.
You just need to know the package that you would like to install. You can also install packages by compiling them from source, but that is a whole 'nother ball of wax.
i just read your post, about that add remove apps feature in ubuntu, i am trying to install banshee, i opened up add remove apps, and it does not see the files on my desktop, is there a way to browse to them?
I'm not familiar with Banshee. However, you could try
Code:
sudo apt-get install banshee
It's possible this may be available in the standard repositories. If it isn't, you'll have to add enable other repositories.
You may have to make this another post all it's own as I don't suggest hijacking another persons thread. Try googling your problem and see if you find any fixes. If not, post your problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.