fedora 28 安裝 wine 運行 uTorrent 解決linux 端,pt 資源下載問題

来源:https://www.cnblogs.com/xuyaowen/archive/2018/11/20/fedora28-wine.html
-Advertisement-
Play Games

fedora 28 倉庫中,資源比較多。使用 wine 運行windows 程式,可以一定程度上解決軟體跨平臺問題。 搜索: 安裝: wine 運行 程式: 為了更好得使用wine, 可以使用 社區開發的wine gui 來進行管理wine 環境。開發團隊,使用 Qt 來進行開發的wine GUI ...


 fedora 28 倉庫中,資源比較多。使用 wine 運行windows 程式,可以一定程度上解決軟體跨平臺問題。

 搜索:

Last metadata expiration check: 1:53:45 ago on Tue 20 Nov 2018 02:46:19 PM CST.
============================================================= Name Exactly Matched: wine ==========================================
wine.i686 : A compatibility layer for windows applications
wine.x86_64 : A compatibility layer for windows applications
============================================================ Name & Summary Matched: wine =========================================
q4wine.x86_64 : Qt GUI for wine

 安裝:

[root@localhost ~]# yum install wine
[root@localhost ~]# yum info wine
Last metadata expiration check: 2:11:57 ago on Tue 20 Nov 2018 02:46:19 PM CST.
Available Packages
Name         : wine
Version      : 3.19
Release      : 1.fc28
Arch         : i686
Size         : 59 k
Source       : wine-3.19-1.fc28.src.rpm
Repo         : updates
Summary      : A compatibility layer for windows applications
URL          : https://www.winehq.org/
License      : LGPLv2+
Description  : Wine as a compatibility layer for UNIX to run Windows applications. This
             : package includes a program loader, which allows unmodified Windows
             : 3.x/9x/NT binaries to run on x86 and x86_64 Unixes. Wine can use native system
             : .dll files if they are available.
             : 
             : In Fedora wine is a meta-package which will install everything needed for wine
             : to work smoothly. Smaller setups can be achieved by installing some of the
             : wine-* sub packages.

Name         : wine
Version      : 3.19
Release      : 1.fc28
Arch         : x86_64
Size         : 59 k
Source       : wine-3.19-1.fc28.src.rpm
Repo         : updates
Summary      : A compatibility layer for windows applications
URL          : https://www.winehq.org/
License      : LGPLv2+
Description  : Wine as a compatibility layer for UNIX to run Windows applications. This
             : package includes a program loader, which allows unmodified Windows
             : 3.x/9x/NT binaries to run on x86 and x86_64 Unixes. Wine can use native system
             : .dll files if they are available.
             : 
             : In Fedora wine is a meta-package which will install everything needed for wine
             : to work smoothly. Smaller setups can be achieved by installing some of the
             : wine-* sub packages.

 wine 運行 程式:

[root@localhost ~]# wine exe

 為了更好得使用wine, 可以使用 社區開發的wine gui 來進行管理wine 環境。開發團隊,使用 Qt 來進行開發的wine GUI 管理工具

q4wine.x86_64 : Qt GUI for wine
[root@localhost ~]#  yum info q4wine.x86_64
Last metadata expiration check: 0:41:38 ago on Tue 20 Nov 2018 05:50:58 PM CST.
Installed Packages
Name         : q4wine
Version      : 1.3.6
Release      : 3.fc28
Arch         : x86_64
Size         : 6.9 M
Source       : q4wine-1.3.6-3.fc28.src.rpm
Repo         : @System
From repo    : fedora
Summary      : Qt GUI for wine
URL          : http://q4wine.brezblock.org.ua/
License      : GPLv3+
Description  : Q4Wine is a qt GUI for wine. It will help
             : you manage wine prefixes and installed applications.
             : 
             : General features:
             : * Can export QT color theme into wine colors settings.
             : * Can easy work with different wine versions at same time;
             : * Easy creating, deleting and managing prefixes (WINEPREFIX);
             : * Easy controlling for wine process;
             : * Autostart icons support;
             : * Easy cd-image use;
             : * You can extract icons from PE files (.exe .dll);
             : * Easy backup and restore for managed prefixes.
             : * Winetriks support.

保持更新,轉載請註明出處。


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 文件目錄管理 一.認識Linux文件系統的架構 在Linux中是沒有盤符這個概念的,即Linux中沒有C盤和D盤的分盤。那麼我們直接通過對目錄的操作實現對磁碟的讀寫,因為已經建立的文件系統分區被掛載到一個目錄下。 我們可以註意到Linux表示目錄是使用"/"而不是像Windows那樣的"\"。 那麼 ...
  • 筆記本配置:8G記憶體,200G SSD,先在virbox中成功安裝雙系統,能正常進入並使用 Windows 7 和 CentOS 7。 網上看到一大堆的安裝 wingrub easyBCD,折騰了一天沒安裝成功,結果還是 google 找到一篇靠譜的文章,step by step 終於在第二天搞定雙 ...
  • 為什麼學習shell編程 shell腳本語言是實現linux/unix 系統管理機自動化運維所必備的重要工具,linux/unix系統的底層及基礎應用軟體的核心大部分涉及shell腳本的內容。每一個合格的linux系統管理員或運維工程師,都需要熟練的編寫shell腳本語言,並能夠閱讀系統及各類軟體附 ...
  • 1.Devops介紹 1.Devops是什麼 開發 development 運維 operations 2.Devops能幹嘛 3.Devops如何實現 設計架構規劃‐代碼的存儲‐構建‐測試、預生產、部署、監控 2.Git版本控制系統 1.版本控制系統簡介 2.為什麼需要版本控制系統 3.常見版本管 ...
  • 最終目標: useradd stu01;echo 123456|passwd --stdin stu01 useradd stu02;echo 123456|passwd --stdin stu02 useradd stu03;echo 123456|passwd --stdin stu03 第一步 ...
  • 更新系統軟體包 在進行安裝前,先大概瞭解一下在Linux下如何安裝應用軟體? 作為一個剛開始學習Linux的小白,對於一些基礎性問題卻總是理不清,比如,我的軟體安裝在什麼地方,安裝以後如何運行,怎麼查找我安裝的具體位置等. 這裡,主要安裝以tar打包的應用為主,大致分為這幾步,從網上下載需要安裝的軟 ...
  • df -hl 或者 df -m ...
  • 一、命令介紹 useradd 用於創建新的用戶 usermod 用於修改用戶屬性 userdel 用於刪除用戶 二、實例 useradd 參數 作用 -d 指定用戶的家目錄 -e 賬戶到期時間 格式:YYYY-MM-DD -u 指定用戶預設UID -g 指定用戶初始用戶組(必須已經存在) -G 指定 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...