Tutorial de instalación en #Fedora #Linux de los #repositorios #rpmfusion para potenciar tu estación opensource. Tienes curiosidad, dale al play 👈 Para mucho...
seen from China

seen from United States
seen from United States
seen from China
seen from China
seen from United States
seen from China
seen from United States

seen from United States
seen from China

seen from China

seen from China
seen from United Kingdom
seen from United States
seen from China
seen from China
seen from United States

seen from China

seen from United Kingdom
seen from China
Tutorial de instalación en #Fedora #Linux de los #repositorios #rpmfusion para potenciar tu estación opensource. Tienes curiosidad, dale al play 👈 Para mucho...
Setting up Steam with Fedora 23 in 2 easy steps
Everyone loves Valve's Steam and one of the best things about the whole system is that they've worked really hard to make sure that everyone can take advantage of this vast distribution network of video games. That means that you can use Steam whether you're on Windows, Linux or Mac. So, for the purposes of this little post/tutorial, I'll show you how I set up Steam on my laptop which is running Fedora 23.
Enabling the RPMFusion Repositories
The first step is to enable the repositories for RPMFusion. If you're on Fedora 22 and lower, you'll need to follow these instructions. If you're already on Fedora 23, run the following: su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'
One command to install Steam
Next, you'll need to install Steam which couldn't be easier. Just open up a terminal and run the following command if you're on Fedora 23 or use yum if you're on Fedora 22 and earlier: dnf install steam And that's pretty much it! Once Steam has finished installing, go to your Applications menu and select Games. You'll see a little snazzy Steam icon there. Select it, accept the Terms and Conditions, and let Steam update which it probably will since you'll be running it for the first time. Once the update is complete, login with your Steam account credentials, or create a new account if you haven't already done so. Now if only Alien Swarm was available on Steam for Linux, which it's not. Alien Swarm is still only available to Windows users! It's an older game but there is still a lot of demand for it, so it's a little surprising that Linux users on Steam are still denied. :/
Fedora 23 升级到Fedora 24
方法参考请看这里,http://ift.tt/28L1oAl
简单说一下通过copr安装的第三方包,在升级之前需要将其block掉,因为网络和其他原因,很多包都无法正常升级,为避免问题,可以在系统升级后再更新这些第三方的包。 例如:
## 关闭第三方包 sudo dnf config-manager –set-disabled rpmfusion-free sudo dnf config-manager –set-disabled rpmfusion-nonfree sudo dnf config-manager –set-disabled rpmfusion-free-updates sudo dnf config-manager –set-disabled rpmfusion-nonfree-updates
## 开启第三方包 sudo dnf config-manager –enablerepo rpmfusion-free sudo dnf config-manager –enablerepo rpmfusion-nonfree sudo dnf config-manager –enablerepo rpmfusion-free-updates sudo dnf config-manager –enablerepo rpmfusion-nonfree-updates
另外rpmfusion也需要自己手动升级,国内可能被墙,自己找办法下载下来再更新。
dnf install http://ift.tt/2974aQR
python包出现如下问题无法rpm更新时: error: unpacking of archive failed on file /usr/lib/python3.4/site-packages/requests/packages/chardet: cpio: rename
原因是之前这些包是用pip install,现在需要将原来的包uninstall,重新更新即可,参考这里,http://ift.tt/2apfird
from http://ift.tt/2apfzum