12.10 deleted my Kompozer

Asked by huw morgan

After upgrading to 12.10, I found that my copy of Kompozer had vanished. It is no longer available in Software Manager. What do I need to do to re install it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kompozer Edit question
Assignee:
No assignee Edit question
Solved by:
huw morgan
Solved:
Last query:
Last reply:

This question was reopened

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

https://launchpad.net/ubuntu/quantal/+package/kompozer

What is the output of:

uname -a

Thanks

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#2

Linux *****-netbook 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:27:31 UTC 2012 i686 i686 i686 GNU/Linux

Also your link took me to an Ubuntu page - do I need to download anything from there - and if so, to which directory?

Revision history for this message
Manfred Hampl (m-hampl) said :
#3
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

cd $HOME
wget http://launchpadlibrarian.net/102977238/kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
sudo dpkg -i ./kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
rm ./kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb

May cause the bug in Manfred's link. Not sure. You may need an alternative app.

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#5

Did the above - however got the following error messages:

dpkg: error processing kompozer (--install)
  dependency problems - leaving unconfigured
Processing ~
~
~
~
~
~
Errors were encountered while processing:
 kompozer

Could not find kompozer anywhere. Given the other correspondence received wrt kompozer removed due to bugs, no maintenance etc - what would you recommend to do now?

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

Try the command

sudo apt-get install -f

this should install the missing dependencies and make it run.

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

oops, sorry my fault:

you need to do this:

wget http://launchpadlibrarian.net/102977237/kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
sudo dpkg -i ./kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
rm ./kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
sudo apt-get install -f

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#8

Tried the above but failed the dpkg command with error

cannot access archive: No such file or Directory
Errors were encountered while processing:
./kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb

Did ls -lrt and could not see that file. Did a wget to the same repository but failed with ERROR 404: Not Found.

Can you provide a complete list of ALL the files I need to have in $HOME?

Also the 1ubuntu2_all.deb file is only 2.1Mb...bit on the small side?

thanks

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#9

Whoa!

Problem NOT solved - don't know how that one got out. How do I re open this question?

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#10

Progress

My fault - mistyped the first time I tried and then used the mouse to grab the command line and therefore repeated MY mistake.

However, on running the dpkg command - it failed on dependency.

message 'Package kompozer-data is not installed'

kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb is definitely there in $HOME

?

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#11

Found a .tar.gz file kompozer-data_0.8~b3.dfsg.1.orig.tar.gz in launchpad.net/ubuntu/+sourve/kompozer/1:0.8~b3.dfsg.1-0.1ubuntu2

Downloaded to $HOME

Is this of any use?

Revision history for this message
Manfred Hampl (m-hampl) said :
#12

Sorry, there was a small error in my command ('i386' instead of 'all') causing it to fail.

Try this:

cd $HOME
wget http://launchpadlibrarian.net/102977237/kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
wget http://launchpadlibrarian.net/102977238/kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
sudo dpkg -i ./kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
sudo dpkg -i ./kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
rm ./kompozer-data_0.8~b3.dfsg.1-0.1ubuntu2_all.deb
rm ./kompozer_0.8~b3.dfsg.1-0.1ubuntu2_i386.deb
sudo apt-get install -f

Revision history for this message
huw morgan (huw-morgan-dadeni) said :
#13

Hi Manfred

Sorry to be so late getting back to you, but I managed to get preoccupied with other stuff over the last few weeks. Anyway - Success|! Everything went through smoothly. Kompozer now working OK.

Thanks a lot for your help.