Tagged Questions
2
votes
0answers
59 views
Using symbolic links and git to manage build versions
In general I follow the following workflow when I build any program (e.g. emacs, tmux, etc.)
/home/opt/[name of the program]/builds/[version]/
bin
lib
share
For example for a program like tmux I ...
2
votes
1answer
98 views
Where is tcl-doc man page stored?
I installed tcl-doc. Prior to installation "man tcl" gave nothing. Now it gives a page.
When I do
"dpkg -L tcl-doc" I get
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/tcl-doc
...
6
votes
3answers
3k views
Man pages for standard C and C++ libraries on Fedora 14
How do I install them? At present, man fopen gives me No manual entry for fopen. I have the compilers installed and have verified that things do build without problems.
Update: This is what I got ...