Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

How do you install mysql on tiny core? Also how do you install clamav? Can you install apt-get or yum on tiny core?

All should be done in command line / terminal

share|improve this question

2 Answers 2

I know the broad answer is to use the app browser: http://distro.ibiblio.org/tinycorelinux/download_howto.html That is to say that is how you install applications from a broad perspective. Having said that, I am not sure it addresses your specific question.

share|improve this answer
    
They app browser helps. But I am not sure if it has mysql –  matt Jun 12 at 21:23
    
I am currently deciding the best OS for my server –  matt Jun 12 at 21:24

MySQL isnt avaialble for Tiny Core, but mariadb v10.0.19 is. Mariadb is a drop-in replacement for MySQL.

ClamAV isn't in the TC repository, so isn't currently available.

The Apt-get and YUM package managers are for entirely different distributions and therefore not usable with TC.

The TC command line app browser (tce-ab) can install mariadb in on-demand mode, or mount mode.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.