- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Removed by mod
If you got sudo, sure
sudo chown -R $USER:$USER /usr/lib
Removed by mod
Hunter2
Removed by mod
Huh? Somebody told me it would just be stars. Post yours you’ll see
Removed by mod
password123
That’s why I always log in as root
Removed by mod
I was gonna come in here and say “Joe Biden” but i couldn’t figure out how to turn it into a reference to the government spying on people.
Removed by mod
lib*
There ma, I did it ☺️.
You forgot math.h
And glibc.
I don’t know when I’ll next get the opportunity to ask this, so
How do people pronounce this: “gee lib cee” or “glib cee”?
I have the same question about
clang
idk what the official pronunciation is, but i say “gee lib cee” and “clang” (like the onomatopoeia)
Ahhh good, good… me too
Just to confirm, I say gee lib cee or lib cee as well. Honestly, I have never heard any different.
Since the pronunciation of “gif” became an issue, I stopped caring about how anyone says anything. My pet giraffe has his own opinion though.
-
glib cee
-
clang as if a metal pipe fell on the floor and made a loud noise: “CLANG”
-
Glib see, see lang
And liboutofhere
Having maintained Linux systems for over a decade, I instantly distrust anyone who claims they understand Linux regardless of what they say next.
I have 20 years of Linux experience. I tell people ‘I know a few things.’
Would never say I know everything or understand everything though.
Just like an xkcd comic I expect to see someone reply that has 30 years experience or something.
I recently tried to compile an Raspberry pi image. I have no idea what to do when an error occurs. And I am a software developer who should at least have an idea. However goggle helps
No libs on my system, only leftists allowed 😤😤😤
Name em?
find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
It solves the problem but you get several megabytes of output, better pipe that into a file and do some filtering and finish with sort -u
https://github.com/oasislinux/oasis
Why would you want dynamic linking? Afraid you will change your mind?
This seems really cool!
But dynamic linking saves space AFAIK
It also makes updating easier. When a lib has a bug it can be fixed by updating one package. If every application on your system was statically linked, each one of these would have to be updated individually.
But then you definitely wouldn’t have errors with different apps requiring different versions of the same library.
But then you definitely wouldn’t have errors with different apps requiring different versions of the same library.
That’s why
libfoo.so.1.2.3
,libfoo.so.1.2.4
,libfoo.so.1.3.9
, etc. exist. Flatpak also exists. Just link to a specific version of a freedesktop.org Runtime.
But dynamic linking saves space AFAIK
Yes, it does and while I’m not a pedant about saving every possible byte in a time of terabyte SSDs, static linking everything is just insanely wasteful.
Why would you want dynamic linking?
Because static linking everything sucks.
Neat, I wish some of these projects weren’t so apt to prime themselves for corporate takeover and instead stuck more with copy left.
Though I think I prefer the guix set up of keeping a unique package based on checksum and linking those out as required.
isn’t that just flatpak with extra steps
pkg-config --list-all
The bar is too low
Praise be pkg-config
Nice try, FBI
thats the spirit
Why is Lib capitalized when Linux is case sensitive and Lib files aren’t a thing?
Ha jokes on you! I just accidently deleted my bootloader!
xbps-query -l | grep -i ‘lib’
Hello fellow Void user ☺️.
btw i also use void
Pfff easy
lib@
,lib32@
,lib64@
,libx32@
libass
libcaca
liboobs
I doubted. I checked. Check passed.
$ sudo apt search liboobs Sorting... Done Full Text Search... Done liboobs-1-5/jammy 3.0.0-4 amd64 GObject based interface to system-tools-backends - shared library liboobs-1-5-dbg/jammy 3.0.0-4 amd64 GObject based interface to system-tools-backends - debug symbols liboobs-1-dev/jammy 3.0.0-4 amd64 GObject based interface to system-tools-backends - dev files
John Locke
I would
apt purge
that if I were you.
That would be just me.