skip to Main Content

Reinstall postgres cluser in Ubuntu

I seem to have somehow deleted my postgres binaries (ubuntu 22.04). Running sudo apt install postgresql postgresql-contrib reinstalled the binaries for the pg 14 cluster: 18:42 $ pg_lsclusters Ver Cluster Port Status Owner Data directory Log file 12 main 5432…

VIEW QUESTION

Upgrade nodejs in Ubuntu 22 failed

nodejs -v v12.22.9 I tried to upgrade sudo apt remove nodejs sudo apt install nodejs I got error: (Reading database ... 220599 files and directories currently installed.) Preparing to unpack .../nodejs_21.6.1-1nodesource1_amd64.deb ... Unpacking nodejs (21.6.1-1nodesource1) ... dpkg: error processing archive…

VIEW QUESTION

EROFS is read-only error message in Ubuntu snap VSCode when using Apc Customize UI++ extension

I'm current trying to use the Apc Customize UI++ extension on VS Code. Using on Windows It worked perfectly, but on Ubuntu i faced this error: Apc Extension failed: Error: EROFS: read-only file system, rename '/snap/code/151/usr/share/code/resources/app/out/bootstrap-amd.js' -> '/snap/code/151/usr/share/code/resources/app/out/bootstrap-amd.js.apc.extension.backup' Could someone…

VIEW QUESTION
Back To Top
Search