Missing libappindicator3-1 installing Slack

I had such issue with new version of Debian 11 (2021-09-07). Here is what I did to install Slack desktop app on Debian. I will use slack-desktop-4.19.2-amd64.deb file for the example dpkg-deb -x slack-desktop-4.19.2-amd64.deb unpack dpkg-deb –control slack-desktop-4.19.2-amd64.deb unpack/DEBIAN Open the file ./unpack/DEBIAN/control and replace libappindicator3-1 with libayatana-appindicator3-1 After that do dpkg -b unpack slack.deb … Read more

How does Debian differ from Debian-Slim? [closed]

You can compare the git repos used to build the images (rootfs.manifest is useful). Or you can run each image and see what they show is different: $ docker run –rm debian:stable dpkg –get-selections >debian-stable-pkgs.txt $ docker run –rm debian:stable-slim dpkg –get-selections >debian-stable-slim-pkgs.txt $ diff debian-stable-pkgs.txt debian-stable-slim-pkgs.txt 23,24d22 < iproute2 install < iputils-ping install 35,36d32 … Read more

I need my Debian rules file to simply copy files to it’s target

Although you’ve already got your own answer, I’ll point out a couple of things. You seem to be doing this in a very complicated manner. If you simply need to copy files into certain directories, write a debian/mypackagename.install with the following format: path/to/file/relative/to/source/root path/to/install/relative/to/system/root (do not prepend / before /usr, or /opt, or whatever your … Read more

How to install build-essential on mac?

Homebrew (brew) is not the same as apt-get, and does not have the same packages. In particular, build-essential is not a Homebrew package. The package build-essential is a Debian package. From apt show build-essential, If you do not plan to build Debian packages, you don’t need this package. Starting with dpkg (>= 1.14.18) this package … Read more

Postgres 15. permission denied for schema public

The first comment nailed the most likely reason this is happening. Quoting the release announcement: PostgreSQL 15 also revokes the CREATE permission from all users except a database owner from the public (or default) schema. The reason your fix didn’t work is that all actions you took on database postgres in regards to user admin‘s … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)