General ⇒ Hebrew support in LyX - install problem Linux
Hebrew support in LyX - install problem Linux
sudo apt-get install culmus ivritex
and it says : E: unable to locate package ivritex.
what can I do to make it work ?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10361
- Joined: Mon Mar 10, 2008 9:44 pm
Hebrew support in LyX - install problem Linux
welcome to the forum!
Correct,
sudo apt-get install ivritex
should be the way to install. Maybe your Linux repositories don't have it.Perhaps download the .deb file from here: https://sourceforge.net/projects/ivrite ... tex-1.2.1/
Then run
sudo dpki -i ivritex_1.2.1-1_all.deb
Stefan
Hebrew support in LyX - install problem Linux
thank youStefan Kottwitz wrote:Hi noamhayun,
welcome to the forum!
Correct,sudo apt-get install ivritex
should be the way to install. Maybe your Linux repositories don't have it.
Perhaps download the .deb file from here: https://sourceforge.net/projects/ivrite ... tex-1.2.1/
Then runsudo dpki -i ivritex_1.2.1-1_all.deb
Stefan

I tried the first option and the error is just the same as I described at the open message.
I also tried to download the file and it says that dpki command not found.
edit : you rock! thank you very much it was dpkg and now it works.
