个人工具

“UbuntuHelp:GaimMeanwhileHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/GaimMeanwhileHowto}} {{Languages|UbuntuHelp:GaimMeanwhileHowto}} This document details how to install the Meanwhile plugin for Gaim under Ubuntu 5...)
 
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/GaimMeanwhileHowto}}
 
{{From|https://help.ubuntu.com/community/GaimMeanwhileHowto}}
 
{{Languages|UbuntuHelp:GaimMeanwhileHowto}}
 
{{Languages|UbuntuHelp:GaimMeanwhileHowto}}
 +
'''This page is now obsolete.  It should be deleted as an unnecessary duplicate of [[UbuntuHelp:InstallPidgin2.0|Install Pidgin 2.0]].'''
 
This document details how to install the Meanwhile plugin for Gaim under Ubuntu 5.04 using alien and dpkg.
 
This document details how to install the Meanwhile plugin for Gaim under Ubuntu 5.04 using alien and dpkg.
 
 
==== Steps to install ====
 
==== Steps to install ====
 
1) Download (to your desktop) the Meanwhile and Gaim-Meanwhile RPMs from sourceforge at:
 
1) Download (to your desktop) the Meanwhile and Gaim-Meanwhile RPMs from sourceforge at:
 
 
http://sourceforge.net/project/showfiles.php?group_id=110565
 
http://sourceforge.net/project/showfiles.php?group_id=110565
 
 
The filenames you want are:
 
The filenames you want are:
 
 
* gaim-meanwhile-1.0.2-0.i386.rpm
 
* gaim-meanwhile-1.0.2-0.i386.rpm
 
* meanwhile-0.3-1.i386.rpm
 
* meanwhile-0.3-1.i386.rpm
 
 
2) Convert the RPMs to .deb packages:
 
2) Convert the RPMs to .deb packages:
 
 
* Open a terminal, then:
 
* Open a terminal, then:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
cd desktop
 
cd desktop
第22行: 第16行:
 
sudo alien ./meanwhile-0.3-1.i386.rpm
 
sudo alien ./meanwhile-0.3-1.i386.rpm
 
</nowiki></pre>
 
</nowiki></pre>
 
 
3) Install the .deb packages:
 
3) Install the .deb packages:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg -i ./gaim-meanwhile_1.0.2-1_i386.deb ./meanwhile_0.3-2_i386.deb
 
sudo dpkg -i ./gaim-meanwhile_1.0.2-1_i386.deb ./meanwhile_0.3-2_i386.deb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
----
 
----
 
 
In Ubuntu 5.10 ''Breezy'' or Ubuntu 6.4 ''Dapper'', simply install the package ''gaim-meanwhile'' from ''universe''.
 
In Ubuntu 5.10 ''Breezy'' or Ubuntu 6.4 ''Dapper'', simply install the package ''gaim-meanwhile'' from ''universe''.
 
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:19的最新版本

This page is now obsolete. It should be deleted as an unnecessary duplicate of Install Pidgin 2.0. This document details how to install the Meanwhile plugin for Gaim under Ubuntu 5.04 using alien and dpkg.

Steps to install

1) Download (to your desktop) the Meanwhile and Gaim-Meanwhile RPMs from sourceforge at: http://sourceforge.net/project/showfiles.php?group_id=110565 The filenames you want are:

  • gaim-meanwhile-1.0.2-0.i386.rpm
  • meanwhile-0.3-1.i386.rpm

2) Convert the RPMs to .deb packages:

  • Open a terminal, then:
cd desktop
sudo alien ./gaim-meanwhile-1.0.2-0.i386.rpm
sudo alien ./meanwhile-0.3-1.i386.rpm

3) Install the .deb packages:

sudo dpkg -i ./gaim-meanwhile_1.0.2-1_i386.deb ./meanwhile_0.3-2_i386.deb

In Ubuntu 5.10 Breezy or Ubuntu 6.4 Dapper, simply install the package gaim-meanwhile from universe.