I trying install latex editor texmaker(good over ubuntu) on centos 6.5 but i get many errors, then i search other app, texstudio works fine.
#rpm -Uvh texstudio-2.7.0-6.1.i686.rpm
Resources
[1] http://texstudio.sourceforge.net/
Tuesday, March 25, 2014
Thursday, March 20, 2014
Install VLC (Media Player) on Centos 6.5
#yum localinstall --nogpgcheck http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm #yum localinstall --nogpgcheck http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
#yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm #yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm
//verify repository
#yum --enablerepo=remi-test info vlc
#yum --enablerepo=remi-test install vlc
#vlc
//if you like update
# yum --enablerepo=remi-test update vlc
References:
[1] http://www.tecmint.com/install-vlc-media-player-in-rhel-centos-6-3-5-6-fedora-17-12/
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
-
Episodios: Épisode 1 : La Libertina de calidad (Le Libertin de qualité) Épisode 2 : La Apuesta de las tres cotillas (La Gageure des tr...
Python3 version alternatives and virtual environments
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...