davebastard
Vinyl-Sammler
|
hattest du ned erst vor kurzem Hyprland  ?
|
Kirby
0x1B
|
hattest du ned erst vor kurzem Hyprland ? hab alles probiert. bin auch schon über dwm und bspwm. tilling WMs sind zwar cool und fesch wenn man die dotfiles mal eingrichtet hat. aber für meinen workflow komplett uninteressant.
|
JDK
Oberwortwart
|
Da Kirby is no jung, der distro(/wm)hopped halt no bis er sich ausglebt hat.
|
FirstBlood
Here to stay
|
Hörndl abstoßen!  @GAT, Könntest Du bitte davon mal einen Screenshot posten? Xfce4 im Windows Style
|
Jedimaster
Here to stay
|
Wäre tatsächlich interessant, das letzte mal hab ich den bei Xubuntu vor zig Jahren gesehen, da hats mir aber eigentlich gut gefallen.
|
davebastard
Vinyl-Sammler
|
alles mit ubuntu kann man leider vergessen wegen dem snap blödsinn IMHO. ich will nicht wenn ich per apt was installier dass mir dann ein snap untergejubelt wird. Find ich ewig schad, weil die Firma ja ned so klein ist/war und die hatten echt ihre Zeit wo ubuntu > allen anderen Distros war. Dann habens irgendwann angefangen überall ihren eigenen Weg etablieren zu wollen, das ist halt unnötig wie ein Kropf.
Bearbeitet von davebastard am 05.11.2025, 15:50
|
wergor
connoisseur de mimi
|
ich habe ein bookworm basierendes docker image und möchte zur laufzeit gern cppcheck installieren: apt-get update -y & apt-get install -y cppcheck
apt findet das paket aber nicht: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package cppcheck
Get:1 [url]http://deb.debian.org/debian[/url] bookworm InRelease [151 kB]
Get:2 [url]http://deb.debian.org/debian[/url] bookworm-updates InRelease [55.4 kB]
Get:3 [url]http://deb.debian.org/debian-security[/url] bookworm-security InRelease [48.0 kB]
Get:4 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 Packages [8791 kB]
Get:5 [url]http://deb.debian.org/debian[/url] bookworm-updates/main amd64 Packages [6924 B]
Get:6 [url]http://deb.debian.org/debian-security[/url] bookworm-security/main amd64 Packages [284 kB]
wie finde ich raus welches repo fehlt? https://packages.debian.org/search?keywords=cppcheck sagt mir z.b. nicht viel...
|
Longbow
Here to stay
|
|
COLOSSUS
AdministratorGNUltra
|
Das Paket ist in bookworm/main enthalten. Was zeigt dir denn apt-cache policy cppcheck
und was apt-cache policy
nach dem apt-get update?
|
wergor
connoisseur de mimi
|
Das Paket ist in bookworm/main enthalten. Was zeigt dir denn
apt-cache policy cppcheck
und was
apt-cache policy
nach dem apt-get update? aus irgendeinem grund hats funktioniert: apt-get update -y
apt-cache policy
apt-cache policy cppcheck
apt-get install -y cppcheck
Get:1 [url]http://deb.debian.org/debian[/url] bookworm InRelease [151 kB]
Get:2 [url]http://deb.debian.org/debian[/url] bookworm-updates InRelease [55.4 kB]
Get:3 [url]http://deb.debian.org/debian-security[/url] bookworm-security InRelease [48.0 kB]
Get:4 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 Packages [8791 kB]
Get:5 [url]http://deb.debian.org/debian[/url] bookworm-updates/main amd64 Packages [6924 B]
Get:6 [url]http://deb.debian.org/debian-security[/url] bookworm-security/main amd64 Packages [284 kB]
Fetched 9337 kB in 2s (3881 kB/s)
Reading package lists...
Package files:
100 /var/lib/dpkg/status
release a=now
500 [url]http://deb.debian.org/debian-security[/url] bookworm-security/main amd64 Packages
release v=12,o=Debian,a=oldstable-security,n=bookworm-security,l=Debian-Security,c=main,b=amd64
origin deb.debian.org
500 [url]http://deb.debian.org/debian[/url] bookworm-updates/main amd64 Packages
release v=12-updates,o=Debian,a=oldstable-updates,n=bookworm-updates,l=Debian,c=main,b=amd64
origin deb.debian.org
500 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 Packages
release v=12.12,o=Debian,a=oldstable,n=bookworm,l=Debian,c=main,b=amd64
origin deb.debian.org
Pinned packages:
cppcheck:
Installed: (none)
Candidate: 2.10-2
Version table:
2.10-2 500
500 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 Packages
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libpcre3 libtinyxml2-9 python3-pkg-resources python3-pygments
Suggested packages:
cppcheck-gui clang clang-tidy python3-setuptools python-pygments-doc
ttf-bitstream-vera
The following NEW packages will be installed:
cppcheck libpcre3 libtinyxml2-9 python3-pkg-resources python3-pygments
0 upgraded, 5 newly installed, 0 to remove and 6 not upgraded.
Need to get 3537 kB of archives.
After this operation, 16.1 MB of additional disk space will be used.
Get:1 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB]
Get:2 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 libtinyxml2-9 amd64 9.0.0+dfsg-3.1 [31.8 kB]
Get:3 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 python3-pkg-resources all 66.1.1-1+deb12u2 [297 kB]
Get:4 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 python3-pygments all 2.14.0+dfsg-1 [783 kB]
Get:5 [url]http://deb.debian.org/debian[/url] bookworm/main amd64 cppcheck amd64 2.10-2 [2084 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3537 kB in 1s (5084 kB/s)
Selecting previously unselected package libpcre3:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23257 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
Selecting previously unselected package libtinyxml2-9:amd64.
Preparing to unpack .../libtinyxml2-9_9.0.0+dfsg-3.1_amd64.deb ...
Unpacking libtinyxml2-9:amd64 (9.0.0+dfsg-3.1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_66.1.1-1+deb12u2_all.deb ...
Unpacking python3-pkg-resources (66.1.1-1+deb12u2) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../python3-pygments_2.14.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.14.0+dfsg-1) ...
Selecting previously unselected package cppcheck.
Preparing to unpack .../cppcheck_2.10-2_amd64.deb ...
Unpacking cppcheck (2.10-2) ...
Setting up python3-pkg-resources (66.1.1-1+deb12u2) ...
Setting up libpcre3:amd64 (2:8.39-15) ...
Setting up python3-pygments (2.14.0+dfsg-1) ...
Setting up libtinyxml2-9:amd64 (9.0.0+dfsg-3.1) ...
Setting up cppcheck (2.10-2) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
|
COLOSSUS
AdministratorGNUltra
|
Eh, das wundert mich auch gar nicht - unerklaerlich ist mir, warum es davor NICHT funktioniert hat
|
Viper780
ElderEr ist tot, Jim!
|
Hattest du davor evtl Schwierigkeiten mit dem Netzwerk (kein Internet, DNS Server nicht erreichbar,...)?
Offtopic: Was ich mich frage ist warum du es zur Laufzeit nach installierst und nicht beim bauen des Image. Bei jedem restart des Containers musst du es sonst wieder installieren
|
davebastard
Vinyl-Sammler
|
weils wsl nur zum debuggen is...
|
wergor
connoisseur de mimi
|
@viper nein davor gab es keine probleme. @dave fast richtig, ich arbeite mich gerade in die codeberg/forgejo CI ein und mache die sachen erstmal genau gleich wie der author vom container den ich da benutze.
|
wergor
connoisseur de mimi
|
hab den fehler gefunden: apt-get update -y & apt-get install -y cppcheck
sollte natürlich apt-get update -y && apt-get install -y cppcheck
sein. sneaky!
|