I am trying to install redis with pacman in steam deck desktop mode and I get the following error: Partition /etc too full: 11891 blocks needed, 750 blocks free
How to fix pacman error about /etc being to full?
260 views Asked by Lampros Tampourlos At
1
There are 1 answers
Related Questions in ARCHLINUX
- Running docker image for ASP.NET core sample from Microsoft on arch linux, cant browse to http://localhost:5000
- Pyperclip library doesn't recognize Python 3.12 in Visual Studio Code on Arch Linux
- vscode extensions have low download/reviews count on linux but not on windows?
- Emulator process termination - The Android emulator exited with code -11 after startup
- VirtualBox ErrorVkPhysicalDevice does not support GetPhysicalDeviceCalibrateableTimeDomainsKHR
- How to start a headless session without a desktop environment using tigervnc?
- sdl2 c program on wayland doesn't show window
- How do I fix sway waybar not displaying my custom module?
- Is there an efficient way to format Decimal?
- fatal error: helloworld.c: No such file or directory
- Docker login credentials, pass + gpg
- npm freezed while installing packages
- How to manage XMonad (and xmobar and anything else related to it) via GHCup+cabal?
- OpenMPI Installation on Archlinux
- Error "undefined reference to" when building package seafile-client on manjaro
Related Questions in PACMAN-PACKAGE-MANAGER
- Install of MINGW fails when installing from MSYS2
- How do I download msys2?
- Terminal acts like package still exists after uninstalling
- How do you solve no matching distribution found for kivy_deps.gstreamer_dev~=0.3.3 in mingw64?
- "zstd: symbol lookup error: zstd: undefined symbol: POOL_joinJobs" error on Arch Linux when trying to install applications with package managers
- Pacman (Archlinux) Can'f find a package while it's present on AUR
- pacman: symbol lookup error: /usr/lib/libcurl.so.4: undefined symbol: libssh2_session_set_read_timeout
- How to fix pacman error about /etc being to full?
- I got a conflicting files error message from pacman
- Deleting multiline variable content from a file
- Where is the URL to download the package(tar) in archlinux packages page?
- Unable to download package in msys2 - fail to connect to mirror, server
- PGP key issue while trying to install mysql2 in rails project
- List pacman upgradable packages without "-version"
- Cmake Error on Manjaro: CMake Error: Could not find CMAKE_ROOT
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

pacmaninstalls packages. The files typically go into/usr, but configuration files will be installed into/etc.In order for this to work, it needs to be able to store stuff in these directories, which means that they must not be (too) full before starting.
So if
pacmancomplains that yourPartition [is] /etc too full, than it probably is just right about this, and you should be grateful that it refuses to risk corrupt data.The solution is obviously to resize the partition you are trying to write to.