Skip to content

Instantly share code, notes, and snippets.

@sudden6
Created March 20, 2014 17:00
Show Gist options
  • Save sudden6/9668654 to your computer and use it in GitHub Desktop.
Save sudden6/9668654 to your computer and use it in GitHub Desktop.
ls -l /usr/lib64/ | grep ncurses
lrwxrwxrwx 1 root root 12 17. Mär 23:02 libcurses.a -> libncurses.a
-rw-r--r-- 1 root root 687210 17. Mär 23:02 libncurses.a
-rw-r--r-- 1 root root 159766 17. Mär 23:02 libncurses++.a
-rw-r--r-- 1 root root 3746032 17. Mär 23:02 libncurses_g.a
-rw-r--r-- 1 root root 69 27. Sep 17:29 libncurses.so
lrwxrwxrwx 1 root root 17 15. Mär 11:11 libncurses++.so -> libncurses++.so.5
lrwxrwxrwx 1 root root 19 15. Mär 11:04 libncurses++.so.5 -> libncurses++.so.5.9
-rwxr-xr-x 1 root root 81104 27. Sep 17:29 libncurses++.so.5.9
lrwxrwxrwx 1 root root 19 15. Mär 11:15 libncurses++.so.6 -> libncurses++.so.6.0
-rwxr-xr-x 1 root root 81184 27. Sep 17:29 libncurses++.so.6.0
-rw-r--r-- 1 root root 2803278 27. Sep 17:28 libncursesw.a
-rw-r--r-- 1 root root 702454 27. Sep 17:28 libncurses++w.a
-rw-r--r-- 1 root root 70 27. Sep 17:29 libncursesw.so
lrwxrwxrwx 1 root root 18 15. Mär 11:11 libncurses++w.so -> libncurses++w.so.5
lrwxrwxrwx 1 root root 20 15. Mär 11:04 libncurses++w.so.5 -> libncurses++w.so.5.9
-rwxr-xr-x 1 root root 81104 27. Sep 17:29 libncurses++w.so.5.9
lrwxrwxrwx 1 root root 20 15. Mär 11:15 libncurses++w.so.6 -> libncurses++w.so.6.0
-rwxr-xr-x 1 root root 81184 27. Sep 17:29 libncurses++w.so.6.0
drwxr-xr-x 2 root root 4096 15. Mär 11:11 ncurses6
ls -l /lib64/ | grep ncurses
lrwxrwxrwx 1 root root 17 15. Mär 11:04 libncurses.so.5 -> libncurses.so.5.9
-rwxr-xr-x 1 root root 158528 27. Sep 17:29 libncurses.so.5.9
lrwxrwxrwx 1 root root 17 15. Mär 11:15 libncurses.so.6 -> libncurses.so.6.0
-rwxr-xr-x 1 root root 166824 27. Sep 17:29 libncurses.so.6.0
lrwxrwxrwx 1 root root 18 15. Mär 11:04 libncursesw.so.5 -> libncursesw.so.5.9
-rwxr-xr-x 1 root root 232416 27. Sep 17:29 libncursesw.so.5.9
lrwxrwxrwx 1 root root 18 15. Mär 11:15 libncursesw.so.6 -> libncursesw.so.6.0
-rwxr-xr-x 1 root root 244800 27. Sep 17:29 libncursesw.so.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment