Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambarja/spatial-archcraft
https://github.com/ambarja/spatial-archcraft
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ambarja/spatial-archcraft
- Owner: ambarja
- Created: 2022-01-19T19:17:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:29:23.000Z (5 months ago)
- Last Synced: 2024-05-30T06:35:32.956Z (5 months ago)
- Homepage:
- Size: 3.4 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Archcraft installation**
## **Installation of the Spatial ecosystem in Archcraft**
### Update SO and Keys
```
sudo pacman Syyu
sudo pacman-key --refresh-keys
```### **1. QGIS Installation**
#### option 1:
```
sudo pacman -S qgis
```
#### option 2:```
yay -S qgis-ltr
```#### DataPlotly Plugin
```
sudo pacman -S python-pip
pip install plotly
```### SAGA installation
```
yay -S saga-gis
```### GRASS GIS installation
```
yay -S grass-gis
```### **2. Instalation of R & Rstudio**
```
sudo pacman -Syyu
sudo pacman -S r rstudio-desktop
```
### **3. Installation of the r-spatial ecosystem**```
cd /tmp
yay -G v8-r
cd v8-r
makepkg -si
```
```
sudo pacman -S tk
``````
sudo pacman -S gcc-fortran gdal proj geos
```
```
git clone https://aur.archlinux.org/udunits.git
cd udunits
makepkg -si
``````
sudo pacman -S protobuf
```### **4. Blender installation**
```
yay -S blender-git
```### **5. VScode installation**
```
sudo pacman -S visual-studio-code-bin
```
### **6. Brave installation**```
yay -S brave-bin
```
### **7. Exiftool installation**```
sudo pacman -S perl-image-exiftool
```
### **8. WSP office installation**```
sudo pacman -S wsp-office
```
### **9. Knsip and Inkscape**```
sudo pacman -S knsip inkscape
```### **10. Install dependences of rjava**
```
yay -S jdk-openjdk jre-openjdk jdk-openjdk-headless jre-openjdk-headless openjdk-src openjdk-doc
```### **Wifi connection by console**
```
nmcli d wifi
nmcli d wifi connect NAME_OF_WIFI password PASSWORD
```### **Paquetes binarios para Linux**
* https://github.com/cran4linux/bspm
### References
- https://wiki.archcraft.io/docs/intro
- https://wiki.archlinux.org/