Anonymous-100
Nick
Description

Kpartsplugin install from source in Opera with a binary backup

Statistics
64 views by Anonymous and 4 views by registered users
Extra Info
Uname
Linux darkstar 2.6.37.6 #3 SMP Sat Apr 9 22:49:32 CDT 2011 x86_64 Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz GenuineIntel GNU/Linux
Term
xterm
Shell
/bin/bash
Size
80x24

Kpartsplugin install in Opera - 80x24

The archive kpartsplugin-20120605.bin.tar.xz was created so that you have a backup of the plugin files. Additionally you can use it to install on another (similar) machine with:

tar Pxvf kpartsplugin-20120605.bin.tar.xz

This should be done as root or with the command prefaced with sudo.

The install.log can also be used to remove kpartsplugin in the future, e.g.:

cat install.log | xargs -d'\n' -n1 rm -v

Alternatively if you didn't keep install.log you could actually use the listing from kpartsplugin-20120605.bin.tar.xz, e.g.

tar Ptf kpartsplugin-20120605.bin.tar.xz | xargs -d'\n' -n1 rm -v

Again, you would need to be root to do this.

In case it wasn't obvious. This was one of my video's but I made it before I had an account. ;)

Fork me on GitHub