Probelms Intstalling Trac using apt-get Ubuntu Jaunty

Posted by Ben Waine on Server Fault See other posts from Server Fault or by Ben Waine
Published on 2010-04-19T00:05:13Z Indexed on 2010/04/19 0:13 UTC
Read the original article Hit count: 560

Filed under:
|
|
|
|

Hi,

I'm having some issues getting apt to install trac correctly on my Ubuntu Jaunty Box.

Using the command 'apt-get install trac' I get the following output:

root@myserver:~# apt-get install trac
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  trac: Depends: python-setuptools (> 0.5) but it is not installable
        Depends: python-pysqlite2 (>= 2.3.2) but it is not going to be

installed Depends: python-subversion but it is not installable Depends: libjs-jquery but it is not installable Recommends: python-pygments (>= 0.6) but it is not installable or enscript but it is not installable Recommends: python-tz but it is not installable E: Broken packages

I have successfully used the command on my karmic kola desktop machine and am able to create new projects etc.

I thought I might be able to solve the problem by installing all python related extensions. This produced a very similar output.

I have Main, universe and multi-verse repositories enabled. Its a remote machine and I have no access to the gui.

Hope someone can help, googleing failed to solve the issue or find a solution!

Thanks,

Ben

© Server Fault or respective owner

Related posts about ubuntu

Related posts about apt-get