LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 07-01-2018, 08:40 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Will not upgrade system due to some file conflict...


I have no idea how to fix this so I can upgrade,
error
Code:
(164/164) checking for file conflicts              [######################] 100%
error: failed to commit transaction (conflicting files)
thunar-archive-plugin: /usr/lib/xfce4/thunar-archive-plugin/engrampa.tap exists in filesystem (owned by engrampa-thunar-plugin)
Errors occurred, no packages were upgraded.
I've already tried
Code:
$ sudo pacman -r thunar-archive-plugin
warning: option --root is deprecated; use --sysroot instead
error: failed to initialize alpm library
(could not find or read directory: thunar-archive-plugin/var/lib/pacman/)
userx@manjaro:~
$ sudo pacman -r thunar
warning: option --root is deprecated; use --sysroot instead
error: failed to initialize alpm library
(could not find or read directory: thunar/var/lib/pacman/)
 
Old 07-01-2018, 09:44 PM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I got it fixed.

Code:
sudo rm  /usr/lib/xfce4/thunar-archive-plugin/engrampa.tap
then ran upgrade again.
 
Old 07-02-2018, 10:11 PM   #3
GeorG323
LQ Newbie
 
Registered: Jul 2018
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
I got it fixed.

Code:
sudo rm  /usr/lib/xfce4/thunar-archive-plugin/engrampa.tap
then ran upgrade again.
That worked for me as well, thanks for all the help!
 
Old 07-03-2018, 07:21 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
No problem, I think they’ve got a glitch in there system.
 
Old 12-04-2018, 02:04 PM   #5
zainka
LQ Newbie
 
Registered: Oct 2009
Posts: 4

Rep: Reputation: 0
..And I think the "glitch" is still remaining.

In a freash install, downloaded yesterday and installed, the first thing.... the verry first thing I did... was to do an

pacman -Syyu

and had the same problem.

A remove of the mentioned file and a new upgrade went fine after this.

Question is, did I need the file or not? Do not see any issues yet
 
Old 12-04-2018, 02:18 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by zainka View Post
..And I think the "glitch" is still remaining.

In a freash install, downloaded yesterday and installed, the first thing.... the verry first thing I did... was to do an

pacman -Syyu

and had the same problem.

A remove of the mentioned file and a new upgrade went fine after this.

Question is, did I need the file or not? Do not see any issues yet
this file? -----> /usr/lib/xfce4/thunar-archive-plugin/engrampa.tap

I never had an issue not having it installed, and I have also been a quite few installs of Manjaro since this issue, I vaguely remember seeing that again in one of the other installs and did the same, removed it, though I do not remember much about it after that.
 
Old 01-04-2019, 10:25 PM   #7
nikgnomic
LQ Newbie
 
Registered: Aug 2018
Distribution: Manjaro, AVLinux
Posts: 17

Rep: Reputation: Disabled
this was comment on Manjaro forum in June last year:

Quote:
thunar-archive-plugin: /usr/lib/xfce4/thunar-archive-plugin/engrampa.tap exists in filesystem (owned by engrampa-thunar-plugin)

It looks like this is a packaging conflict which hasn’t been addressed by the upstream package(s). It’s a pretty trivial fix though, simply uninstall engrampa-thunar-plugin:

sudo pacman -Rncs engrampa-thunar-plugin
sudo pacman -Syu

There’s no loss of functionality.
this is a known issue and has been mentioned in later the stable update announcements
still listed on last update announcement of 2018-12-31

https://forum.manjaro.org/c/announce...stable-updates
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Accessing an ubuntu file system when login is failing due to system problem pop up from apport alancaerdydd Linux - Newbie 3 08-14-2017 08:24 AM
file system error due to resizing lvm and not getting shell on reboot anil98433 Linux - Newbie 2 05-19-2012 07:48 AM
Can't boot windows/slackware acts eratic due to read only file system hedron Slackware 9 09-14-2010 04:33 PM
Yum update fails due to file conflict daveginorge Linux - Software 1 02-17-2008 08:09 AM
Why doesn't my system start due to missing file mozkaynak Fedora 6 12-09-2005 08:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration