fedora-deepin spin
Tofloor
poster avatar
ldot75cm
deepin
2017-01-22 10:27
Author
Edited by ldot75cm at 2018-11-23 17:53

Fedora is a most popular distro on the world. Its very professional. I use many years with Fedora, and use free time to make it better. Now, you can use Deepin Desktop Environment in your Fedora system.

Installation instructions
  1. sudo dnf install http://download1.rpmfusion.org/free/fedora/releases/$(rpm -E %fedora)/Everything/$(uname -i)/os/Packages/r/rpmfusion-free-release-$(rpm -E %fedora)-1.noarch.rpm
  2. sudo dnf copr enable mosquito/deepin
  3. sudo dnf update
  4. sudo dnf install deepin-desktop deepin-session-ui deepin-launcher deepin-screenshot deepin-terminal
  5. sudo systemctl disable gdm.service && sudo systemctl enable lightdm.service
  6. sudo sed -i "/SELINUX=/s|enforcing|disabled|" /etc/selinux/config
Copy the Code
After done, simply reboot into your new nice environment.

If your have any issue, please discuss with me. More information, see https://github.com/FZUG/deepin-desktop




Reply Favorite View the author
All Replies
4 / 4
To page
deepinuser17
deepin
2018-11-24 20:20
#61
  1. # cat fedora-rawhide.repo
  2. # These packages are untested and still under development. This
  3. # repository is used for development of new releases.
  4. #
  5. # This repository can see significant daily turnover and major
  6. # functionality changes which cause unexpected problems with other
  7. # development packages. Please use these packages if you want to work
  8. # with the Fedora developers by testing these new development packages.
  9. #
  10. # # https://admin.fedoraproject.org/mailman/listinfo/test (Subscription
  11. # Required) is available as a discussion forum for
  12. # testing and troubleshooting for development packages in conjunction
  13. # with new test releases.
  14. #
  15. # More information is available at http://fedoraproject.org/wiki/Testing
  16. #
  17. # Reproducible and reportable issues should be filed at
  18. # http://bugzilla.redhat.com/.
  19. #
  20. # Product: Fedora
  21. # Version: rawhide

  22. [rawhide]
  23. name=Fedora - Rawhide - Developmental packages for the next Fedora release
  24. failovermethod=priority
  25. #baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide//Everything/$basearch/os/
    enabled=0
    repo_gpgcheck=0
  26. type=rpm
  27. gpgcheck=1
  28. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
  29. skip_if_unavailable=False

  30. [rawhide-debuginfo]
  31. name=Fedora - Rawhide - Debug
  32. failovermethod=priority
  33. #baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/$basearch/debug/tree/
    enabled=0
  34. repo_gpgcheck=0
  35. type=rpm
  36. gpgcheck=1
  37. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
  38. skip_if_unavailable=False

  39. [rawhide-source]
  40. name=Fedora - Rawhide - Source
  41. failovermethod=priority
  42. #baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/
    enabled=0
  43. repo_gpgcheck=0
  44. type=rpm
  45. gpgcheck=1
  46. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
  47. skip_if_unavailable=False
Copy the Code
Reply View the author
Comments
ldot75cm
2018-11-24 20:32
enabled=0 没启用哇
另外,要改baseurl,而不是metalink
dance707
deepin
2018-11-26 17:36
#62
Deepin on Fedora 30 Server Edition !

exclude=deepin-help deepin-notifications

had to exclude deepin-help,  missing deepin-manual
had to exclude deepin-notifications,  conflicts with deepin-session-ui


Reply View the author
Comments
ldot75cm
2018-11-26 20:04
赞\(≧▽≦)/
4 / 4
To page