-
I'm having a very annoying time trying to update the set of Pi that I configured with sdm and the aptcache plugin. Initially it seemed perfectly fine, then a few months ago(?) there was a short period…
-
following docs/INSTALLATION.md to install on Debian 10 do not work on Debian 12. I'm sorry I'm a complete n00b and am not familiar with the commands.
`george@debian:~/tsMuxer$ wget -qO - https://d…
-
## 에러메세지
```bash
191.8 /install.sh: line 12: syntax error near unexpected token `&&'
------
Dockerfile:6
--------------------
4 |
5 | COPY install.sh /
6 | >>> RUN bash /install.s…
-
Add the following to your ~/.bashrc AND /root/.bashrc file:
apt() {
command nala "$@"
}
sudo() {
if [ "$1" = "apt" ]; then
shift
command sudo nala "$@"
else
command sudo …
-
Hi!
I am running into an issue with all mysql 8 debian images. I cannot do a simple apt-get update because it refers to an invalid signature in mysql package.
My simple dockerfile:
```
FROM m…
-
### What happened?
When calling "`apt-get update`" the following message comes up:
> Err:5 https://github.armbian.com/configng stable InRelease
> The following signatures couldn't be verified …
-
1. sudo apt install python3-builtwith
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python3-builtwith
2. sudo ap…
-
## Problem description
Building an arm64 Debian image using `kiwi-boxed-plugin` (haven't tested natively yet) sometimes triggers the following error message when the OBS apt repository is included:…
-
I can successfully install APT, and run it, but when I try to do a price check on any item, it simply won't take into consideration any modifiers. For example, here's what I get:
When I copy/…
-
**Is your feature request related to a problem? Please describe.**
I would like to install lazygit via a package manager but linuxbrew is not available on many corporate machines.
**Describe the s…