Hardy
-
gsview on Ubuntu Hardy (8.04.02)Computer/linux 2009. 3. 13. 22:43
Compilation To compile the sources of gsview-4.9, gtk-config is necessary. apt-get install libgtk1.2-dev wget -c http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsv49src.zip unzip -aa gsv49src.zip unzip -o gsv49src.zip "gsview-4.9/binary/*" cd gsview-4.9 cp srcunx/unx.mak Makefile make cd gsview-4.9/bin/ gsview* gvxct.htm gvxde.htm gvxen.htm gvxes.htm gvxfr.htm gvxgr.htm gvxit.htm gvxnl.htm..
-
GPG error in apt-get updateComputer/linux 2009. 3. 8. 11:14
When I want to install the SMPlayer from http://smplayer.berlios.de/downloads.php?tr_lang=en, I have a problem which is W: GPG error: http://ppa.launchpad.net hardy Release: Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY @@@@@@@@@@@@ The solution is gpg --keyserver subkeys.pgp.net --recv @@@@@@@@@@@@ gpg --export --armor @@@@@@@@@@@@ | a..
-
ROOT system installation and updateComputer/linux 2008. 12. 20. 07:12
The ROOT system is an object-oriented Data Analysis Framework. http://root.cern.ch OS: Ubuntu 8.04 / RHEL 5.3 GCC : gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3) / gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) Some useful reference is http://root.cern.ch/twiki/bin/view/ROOT/SubversionHowto 1. Check the web site of ROOT system http://root.cern.ch/svn/root/tags/ http://root.cern.ch/viewcvs/tags/ and d..