trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2019

Re: building TDE... almost done, but not quite ....

From: deloptes <deloptes@...>
Date: Wed, 04 Dec 2019 21:54:56 +0100
Ilya Dogolazky wrote:

> and now is the great moment to install the self compiled TDE onto the
> prepared clean machine, the very same workstation, so I'm typing "sudo
> apt install �tde-trinity" and....
> 
> Package tde-trinity is not available, but is referred to by another
> package. This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package 'tde-trinity' has no installation candidate
> 
> As a matter of fact apt is right: this package is nowhere to find,
> neither in 2_build nor in 3_repo (both of which are full of .deb
> files, 923 each)
> 
> So my question is as usual: how do I proceed now? I never did the
> installation of TDE in a "package by package" way, I always used the
> very same "tde-trinity" meta package.

I am not sure if the scripts create the ready to use repository, but you
need ftp or http server to make possible what you try. Then you add the
repository to apt sources and you can use the method to install.

Another way to install individual packages from the local drive is using
dpkg -i, but it is rather painful as it will not resolve the dependencies.

https://wiki.debian.org/DebianRepository
https://wiki.debian.org/DebianRepository/Setup
etc.

regards