Ubuntu 12.04 how to install Celtx

Asked by Jeramy Skinner

I am running Ubuntu 12.04 LTS on a Dell Latitude D610. I am trying to install Celtx. I found a .deb package at http://mirrors.dotsrc.org/mirrors/pub/getdeb/ubuntu/pool/apps/celtx/celtx_2.9.1-1~. I right clicked it and hit install with Ubuntu Software Center. It came back dependency error missing libhunspell-1.2-0. I went to synaptic and did a search. I have libhunspell-1.3.2-4 already installed. Apparently 1.2-0 has been deleted from the repository. So repository has deleted this package and Celtx does not recognize the upgrade. Any suggestions?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubiquity Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Have you tried running:

sudo apt-get -f install

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

Just run:

sudo add-apt-repository ppa:dreamstudio/video
sudo apt-get update
sudo apt-get install celtx

And it will install. It is VERY rare to manually download deb files and install them in Ubuntu.

Revision history for this message
Jeramy Skinner (j-ls-514) said :
#3

Thank you, this solved it. I didn't know there was a ppa.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

ALWAYS ALWAYS try and find a PPA first:
https://launchpad.net/ubuntu/+ppas