Linux Installing and Uninstalling RPM Packages
| Posted by watashii | Filed under Unix
Installing a package on Linux: (Eg, MQSeriesRuntime-7.0.1-3.x86_64.rpm)
$ rpm -ivh MQSeriesRuntime-7.0.1-3.x86_64.rpm
Verify the package installed: (The architecture x86_64 name is not required)
$ rpm -qa MQSeriesRuntime-7.0.1-3
Uninstall the package:
$ rpm -e MQSeriesRuntime-7.0.1-3
Note: Sudo maybe required for install, in this case, run sudo rpm …
Install and Run Ubuntu on VMWare Player
| Posted by watashii | Filed under Programming, Software
This was my first attempt installing a Linux operating system, and I decided to run it over VMWare on top of my Windows XP system. Its the perfect way for me to trial an operating system without changes to my system boot-up. This post shows how I got the Guest OS Ubuntu 8.10 (Desktop) running on the Host OS Windows XP (32-bit). And it was fairly easy it turned out.
Source files: [Ubuntu.zip]