2022-04-23 13:26:53 +01:00
|
|
|
---
|
2024-03-09 19:50:03 +00:00
|
|
|
tags: [Linux, procedural]
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-09-06 13:26:44 +01:00
|
|
|
|
2022-05-24 19:00:04 +01:00
|
|
|
# Compile package from source
|
|
|
|
|
2022-04-23 13:26:53 +01:00
|
|
|
1. Clone the repo from GitHub
|
2022-05-24 19:00:04 +01:00
|
|
|
2. `cd` into the repo
|
|
|
|
3. Run `makepkg -c`
|
2024-03-09 19:50:03 +00:00
|
|
|
|
|
|
|
## Remove compiled package
|
|
|
|
|
|
|
|
1. If `build` dir still exists for package try running `make uninstall`.
|
|
|
|
2. Reinstall the package and run `make uninstall`
|
|
|
|
3. Locate the installed package in `/usr/local/bin` and run `sudo rm -rf`
|