On Fri, 16 Oct 2015 14:18:31 -0400, John Lauterbach wrote:
>In what order do the following DEB files need to be installed?
>
>John
>
>
>    
>    
>
>    
> *         evolution-3.18.1+git20151008-0ubuntu2~wily1      
>
> *         evolution-common-3.18.1+git20151008-0ubuntu2~wily1      
>
> *         evolution-dbg-3.18.1+git20151008-0ubuntu2~wily1      
>
> *         evolution-dev-3.18.1+git20151008-0ubuntu2~wily1      
>
> *         evolution-plugins-3.18.1+git20151008-0ubuntu2~wily1      
>
> *
> evolution-plugins-experimental-3.18.1+git20151008-0ubuntu2~wily1      
>
> *         libevolution-3.18.1+git20151008-0ubuntu2~wily1


More important than the order is to resolve the dependencies.
You don't need the dbg and dev packages.

sudo -i
rm evolution-{dbg,dev}*; dpkg -i --force-depends * && apt-get install -f

Perhaps it's not wise to use the development branch and to install
unofficial packages, if you need to ask this question.
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to