"We are back" « oc.at

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

COLOSSUS 20.10.2004 - 12:30 798077 1158 Thread rating
Posts

davebastard

Vinyl-Sammler
Avatar
Registered: Jun 2002
Location: wean
Posts: 13428
hattest du ned erst vor kurzem Hyprland :p ?

Kirby

0x1B
Avatar
Registered: Jun 2017
Location: Lesachtal
Posts: 1108
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

Oberwortwart
Avatar
Registered: Feb 2007
Location: /etc/graz
Posts: 3019
Da Kirby is no jung, der distro(/wm)hopped halt no bis er sich ausglebt hat. :p

FirstBlood

Here to stay
Avatar
Registered: Jun 2000
Location: Austria
Posts: 2423
Hörndl abstoßen! :D

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

Jedimaster

Here to stay
Avatar
Registered: Dec 2005
Location: Linz
Posts: 4323
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
Avatar
Registered: Jun 2002
Location: wean
Posts: 13428
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
Avatar
Registered: Jul 2005
Location: vulkanland
Posts: 4242
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

Here to stay
Avatar
Registered: Feb 2003
Location: Homeoffice
Posts: 5620
im bookworm link steht eh der rest
https://packages.debian.org/bookworm/cppcheck

COLOSSUS

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12323
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

connoisseur de mimi
Avatar
Registered: Jul 2005
Location: vulkanland
Posts: 4242
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

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12323
Eh, das wundert mich auch gar nicht - unerklaerlich ist mir, warum es davor NICHT funktioniert hat ;)

Viper780

Elder
Er ist tot, Jim!
Avatar
Registered: Mar 2001
Location: Wien
Posts: 52203
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
Avatar
Registered: Jun 2002
Location: wean
Posts: 13428
weils wsl nur zum debuggen is...

wergor

connoisseur de mimi
Avatar
Registered: Jul 2005
Location: vulkanland
Posts: 4242
@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
Avatar
Registered: Jul 2005
Location: vulkanland
Posts: 4242
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!
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz