# linux-tools **Repository Path**: alfufg/linux-tools ## Basic Information - **Project Name**: linux-tools - **Description**: Linux 系统常用工具安装包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-26 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux Tools > Linux 服务器常用工具安装包
> https://gitee.com/alfufg/linux-tools.git ## 1. uv > uv-x86_64-unknown-linux-gnu.tar.gz
https://github.com/astral-sh/uv ```bash cd linux-tools tar -zxvf uv-x86_64-unknown-linux-gnu.tar.gz sudo mv uv-x86_64-unknown-linux-gnu/uv /usr/local/bin/ source .bashrc uv --version ``` ```