About 6 results
Open links in new tab
  1. /usr/bin/ld: cannot find -lfl - Unix & Linux Stack Exchange

    After running the following command: g++ lex.yy.c -lfl I get the following error: /usr/bin/ld: cannot find -lfl How can I solve it?

  2. Unable to use -lfl on NixOS - Unix & Linux Stack Exchange

    Mar 13, 2021 · -lfl is for libfl, which comes from flex package. That is completely different from -lc, which is for libc and comes from glibc package. How are you building the package and what is …

  3. Is there an easy way to RE-install RHEL (or CentOS or Fedora) on ...

    Dec 31, 2021 · Is there any easy way to re-install / re-build a "clean" Linux installation on top of existing partitions, etc? In other words, I'm happy with the partitions, the file system, the existing

  4. Can I force dnf to install an old version of a package?

    I want to install an older version of package <x>, and when I use dnf it only shows the current version of the package <x>. Is there any way to install an older versions using dnf ?

  5. How to install Splint? - Unix & Linux Stack Exchange

    Mar 5, 2022 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  6. Replace string in a huge (70GB), one line, text file

    Dec 29, 2017 · I am thinking that a tool that can only do search and replace, but not any more complex regex, would be faster. It would also not benefit from doing a line at a time, so would …