top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Gvim on Ubuntu 10.04 LTS?

+2 votes
418 views

I am trying to install Gvim via the Ubuntu software center, but I get
a fail message (below).

"Package dependencies cannot be resolved, This error could be caused by required additional software packages being missing or not-installable. Alternatively, there could be a conflict between software packages that are not allowed to be installed at the same time."

Any suggestions

posted Nov 9, 2013 by Bob Wise

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote
 
Best answer
answer Nov 10, 2013 by Deepankar Dubey
+1 vote

You can install the dependencies by

  apt-get build-dep gvim  

And try installing gvim.

answer Nov 10, 2013 by anonymous
Similar Questions
0 votes

I have an Ubuntu VDI image (created through Virtual box) in one laptop and want to install Ubuntu on bare metal using this VDI image.
Is it possible ?

+1 vote

Any suggestions on how I should install/configure Ubuntu server on the following hardware that I'm acquiring tomorrow?

Dual Xeon 2.0 GHz processors
5 x 146 GB SCSI Hot Swap Drives (10 Bays available and maybe filled in the near future)
16 GB RAM
1 Gb NIC

This machine will be used for various game servers (minecraft and the like) for my Son and his group of friends. It will also handle email/chat/ssh/file sharing as well.

I was thinking that maybe something like Proxmox first and then multiple virtual machines under that? I have zero experience with that but it will be fun to experiment.

+4 votes

Is there a way to install the kernel man pages (section 9) in ubuntu? In fedora, running "yum install kernel-doc" install them.

In Ubuntu, I tried:

apt-get install kernel-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Error: Unable to locate package kernel-doc
...