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:

$ 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.


-- 
Regards,

Dick Steffens

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to