Kate on Ubuntu 9.10

Asked by Jerry Story

I upgraded to Ubuntu 9.10 and now Kate doesn't work. It used to work. How can I get Kate to work?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu kdesdk Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ryan Dwyer (ryandwyer) said :
#1

Open a terminal and run: sudo apt-get install --reinstall kate

Revision history for this message
Jerry Story (story-jerry) said :
#2

On Thu, Jan 21, 2010 at 3:45 PM, Ryan Dwyer
<email address hidden> wrote:
> Your question #98243 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/98243
>
>    Status: Open => Answered
>
> Ryan Dwyer proposed the following answer:
> Open a terminal and run: sudo apt-get install --reinstall kate
>

I did that. Kate still doesn't work. Something about KBuildSycoca,
whoever that is.

Revision history for this message
Davide Notaristefano (mokmo) said :
#3

Hi Jerry,

have you tried removing kate and reinstalling, then?
It may solve your problem... ;)

Bye

Revision history for this message
Jerry Story (story-jerry) said :
#4

On Thu, Jan 21, 2010 at 4:51 PM, Davide Notaristefano
<email address hidden> wrote:
> Your question #98243 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/98243
>
>    Status: Open => Answered
>
> Davide Notaristefano proposed the following answer:
> Hi Jerry,
>
> have you tried removing kate and reinstalling, then?
> It may solve your problem... ;)
>
> Bye

I remove Kate and reinstalled Kate. It still doesn't work. It says
something about KBuildSycoca.

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

Can you run:

sudo apt-get update; sudo apt-get --purge remove kate; sudo apt-get --purge autoremove; sudo apt-get install kate

and give the output here

Thanks

Revision history for this message
Jerry Story (story-jerry) said :
#6

On Thu, Jan 21, 2010 at 6:57 PM, actionparsnip
<email address hidden> wrote:
> Can you run:
>
> sudo apt-get update; sudo apt-get --purge remove kate; sudo apt-get
> --purge autoremove; sudo apt-get install kate
>
> and give the output here
>
> Thanks

I get this:

E: Unable to lock the administration directory (/var/lib/dpkg/), is
another process using it?

I don't understand that message. I don't think I'm running dpkg.

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

Do you have synaptic / software center open? only ONE app can access the packages at any one time.

If not then run this command:

sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a; sudo apt-get update; sudo apt-get --purge remove kate; sudo apt-get --purge autoremove; sudo apt-get install kate

You will be ok then

Revision history for this message
Jerry Story (story-jerry) said :
#8

On Thu, Jan 21, 2010 at 11:09 PM, actionparsnip
<email address hidden> wrote:

> Do you have synaptic / software center open? only ONE app can access the
> packages at any one time.

Yup. I had synaptic open. (I was using it so much that I left it open
and then forgot about it.)

I closed synaptic and then did this:
 sudo apt-get update
 sudo apt-get --purge remove kate
 sudo apt-get --purge autoremove
 sudo apt-get install kate

All those things did something.

Kate still doesn't work.
The KBuildSycoca message still comes up.

Revision history for this message
Launchpad Janitor (janitor) said :
#9

This question was expired because it remained in the 'Open' state without activity for the last 15 days.