Hello. everyone.
I want install ripgrep to mx linux 18.
How do I enter commands on the terminal?
also, i can't found ripgrep installer on mx linux software tools and synaptic.
Please tell me ripgrep setup how to.
i can't setup ripgrep on MX Linux
Re: i can't setup ripgrep on MX Linux
It's not in the Stable repos, but a web search on "Debian ripgrep" shows that it is in Sid (unstable). I downloaded that for my architecture and it installed without problem.
https://packages.debian.org/sid/ripgrep
I can't find it or run it, so maybe there is a problem but I am not going to chase it down. There is a User guide on the GitHub site. If it works for you, then you might want to make a package request on the Packagers Forum for it to be added to our repos.
https://packages.debian.org/sid/ripgrep
I can't find it or run it, so maybe there is a problem but I am not going to chase it down. There is a User guide on the GitHub site. If it works for you, then you might want to make a package request on the Packagers Forum for it to be added to our repos.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: i can't setup ripgrep on MX Linux
In the meantime (until ripgrep becomes available from debian stable repositories)
you might consider installing and using "ack" as a grep replacement instead of "rg" ripgrep.
https://beyondgrep.com/feature-comparison/
sudo apt install ack
you might consider installing and using "ack" as a grep replacement instead of "rg" ripgrep.
https://beyondgrep.com/feature-comparison/
sudo apt install ack
Re: i can't setup ripgrep on MX Linux
The ripgrep deb from sid installs & runs on MX-15 without any trouble.
It's only dependencies are libc6 >= 2.18 and libgcc1 >= 4.2 so it's going to be pretty safe to install in MX-15 -> MX-18
It's only dependencies are libc6 >= 2.18 and libgcc1 >= 4.2 so it's going to be pretty safe to install in MX-15 -> MX-18
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: i can't setup ripgrep on MX Linux
Looks like it's "rg" in the terminal.Jerry3904 wrote: Tue Feb 26, 2019 8:04 pm It's not in the Stable repos, but a web search on "Debian ripgrep" shows that it is in Sid (unstable). I downloaded that for my architecture and it installed without problem.
https://packages.debian.org/sid/ripgrep
I can't find it or run it, so maybe there is a problem but I am not going to chase it down. There is a User guide on the GitHub site. If it works for you, then you might want to make a package request on the Packagers Forum for it to be added to our repos.
- kamuycikap
- Posts: 11
- Joined: Sun Feb 17, 2019 10:36 pm
Re: i can't setup ripgrep on MX Linux
Thank you all.
I am worried about installing ripgrep.
I gave up using ripgrep considering dependency.
I decided to adopt 'ag' for fast Grep.
ag can be installed with synaptic.
I expect ripgrep to be added to MX Linux 18's standard repository.
I am worried about installing ripgrep.
I gave up using ripgrep considering dependency.
I decided to adopt 'ag' for fast Grep.
ag can be installed with synaptic.
I expect ripgrep to be added to MX Linux 18's standard repository.