# atzlinux-store **Repository Path**: mikeliang/atzlinux-store ## Basic Information - **Project Name**: atzlinux-store - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2020-03-22 - **Last Updated**: 2024-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # atzlinux-store #### 介绍 一个收集了大量中文软件包的应用商店,理念是尽量简化用户的操作门槛,不会终端也能安装常用的软件包。 #### 软件架构 商店本身不限架构。软件包分架构,目前大部分软件包是x86-64的,少部分支持 arm64。 #### 安装教程 ``` sudo apt install atzlinux-store ``` #### 参与开发 软件基于GTK-3,依赖需要事先安装。一般系统会自带,但极度精简的系统,可能需要自行安装: ``` sudo apt install libgtk-3-dev make ``` 初始化 Python 的环境: ``` make env ``` 在本地运行商店程序: ``` make run ```