2012-03-18 59 views

回答

6
+1

太棒了。一個關於Fedora內容的標準信息源的鏈接downvote。難道你們沒有更好的辦法嗎? – 2012-03-18 12:58:59

+3

這可能是一個snark downvote(雖然它可能是當之無愧)。 – 2012-03-18 13:11:27

+3

我低估了發佈只是一個鏈接,並給出了太短的答案。在我看來,這是相當於回答使用讓我谷歌爲你,這是通常不被接受的SO。其他像德克這樣的人花了更多的時間以更尊重的方式回答這個問題。事實上,這個問題是基本的谷歌容易谷歌並沒有使它不能接受的SO。 – 2012-03-18 13:16:23

5

RStudio是不是在任何發行的回購,但在適當的.deb或.rpm格式的from their site's handy download page在桌面或服務器變種可用。

對於rpm,Red Hat/CentOs列出了支持,這似乎暗示它也可用於較新的Fedora發行版。

1

使用Fedora軟件包管理器yum爲您做搜索有什麼問題?畢竟這是一個發行版的軟件包管理器。如果你不喜歡命令行應用程序,使用添加/(在Gnome的3應用程序>系統工具)刪除軟件前端yum

$ yum search studio 
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit 
Loading mirror speeds from cached hostfile 
* fedora: mirror01.th.ifl.net 
* rpmfusion-free: mirrors.coreix.net 
* rpmfusion-free-updates: mirrors.coreix.net 
* rpmfusion-nonfree: mirrors.coreix.net 
* rpmfusion-nonfree-updates: mirrors.coreix.net 
* updates: mirror01.th.ifl.net 
========================================================================= N/S Matched: studio ========================================================================== 
librawstudio.i686 : Rawstudio backend library 
librawstudio.x86_64 : Rawstudio backend library 
librawstudio-devel.i686 : librawstudio development files 
librawstudio-devel.x86_64 : librawstudio development files 
synfigstudio.i686 : Vector-based 2D animation studio 
synfigstudio.x86_64 : Vector-based 2D animation studio 
synfigstudio-devel.i686 : Development files for synfigstudio 
synfigstudio-devel.x86_64 : Development files for synfigstudio 
agistudio.x86_64 : AGI integrated development environment 
anchorman.x86_64 : The recording-studio-in-a-box 
anjuta-doc.noarch : Documentation for Anjuta DevStudio 
hercstudio.x86_64 : GUI front-end to the Hercules mainframe Emulator 
lib3ds.i686 : 3D Studio file format library 
lib3ds.x86_64 : 3D Studio file format library 
lib3ds-devel.i686 : 3D Studio file format library 
lib3ds-devel.x86_64 : 3D Studio file format library 
lib3ds-tools.x86_64 : 3D Studio file format library 
lmms.x86_64 : Linux MultiMedia Studio 
monkeystudio.x86_64 : Free cross-platform Qt 4 IDE 
rawstudio.x86_64 : Read, manipulate and convert digital camera raw images 
texstudio.x86_64 : A feature-rich editor for LaTeX documents 
zint-qt.i686 : Zint Barcode Studio 
zint-qt.x86_64 : Zint Barcode Studio 

    Name and summary matches only, use "search all" for everything. 
+0

Yum只搜索啓用的存儲庫。可能有其他值得使用的東西。 – dhardy 2014-05-22 08:30:58

+0

答案是投下snark。人不能使用yum或dnf的原因是這些工具不能回答海報的問題。一個翔實的答案是(https://ask.fedoraproject.org/en/question/81133/rstudio-installation-fails-on-fedora-23/)它的網站上發佈了https://www.rstudio.com/products/rstudio/download /最後一個是那個。一旦下載,你可以安裝** sudo dnf install rstudio-0.99.491-x86_64.rpm **(剛測試過,如果沒有安裝R-core,它會安裝它) – Greg 2016-06-19 15:45:34

+0

@greg問題是Rstudio在Fedora 16版本庫?不是有一個地方可用的rpm。你對snark的容忍度很低,但如果你認爲我沒有回答這個問題,那麼你顯然是錯誤的。你回答了一個不同的問題,Rstudio將不會按照人們所期望的方式進行更新,因爲它包含在正確的回購協議中。是的,我知道如何使用yum安裝rpm,但是當OP詢問repos時,假設他們想要回購而不是無意的rpm! – 2016-06-19 16:18:43

1

網站頁面上列出的RPM不包括完整的源 - 包括用於創建RPM包的SPEC文件。我們沒有辦法確保RPM構建的安全性,我建議完全避免RPM構建,直到我們擁有完整的源代碼。

我注意到PLD似乎也構建了一個包,它們的SPEC可能用來製作一個我們可以用來重建可驗證的RHEL5 RPM的工作SPEC - 以及從Fedora構建開始。我不認爲這是通過最短時間獲得適當Fedora包的最短路徑,但它是唯一一個可以在每一步中驗證的構建。 YMMV,祝你好運。

相關問題