You are not logged in.

#1 2023-10-04 10:07:43

bazilio97
Member
Registered: 2022-09-02
Posts: 8

[SOLVED] Can't update the system

Dear colleagues, when updating arch system I face with the trouble of updating system:

[bazilio@Lenovo ~]$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra                   8.2 MiB  12.7 MiB/s 00:01 [######################] 100%
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace texlive-core with extra/texlive-basic? [Y/n] Y
:: Replace texlive-science with extra/texlive-mathscience? [Y/n] Y
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgedit-amtk and amtk are in conflict

how could I fix it ?

Thank you in advace.

Last edited by bazilio97 (2023-10-04 10:47:00)

Offline

#2 2023-10-04 10:35:00

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [SOLVED] Can't update the system

Offline

#3 2023-10-09 11:28:35

shevket
Member
Registered: 2017-07-19
Posts: 13

Re: [SOLVED] Can't update the system

Could you be more specific on the solution?  `pacman -Runs amtk` didn't let me upgrade either, with `pacman -S libgedit-amtk` and accepting to remove `amtk` I still get dependencies conflicts...

Should one just remove the `amtk` package manually from the list or is there anything more straightforward to do? Thx

Perhaps

pacman -Rd amtk; pacman -Syu

Last edited by shevket (2023-10-09 11:34:11)

Offline

#4 2023-10-09 12:17:43

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [SOLVED] Can't update the system

I suppose what you wrote is the solution, ie, remove amtk with no dependency checks and update the system right after. I just pointed to the bug, I wasn't affected so I could not check.

Offline

#5 2023-10-09 12:51:12

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [SOLVED] Can't update the system

When the aforementioned bug is fixed, the package will be replaced automatcally. If you cannot wait, you have to replace it manually.

Offline

#6 2023-10-10 03:14:42

sonichy
Member
Registered: 2023-08-15
Posts: 11

Re: [SOLVED] Can't update the system

I uninstall gedit, then update successful.
[sudo pacman -Rd amtk] should be the right solution.

Last edited by sonichy (2023-10-10 03:22:47)

Offline

#7 2023-10-10 20:53:41

mmv-ru
Member
Registered: 2023-06-09
Posts: 1

Re: [SOLVED] Can't update the system

I solve problem by
pamac upgrade

Offline

#8 2023-11-02 21:35:02

Rec100
Member
Registered: 2022-03-12
Posts: 29

Re: [SOLVED] Can't update the system

For the more inexperienced users ...

My situation was:

$ sudo pacman -Rd amtk
[sudo] password for user: 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing amtk breaks dependency 'amtk' required by gedit
:: removing amtk breaks dependency 'amtk' required by tepl

What worked was removing the dependency packages and amtk:

$ sudo pacman -Rd gedit tepl amtk

Afterward, I ran

pacman -Syu

and reinstalled gedit,

pacman -S gedit

which has tepl as a dependency. All other solutions did not immediately work for me.

Last edited by Rec100 (2023-11-02 21:36:09)

Offline

Board footer

Powered by FluxBB