yum update error

General support questions
punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/04 17:26:36

TrevorH wrote:It'll have a .repo file in /etc/yum.repos.d. If it's owned by a package (see my previous post) then yum remove the owning package. If it isn't then either edit it to enabled=0 or delete or move it away.
Hmm I'll try. Thank you so much for the support and patience!

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/07 15:46:09

Hey TrevorH, I got a different error, can I ask you help from here, or should I create another Topic?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: yum update error

Post by TrevorH » 2017/08/07 16:02:44

What's the error now?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/07 16:05:36

TrevorH wrote:What's the error now?

Code: Select all

[root@localhost ~]# yum remove libtasn1-2.4-1.el5.art.x86_64
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: libtasn1-2.4-1.el5.art.x86_64
Loading mirror speeds from cached hostfile
 * base: ftp.dei.uc.pt
 * extras: ftp.dei.uc.pt
 * updates: ftp.dei.uc.pt
 * webtatic: uk.repo.webtatic.com
Package(s) libtasn1-2.4-1.el5.art.x86_64 available, but not installed.
No Packages marked for removal
this one

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: yum update error

Post by TrevorH » 2017/08/07 16:07:41

Since you plan to replace it I'd just yum downgrade libtasn1
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/07 16:09:47

TrevorH wrote:Since you plan to replace it I'd just yum downgrade libtasn1

Code: Select all

[root@localhost ~]# yum downgrade libtasn1
Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
 * base: ftp.dei.uc.pt
 * extras: ftp.dei.uc.pt
 * updates: ftp.dei.uc.pt
 * webtatic: uk.repo.webtatic.com
Only Upgrade available on package: libtasn1-2.3-6.el6_5.x86_64
Nothing to do

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: yum update error

Post by TrevorH » 2017/08/07 16:18:51

libtasn1-2.3-6.el6_5.x86_64 is the correct version. If rpm -q libtasn1 says that is installed then there's nothing else to do.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/07 16:23:15

TrevorH wrote:libtasn1-2.3-6.el6_5.x86_64 is the correct version. If rpm -q libtasn1 says that is installed then there's nothing else to do.
yap, it is installed

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: yum update error

Post by Whoever » 2017/08/08 02:07:04

punktuga21 wrote:
TrevorH wrote:libtasn1-2.3-6.el6_5.x86_64 is the correct version. If rpm -q libtasn1 says that is installed then there's nothing else to do.
yap, it is installed

That exact version (2.3-6.el6_5)?

In any case, why do you want to remove it?

Code: Select all

yum remove libtasn1

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: yum update error

Post by punktuga21 » 2017/08/08 11:00:12

Whoever wrote:
punktuga21 wrote:
TrevorH wrote:libtasn1-2.3-6.el6_5.x86_64 is the correct version. If rpm -q libtasn1 says that is installed then there's nothing else to do.
yap, it is installed

That exact version (2.3-6.el6_5)?

In any case, why do you want to remove it?

Code: Select all

yum remove libtasn1
I just want to my multilib problem be solved.

Post Reply