Playing AVI, DVD, Media

Hi all,
I am brand new to OpenSuse as of my first installation the day before yesterday. It has really been amazing. I have been a windows user for years and never thought of trying anything else until I had to do some work on some broken PCs I had sitting around and after I got them up and running Microsoft said I needed new Licenses for all of them! After spending a few hours on the phone I thought I will give Linux a try. I love it.:wink: I did have some problems getting a DVD to play but I just kept finding packages and installing them and now everything works. My question is Are there any logs that show what I installed and when I installed it. With that information maybe I could add to the Wiki about how I got mine working.
Thanks
Nordite

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If you installed things normally they are all in the RPM database…
query it with -q and add an ‘a’ to query for everything. Pipe the
output to ‘less’ so you don’t get tons of data written to your screen
and lost before you can review it:

rpm -qa | less

Hit ‘q’ when you’re ready to exist ‘less’.

You can also go into ‘yast’ or ‘yast2’ and then to Software: Software
Management and browse things graphically and with a nice interface for you.

Good luck.

Nordite wrote:
> Hi all,
> I am brand new to OpenSuse as of my first installation the day before
> yesterday. It has really been amazing. I have been a windows user for
> years and never thought of trying anything else until I had to do some
> work on some broken PCs I had sitting around and after I got them up and
> running Microsoft said I needed new Licenses for all of them! After
> spending a few hours on the phone I thought I will give Linux a try. I
> love it.:wink: I did have some problems getting a DVD to play but I just
> kept finding packages and installing them and now everything works. My
> question is Are there any logs that show what I installed and when I
> installed it. With that information maybe I could add to the Wiki about
> how I got mine working.
> Thanks
> Nordite
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJJpeJQAAoJEFl00+q2r0Ypeb0P/1gjNkBRpVdT64CWJzQpqdbd
sY1L+Av3CGcpmawWAWxsjJJytxOE3R3jpuXTNZuysZe/7Zh+/CzNAczo26aHI6fm
oGGKB/u4Ao9pPMHJ9iC7VNQAq7SU1Q6P918SLa8iaSQnfnsxxngOyJbbdQeSYNsl
njf4h6KSDadoYS804gR2GuGNDhjjsLYST3r19MW9BNfPQmJmucXiiXqONjnW60QL
Q6J8tOpWFsRgWx8A8eRqYEunDVAhD0lz66H+unxqnKRIne7/3ahI8PmeaBrz3xEl
Yj9veFN8d4lzpAzF+E/aP6EClyhimGIlX4N5FaPdUOjfdKjysUpTu/JmxxDvl1UM
1bFte786b/G/7glTJjKKkoKKvSYmAQQj/mi1OWubNrQcTNRHs9/DpC40whRMxPt/
Re+Kox9i3iG0D+tTl/eliqht2AzaIKRnphN6ya3aUiDflp7aJKOi8VaOhFoqdBI5
tNx1lQDvGMUfBh9QWhg2PiHNcvBZyI4UE2PZcaOVbxLxfmB3Mn3dby4Gs0HV07fJ
BnyrrhIPYWQAMTc4D2at9X8vhsps40fs26Ve6ozO1OoChhLZwZi6RXeCbkjQAzWd
aFb1LLHRz/g01OY9xPJCZE/HRbhv5juYd7LQP8C5tuR1ba1UyTcuTGs/GnBn8HKb
ulwtTUVoexkrUTqVvblx
=IrG2
-----END PGP SIGNATURE-----

Hi,

Nordite wrote:
> question is Are there any logs that show what I installed and when I
> installed it.

rpm --query --all --last

Kind regards,
Andreas Stieger

Further to Andreas Stieger’s advice, … if you find the list scrolls by too fast, you can redirect the output to a text file, and then open the text file with a text editor … for example:
rpm -qa --last > installed-rpms.txt
and then open “installed-rpms.txt” with a text editor.