I'm trying to compile a LaTeX file with Kile on a laptop running Linux CentOS 7.
In the .tex file, I've the command \usepackage{dsfont}
Kile does not compile my file and produces the following error:
File 'dsfont.sty' not found
What can I do to solve this problem?
I tried to install all the texlive packages with this command, but it did not solve the problem:
sudo yum -y install texlive texlive-*.noarch
Edit: Ralf Stubner pointed out that there's another answer explaining what to do. I checked it but unfortunately it does not solve my problem and it does not provide solutions for Linux CentOS.
sudo yum -y install epel-releaseandsudo yum -y install texlive-doublestroke.noarchand the problem is still there. – DavideChicco.it Jan 30 '18 at 21:08Package epel-release-7-11.noarch already installed and latest versionandNo package texlive-doublestroke.noarch available. Error: Nothing to do. Any idea? Thanks – DavideChicco.it Jan 31 '18 at 22:54