Tanmay

Results 44 comments of Tanmay

Can you assign me this issue?

I believe we would want `procfetch` to be compatible with older distributions too, including the tests!

1 hour ago: https://github.blog/changelog/2024-05-14-github-hosted-runners-public-beta-of-ubuntu-24-04-is-now-available/

We'll also need to update the unit test images to 24.04.

Hey @akshaykhoje! Can you pull the changes and see if it works?

To solve this, instead of specifying the binary name, we should provide it's path ``` if (Path::of("/home/linuxbrew/.linuxbrew/bin/brew"s).isExecutable()) { Command::exec_async("/home/linuxbrew/.linuxbrew/bin/brew list | { tr '' '\n'; }"s, [&](auto c) { std::lock_guard...

That's interesting!! Can you put the output of `dnf list installed` here?

In our code, we're executing `dnf list installed` https://github.com/TanmayPatil105/procfetch/blob/main/src/fetch.cpp#L422. AFAIK in the latest Fedora versions, `yum` is symlinked to `dnf`. I'm not sure how `yum` is getting invoked here.

I'm setting up Fedora 39 on my VM. Meanwhile, What does `man dnf` say about listing all installed packages?

So, does `yum list installed` work?