[部分解决]第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

[部分解决]第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#1

帖子 wowoto » 2009-04-14 1:16

第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...
先说一下,我已经查看了不下100个网页,但还没成功,具体如下:
tar zxvf /home/somebody/桌面/songbird.tar.gz
。。。(省略)
./Songbird/components/sbMetadataModule.so
./Songbird/components/sbProperties.xpt
./Songbird/components/browsersearch.xpt
./Songbird/songbird.png
./Songbird/README.txt
somebody-laptop:~$ cd /home/somebody/桌面/Songbird
somebody-laptop:~/桌面/Songbird$ ls
application.ini extensions LICENSE.html songbird xulrunner
blocklist.xml gst-plugins plugins songbird-bin
chrome jsmodules README.txt songbird.png
components lib scripts TRADEMARK.txt
defaults libjemalloc.so searchplugins updater.ini
我用了install--help,看不大懂...

:install [选项]... [-T] 来源 目的地
或:install [选项]... 来源... 目录
或:install [选项]... -t 目录 来源...
或:install [选项]... -d 目录...

睡觉去了..先谢谢回复者。sigh..
pl:
readme 文档:
SONGBIRD 1.1.2 BUILD 1042 README
-----------------------------------------------------------------------------

RELEASE NOTES
Information regarding new features, functionality improvements, and known
issues for this release can be found at:

http://wiki.songbirdnest.com/Release_Notes/1.1.2

ADDITIONAL DOCUMENTATION AVAILABLE

* Updating Feathers for Songbird 1.0
http://wiki.songbirdnest.com/Developer/Articles/Maintaining_Add-Ons/Updating_Feathers_for_Songbird_1.0

* Updating Extensions for Songbird 1.0
http://wiki.songbirdnest.com/Developer/Articles/Maintaining_Add-Ons/Updating_Extensions_for_Songbird_1.0

* Updated the Media Core APIs to take advantage of GStreamer.
http://wiki.songbirdnest.com/Developer/Articles/Maintaining_Add-Ons/Updating_Extensions_for_Songbird_1.0#Media_Core_API_Changes

* Display Panes Documentation
http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Display_Panes

* Webpage API Documentation
http://wiki.songbirdnest.com/Developer/Developer_Intro/Webpage_API

* Add-on API Documentation
http://wiki.songbirdnest.com/Developer/Developer_Intro/Extensions

-----------------------------------------------------------------------------

For more details, visit Songbird's Bugzilla at:
http://bugzilla.songbirdnest.com
上次由 wowoto 在 2009-04-15 12:51,总共编辑 1 次。
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#2

帖子 ellon » 2009-04-14 1:24

在這裡下載SongBird的deb包安裝便可:
http://www.getdeb.net/app/Songbird
头像
peachcolor
帖子: 898
注册时间: 2006-05-20 14:03

Re: 第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#3

帖子 peachcolor » 2009-04-14 1:27

呐,文档呢,一般来说应该看叫INSTALL的,而不是README
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

Re: 第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#4

帖子 wowoto » 2009-04-14 1:44

3q,按照2楼ok了,谢谢你哈 :em11 ,只是targz还是要搞懂的.还有谢谢三楼关注,我查了解压出来的文件,搜索,找不到install哦 :em01
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
‏‫‮
帖子: 38
注册时间: 2008-06-09 1:27

Re: 第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#5

帖子 ‏‫‮ » 2009-04-14 22:40

看上去不是源码的tar包, 已经帮你编译好了 直接运行把
头像
懒蜗牛Gentoo
论坛版主
帖子: 7353
注册时间: 2007-03-02 17:36
系统: Linux Mint

Re: 第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#6

帖子 懒蜗牛Gentoo » 2009-04-15 10:28

~/桌面/Songbird/songbird
或者
~/桌面/Songbird/songbird-bin

试试,你这个包应该是编译好的,直接用。
虽然世上没有完美的东西,但这并不影响我们追求完美,因为只有偏执狂才TMD能成功。
10.04新手入门——笨兔兔讲述自己的故事
头像
jimhu
帖子: 1322
注册时间: 2006-01-25 22:29
来自: 上海
联系:

Re: [部分解决]第一次发帖,关于安装tar,gz的,心里毛毛的,怕被骂...

#7

帖子 jimhu » 2009-04-15 14:28

编译最麻烦的就是依赖关系,不过可以通过

代码: 全选

sudo apt-get depends songbird
来安装依赖关系。
安装完以后再编译一般就会成功。。。
* MACBOOK MB063CH/B
OS:Snow Leopard/XP
* AMD X2 3600+/2G RAM/160GB+500GB Seagate/7300GT
OS:Arch/Vista

Kubuntu User #18899

=================================
Full Circle中文杂志 | Ubuntu社区独立发行的电子月刊
http://www.freeearth.org.cn
回复