dev-resources.site
for different kinds of informations.
Dรญa 1/365. Instalar Rust en ArchLinux
Published at
1/1/2025
Categories
rust
linux
archlinux
Author
rustarch
Author
8 person written this
rustarch
open
Objectivo
Hoy como primer dia, es facil, como instalar Rust en ArchLinux es el primer paso y como imprimir un texto simple y luego como ejecutar el programa
Instalar Rust en ArchLinux:
sudo pacman -S rust
rustc --version
cargo --version
Realizar el programa
cargo new dia_1
Aqui nos creara una carpeta del proyecto es algo asi.
.
โโโ Cargo.toml
โโโ src
ย ย โโโ main.rs
Solo tienes que editar main.rs.
fn main() {
println!("Hello, word");
}
archlinux Article's
30 articles in total
GNOME vs KDE Plasma: Which One Is for You?
read article
Dรญa 1/365. Instalar Rust en ArchLinux
currently reading
Git Auto Push
read article
Endpoint Security Bypass EXPOSED! Hackers Don't Want You to Know This!
read article
Creating a bootable USB flash drive in a GUI application
read article
Install and use VirtualBox on Arch Linux & Snigdha OS
read article
As a beginner I use Arch, Neovim and code in assembly btw
read article
Publishing My First AUR Package: CPIG
read article
Como habilitar el "Natural scrolling" en el touchpad en Arch Linux
read article
Essential Linux Text Manipulation Tools: cut, sort, uniq, tr ๐ ๏ธ
read article
Resolving Audio Issues on Arch Linux with Hyprland: A Step-by-Step Guide
read article
Shell Scripting for Beginners: Automating Common Coding Tasks
read article
Essential Arch Linux Commands: Advanced Mastery(Part-2)[Must Read]
read article
Create Your Custom WSL from Any Linux Distribution (Part - 2)
read article
How to use Pacman on Arch Linux ๐
read article
How to Install BlackArch on Top of Arch Linux ๐ค๐ง
read article
Automate Repetitive Tasks: Creating Bash Scripts for Everyday Use ๐
read article
Bash Basics: A Beginnerโs Guide to Shell Scripting
read article
Mastering Arch Linux: A Guide to Installation, Commands, and Mastery(Part-1)[Must Read]
read article
Arch Linux Pacman: A Detailed Guide with Commands and Examples ๐ฉ๐ง
read article
Introducing Snigdha OS: A Fresh Take on Open-Source Operating Systems
read article
๐ Arch Linux Cheat Sheet: Essential Commands for new Users
read article
.py extension convention
read article
Repurposing Your Old Laptop: A Linux-Powered Home Server
read article
Step-by-Step Guide to Installing PostgreSQL on Arch Linux
read article
Is Linux an Operating System or a Kernel?
read article
Installing Arch Linux in UEFI systems(windows)
read article
New Rotating Shapes Animation
read article
What to do if you accidentally remove the `amd-ucode` package on Arch Linux
read article
Holy Trinity?
read article
Featured ones: