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
- Can't delete nignx's temporary files without sudo
- chrome stopped listen to xdotool bindings after system update
- i need to install a python module through means of a .sh file
- issue installing packages on arch linux (RPi)
- glutTimerFunc() not limiting framerate
- probe is not getting called in i2c driver
- Cannot start docker daemon on Arch Linux (4.8.13-1-ARCH)
- Proxy issues on git and ssh - Arch linux
- Error while installing screenkey?
- Glitches when using simple screen recorder on Arch Linux box
- Yesod haskell-stack installing -fPIC
- Android Studio Error on Arch Linux
- take long time installing and updating packages by wget on arch linux
- Tired of creating /run/postgresql and setting read and execute writes after every reboot
- Tmux does not work in ZSH shell in arch linux
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?
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.