fedora 28 安装 wine 运行 uTorrent 解决linux 端,pt 资源下载问题
fedora 28 仓库中,资源比较多。使用 wine 运行windows 程序,可以一定程度上解决软件跨平台问题。
搜索:
Last metadata expiration check: :: ago on Tue Nov :: 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: :: ago on Tue Nov :: PM CST.
Available Packages
Name : wine
Version : 3.19
Release : .fc28
Arch : i686
Size : k
Source : wine-3.19-.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
: .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 : .fc28
Arch : x86_64
Size : k
Source : wine-3.19-.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
: .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: :: ago on Tue Nov :: PM CST.
Installed Packages
Name : q4wine
Version : 1.3.
Release : .fc28
Arch : x86_64
Size : 6.9 M
Source : q4wine-1.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.
保持更新,转载请注明出处。
fedora 28 安装 wine 运行 uTorrent 解决linux 端,pt 资源下载问题的更多相关文章
- Linux下安装Wine运行windows程序
资料 首页 https://www.winehq.org/ 安装 https://www.winehq.org/download/ 教程 https://www.winehq.org/document ...
- Linux下安装Wine 运行、卸载 windows程序
资料 首页 https://www.winehq.org/ 安装 https://www.winehq.org/download/ 教程 https://www.winehq.org/document ...
- 解决ubuntukylin 13.10安装wine时无法解决软件包依赖问题
在ubuntukylin 13.10中,无论是在软件中心安装wine还是通过apt-get install安装wine都会出现软件包依赖问题且无法解决. 问题重现 在软件中心安装wine报错例如以下: ...
- Linux各个版本资源下载
Linux系统各发行版镜像下载(持续更新) == Linux系统各发行版镜像下载(2014年10月更新),如果直接下载不了,请使用迅雷下载.并且注意,我的下载地址,在 迅雷 里才起作用. Linux ...
- Debian安装wine运行Windows软件
1.sudo dpkg --add-architecture i386,使系统支持32位应用 2.wget -nc https://dl.winehq.org/wine-builds/Release. ...
- VS2012的安装项目只能用InstallShield Limited Edition[附资源下载]
以前版本的Visual Stuido中安装项目都可以使用微软自家的Visual Studio Installer,但是到了VS2012这一切都变了,只能用InstallShield Limited E ...
- (转载)WindowsXP上安装和运行神器SqlMap的步骤
在Windows XP上安装和运行SqlMap的步骤…… 1.首先下载SqlMap 点击下载. https://codeload.github.com/sqlmapproject/sqlmap/leg ...
- Nginx安装与运行配置总结
Nginx安装与运行配置总结 1. 去官网下载对应的nginx包,推荐使用稳定版本 2. 上传nginx到linux系统 3. 安装依赖环境 (1)安装gcc环境 yun install gcc-c+ ...
- ubuntu安装wine 和sourceinsght
ubuntu安装wine: 1.sudo apt-get update 2.sudo apt-get install wine 安装完成后会在当前用户目录的的家目录下生成.wine目录,该目录就是wi ...
随机推荐
- ZolltyMVC配置-说明文档
目前XML里支持的一级元素如下: <!-- 配置 --> <xsd:element ref="mvc"/> <xsd:element ...
- Java访问文件夹中文件的递归遍历代码Demo
上代码: import java.io.File; /* * 需求:对指定目录进行所有内容的列出(包含子目录中的内容) * 也可以理解为 深度遍历. */ public class FindAllFi ...
- Appium+Python 自动化-appium常用元素定位方法
https://www.cnblogs.com/rabbit-testing/p/8042733.html 大牛 https://blog.csdn.net/kaka1121/article/deta ...
- Gradle 大杂烩
1. 什么是Gradle Gradle是一个项目构建工具,目前支持Java.Groovy.Kotlin.Scala.构建脚本使用Groovy或Kotlin,目前一般用Groovy. 2. Gradle ...
- Apache Commons Digester 一 (基础内容、核心API)
前言 在许多需要处理XML格式数据的应用环境中, 如果能够以“事件驱动”的方式来处理XML文档,比如,当识别出特定的XML元素时,触发“创建对象”操作事件(或者触发调用对象的方法事件),这对于应用程序 ...
- 从零开始学 Web 之 DOM(三)innerText与innerHTML、自定义属性
大家好,这里是「 Daotin的梦呓 」从零开始学 Web 系列教程.此文首发于「 Daotin的梦呓 」公众号,欢迎大家订阅关注.在这里我会从 Web 前端零基础开始,一步步学习 Web 相关的知识 ...
- /proc文件系统 - 汇总
0. /proc目录简介 Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构.改变内核设置的机制. proc文件系统是一个伪文件系统,它只存在内存当中,而不占用外存空间 ...
- C#基础知识汇总(不断更新中)
------------------------------目录---------------------------- 1.隐式类型2.匿名类型3.自动属性4.初始化器5.委托6.泛型7.泛型委托8 ...
- win10 关闭自动更新
方法一 : 利用组策略关闭win10自动更新的步骤如下:1.按win+R打开“运行”,输入“gpedit.msc”,按下回车. 2.找到“计算机配置”→““管理模板”→“Windows 组件”→“Wi ...
- Asp.Net MVC学习总结之过滤器详解(转载)
来源:http://www.php.cn/csharp-article-359736.html 一.过滤器简介 1.1.理解什么是过滤器 1.过滤器(Filters)就是向请求处理管道中注入额外的 ...