Difference between revisions of "Converting to RHEL 8 from Fedora 31"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Purpose== To document what I did to get my usual packages to work. ==Packages== ===KeePass=== <ref>https://www.mono-project.com/download/stable/#download-lin-centos</ref><re...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
==Packages==
 
==Packages==
 
===KeePass===
 
===KeePass===
<ref>https://www.mono-project.com/download/stable/#download-lin-centos</ref><ref>https://koji.fedoraproject.org/koji/buildinfo?buildID=1377693</ref>
+
<ref>https://www.mono-project.com/download/stable/#download-lin-centos</ref>
 +
<ref>https://koji.fedoraproject.org/koji/buildinfo?buildID=1377693</ref>
 +
<ref>https://koji.fedoraproject.org/koji/buildinfo?buildID=1342878</ref>
 +
This doesn't work at the moment.
 
<pre>
 
<pre>
 
sudo rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
 
sudo rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
 
sudo su -c 'curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo'
 
sudo su -c 'curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo'
 +
sudo dnf install xdotool-3.20150503.1-9.fc31.x86_64.rpm
 +
Error:
 +
Problem: conflicting requests
 +
  - nothing provides libxdo.so.3()(64bit) needed by xdotool-1:3.20150503.1-9.fc31.x86_64
 +
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
 +
 
sudo dnf install keepass-2.43-1.fc32.x86_64.rpm
 
sudo dnf install keepass-2.43-1.fc32.x86_64.rpm
 +
 
Updating Subscription Management repositories.
 
Updating Subscription Management repositories.
 
mono-centos8-stable                                                                                                                                          169 kB/s | 391 kB    00:02     
 
mono-centos8-stable                                                                                                                                          169 kB/s | 391 kB    00:02     
 
Error:  
 
Error:  
 
  Problem: conflicting requests
 
  Problem: conflicting requests
  - nothing provides xdotool needed by keepass-2.43-1.fc32.x86_64
 
 
   - nothing provides xsel needed by keepass-2.43-1.fc32.x86_64
 
   - nothing provides xsel needed by keepass-2.43-1.fc32.x86_64
 
</pre>
 
</pre>

Latest revision as of 13:21, 29 October 2019

Purpose

To document what I did to get my usual packages to work.

Packages

KeePass

[1] [2] [3] This doesn't work at the moment.

sudo rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
sudo su -c 'curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo'
sudo dnf install xdotool-3.20150503.1-9.fc31.x86_64.rpm
Error: 
 Problem: conflicting requests
  - nothing provides libxdo.so.3()(64bit) needed by xdotool-1:3.20150503.1-9.fc31.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

sudo dnf install keepass-2.43-1.fc32.x86_64.rpm

Updating Subscription Management repositories.
mono-centos8-stable                                                                                                                                          169 kB/s | 391 kB     00:02    
Error: 
 Problem: conflicting requests
  - nothing provides xsel needed by keepass-2.43-1.fc32.x86_64