How can I find which Linux distros have specific Apps. Movestuff, LinuxNewbie
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.
How can I find which Linux distros have specific Apps. Movestuff, LinuxNewbie
Hi All. This is my 1st Q post... likely simple stupid Qs, but whatever.
I'd like to use a Debian system. but try as I may can't get past the installer.
Soo I found ubuntu/kubuntu is deb based, but want typo3 & the lampp server,db package.
I want to get an outo'the box distro which includes Typo3 and all the lampxx (?) apps for CMS net programming to load to net.
I don't know if Ubuntu keeps a public list of default packages, but I compiled a list of the packages on my Ubuntu 8.04 Server Edition (minus the ones I installed myself of course):
is probably more revealing by what distros are not represented. Either the package is extremely easy to compile or there is probably a good reason why the two biggest enterprise distros (RH&Suse) are not represented. While I do not know typo3 I would suspect that the later is more likely.
It doesn't matter whether or not a package comes with a distro, because you can always install from source
Code:
package-name.tar.gz
You need to have the
Code:
lsb
, linux standard base package installed. Then you can install from source. If you use Debian, which has 26,000 available packages, you'll have what you need. You would use
Code:
synaptic
as your package manager, and use the search button.
Code:
synaptic
will automatically install any dependencies for you.
That package is in Debian. Did you try using Debians graphical installer ? it might appear a bit easier for you. boot your Debian installer CD/DVD and at the boot prompt type installgui
user@it-etch:~$ aptitude search typo3
p typo3 - Powerful content management framework (Meta package)
p typo3-dummy - Empty TYPO3 site package for starting a new site from scratch
v typo3-src -
p typo3-src-4.2 - Powerful content management framework (Core)
user@it-etch:~$ apt-cache policy typo3
typo3:
Installed: (none)
Candidate: 4.2.3-1
Version table:
4.2.3-1 0
500 http://ftp.uwsg.indiana.edu lenny/main Packages
Not sure what you mean by lampxx
to setup a lamp server in Debian I just do this (su - to root first)..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.