From 39f89c373458e99a18901180767c91abc64cf2d2 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 30 Jan 2022 22:17:54 -0600 Subject: [PATCH] Add failed to commit transaction error --- content/posts/installing-every-arch-package.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/posts/installing-every-arch-package.md b/content/posts/installing-every-arch-package.md index cb701f9f..bf1f708e 100644 --- a/content/posts/installing-every-arch-package.md +++ b/content/posts/installing-every-arch-package.md @@ -172,3 +172,18 @@ cat out | xargs sudo pacman -Sdd --noconfirm ``` At the time of this writing, I'm not done installing everything quite yet, but I'll update this post when I'm done. + +Update: I got an error! +``` +error: failed to commit transaction (conflicting files) +/usr/lib/python3.10/site-packages/tests/__init__.py exists in both 'python-pybtex' and 'python-wiktionaryparser' +/usr/lib/python3.10/site-packages/tests/__pycache__/__init__.cpython-310.opt-1.pyc exists in both 'python-pybtex' and 'python-wiktionaryparser' +/usr/lib/python3.10/site-packages/tests/__pycache__/__init__.cpython-310.pyc exists in both 'python-pybtex' and 'python-wiktionaryparser' +/usr/bin/sl exists in both 'python-softlayer' and 'sl' +/usr/bin/singularity exists in both 'singularity' and 'singularity-container' +/usr/lib/SoapySDR/modules0.8/libairspySupport.so exists in both 'soapyairspy' and 'soapyosmo' +/usr/share/tessdata/osd.traineddata exists in both 'tesseract' and 'tesseract-data-osd' +Errors occurred, no packages were upgraded. +``` + +I'll fix it later. Stay tuned.