How to Install Google Maps Extractor on Arch Linux #255
Unanswered
HokkaidoInu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🐧 How to Install Google Maps Extractor on Arch Linux
1. Download the
.deb
packageDownload .deb from https://github.com/omkarcloud/google-maps-scraper?tab=readme-ov-file#-requirements
2. Extract the contents of the
.deb
fileUse
ar
(archiver) to unpack it:Then extract the data archive:
3. Make the desktop entry executable
This
.desktop
file allows launching the app from your application menu:4. Update the Exec path
Open the file:
Change the
Exec=
line to point to the absolute path of the binary.For example:
Make sure to use your actual username and path, and quote the path if it contains spaces.
5. Install the launcher to your system
Copy the modified
.desktop
file to your local applications directory so it appears in your app launcher:cp usr/share/applications/googlemapsextractor.desktop ~/.local/share/applications/
You should now be able to find "Google Maps Extractor" in your system’s application menu.
Beta Was this translation helpful? Give feedback.
All reactions