FAQ: Windows -> GNU/Linux - Umstieg, Einstieg, Aufstieg - Seite 75

Seite 75 von 80 - Forum: Linux and other OS auf overclockers.at

URL: https://www.overclockers.at/linux/faq-windows-gnu-linux-umstieg-einstieg-aufstieg_127618/page_75 - zur Vollversion wechseln!


davebastard schrieb am 05.11.2025 um 10:11

hattest du ned erst vor kurzem Hyprland :p ?


Kirby schrieb am 05.11.2025 um 10:54

Zitat aus einem Post von davebastard
hattest du ned erst vor kurzem Hyprland :p ?

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 schrieb am 05.11.2025 um 13:37

Da Kirby is no jung, der distro(/wm)hopped halt no bis er sich ausglebt hat. :p


FirstBlood schrieb am 05.11.2025 um 13:53

Hörndl abstoßen! :D

@GAT,
Könntest Du bitte davon mal einen Screenshot posten?
Xfce4 im Windows Style


Jedimaster schrieb am 05.11.2025 um 13:59

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 schrieb am 05.11.2025 um 15:47

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.


wergor schrieb am 07.11.2025 um 09:11

ich habe ein bookworm basierendes docker image und möchte zur laufzeit gern cppcheck installieren:

Code:
apt-get update -y & apt-get install -y cppcheck

apt findet das paket aber nicht:
Code:
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 schrieb am 07.11.2025 um 09:28

im bookworm link steht eh der rest
https://packages.debian.org/bookworm/cppcheck


COLOSSUS schrieb am 07.11.2025 um 09:35

Das Paket ist in bookworm/main enthalten. Was zeigt dir denn

Code:
apt-cache policy cppcheck

und was

Code:
apt-cache policy

nach dem apt-get update?


wergor schrieb am 07.11.2025 um 19:57

Zitat aus einem Post von COLOSSUS
Das Paket ist in bookworm/main enthalten. Was zeigt dir denn

Code:
apt-cache policy cppcheck

und was

Code:
apt-cache policy

nach dem apt-get update?

aus irgendeinem grund hats funktioniert:
Code:
apt-get update -y 
apt-cache policy
apt-cache policy cppcheck 
apt-get install -y cppcheck

Code:
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 schrieb am 07.11.2025 um 20:20

Eh, das wundert mich auch gar nicht - unerklaerlich ist mir, warum es davor NICHT funktioniert hat ;)


Viper780 schrieb am 08.11.2025 um 09:17

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 schrieb am 08.11.2025 um 09:29

weils wsl nur zum debuggen is...


wergor schrieb am 09.11.2025 um 14:34

@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 schrieb am 12.11.2025 um 08:44

hab den fehler gefunden:

Code:
apt-get update -y & apt-get install -y cppcheck
sollte natürlich
Code:
apt-get update -y && apt-get install -y cppcheck
sein. sneaky!




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2026