[PLUG] Building from Source - Totem Movie Player

Bill Barry bill at billbarry.org
Fri Mar 14 21:14:57 UTC 2014


On Mar 14, 2014 2:08 PM, "Dick Steffens" <dick at dicksteffens.com> wrote:
>
> On 03/14/2014 01:15 PM, Bill Barry wrote:
> >
> > To check if it installed do
> > dpkg -i --get-selections |grep -i totem
>
> $ dpkg --get-selections | grep totem
> gir1.2-totem-1.0                install
> gir1.2-totem-plparser-1.0            install
> libtotem-plparser-dev                install
> libtotem-plparser17                install
> libtotem0                    install
> totem                        install
> totem-common                    install
> totem-mozilla                    install
> totem-plugins                    install
>
> The -i (in both places) gave an error message about trying to do two
> thins at once:
>
My mistake, the first -i is wrong.

> $ dpkg: error: conflicting actions  (--get-selections) and -i (--install)
>
> > If it is installed you will get back some package name containing Totem
> > with the word installed after it.
> gir1.2-totem-1.0                install
> gir1.2-totem-plparser-1.0       install
> libtotem-plparser-dev           install
> libtotem-plparser17             install
> libtotem0                       install
> totem                           install
> totem-common                    install
> totem-mozilla                   install
> totem-plugins                   install
>
> > To find out where it is installed use
> > dpkg  -L packagenamefromabove
>
> $ dpkg -L totem_3.0.1-0ubuntu21.1_i386.deb
> Package `totem_3.0.1-0ubuntu21.1_i386.deb' is not installed.
> Use dpkg --info (= dpkg-deb --info) to examine archive files,
> and dpkg --contents (= dpkg-deb --contents) to list their contents.
>
>

The most likely one from the above list is
gir1.2-totem-1.0

So

dpkg -L gir1.2-totem-1.0

> --
> Regards,
>
> Dick Steffens
>
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug



More information about the PLUG mailing list