https://github.com/samwhelp/note-about-pacstall
note-about-pacstall
https://github.com/samwhelp/note-about-pacstall
pacscript pacstall
Last synced: about 1 month ago
JSON representation
note-about-pacstall
- Host: GitHub
- URL: https://github.com/samwhelp/note-about-pacstall
- Owner: samwhelp
- License: mit
- Created: 2023-08-11T16:53:22.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-08-28T01:03:29.000Z (7 months ago)
- Last Synced: 2025-09-20T03:42:51.164Z (6 months ago)
- Topics: pacscript, pacstall
- Language: SCSS
- Homepage: https://samwhelp.github.io/note-about-pacstall/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 首頁
| Link | GitHub |
| ---- | ------ |
| [Pacstall 探索筆記](https://samwhelp.github.io/note-about-pacstall/) | [GitHub](https://github.com/samwhelp/note-about-pacstall) |
| [Ubuntu / ISO Builder / 探索筆記](https://samwhelp.github.io/note-about-ubuntu-iso-builder/) | [GitHub](https://github.com/samwhelp/note-about-ubuntu-iso-builder) |
| [Debian / ISO Builder / 探索筆記](https://samwhelp.github.io/note-about-debian-iso-builder/) | [GitHub](https://github.com/samwhelp/note-about-debian-iso-builder) |
## Pacstall
* [Pacstall](https://pacstall.dev/)
* [Wiki](https://github.com/pacstall/pacstall/wiki)
* GitHub / [Pacstall](https://github.com/pacstall)
* GitHub / Pacstall / [pacstall](https://github.com/pacstall/pacstall)
* GitHub / Pacstall / [pacstall-programs](https://github.com/pacstall/pacstall-programs)
## 主題
* [主程式打包](#主程式打包)
* [pacscript 打包實作範例](#pacscript-打包實作範例)
* [Known Issue](#known-issue)
* [相關筆記](#相關筆記)
## 主程式打包
| 主程式打包 |
| --------- |
| [pacstall-packaging](https://github.com/samwhelp/pacstall-packaging) |
## pacscript 打包實作範例
| pacscript 打包實作範例 |
| ------- |
| [pacstall-demo-repository](https://github.com/samwhelp/pacstall-demo-repository) |
| [deb-coffee](https://github.com/samwhelp/deb-coffee) |
| [deb-coffee-maccity](https://github.com/samwhelp/deb-coffee-maccity) |
| [deb-coffee-wincity](https://github.com/samwhelp/deb-coffee-wincity) |
| [deb-coffee-fancy](https://github.com/samwhelp/deb-coffee-fancy) |
| [deb-coffee-gruvbox](https://github.com/samwhelp/deb-coffee-gruvbox) |
| [deb-coffee-grub](https://github.com/samwhelp/deb-coffee-grub) |
| [deb-coffee-sddm](https://github.com/samwhelp/deb-coffee-sddm) |
## Known Issue
> 在使用「`pacstall`」時,發現會有卡住的情形
執行
``` sh
sudo pacstall -S bean
```
發現會卡住,按下「`Ctrl + c`」,接著會顯示如下的訊息
```
E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1333 (apt-get)
E: Unable to lock directory /var/lib/apt/lists/
```
後來執行下面的指令,
``` sh
sudo rm /var/lib/apt/lists/lock
```
再執行「`pacstall`」就沒有卡住的情形了
發現這個情形,所使用的版本
``` sh
pacstall --version
```
顯示
```
6.3.4 Icterine
```
## 相關筆記
| Link | GitHub |
| ---- | ------ |
| [Rhino Linux 探索筆記](https://samwhelp.github.io/note-about-rhinolinux/) | [GitHub](https://github.com/samwhelp/note-about-rhinolinux/) |
| [Ubuntu 探索筆記](https://samwhelp.github.io/note-about-ubuntu/) | [GitHub](https://github.com/samwhelp/note-about-ubuntu) |
| [Debian 探索筆記](https://samwhelp.github.io/note-about-debian/) | [GitHub](https://github.com/samwhelp/note-about-debian) |
## Samwhelp
* [個人筆記](https://samwhelp.github.io/book/)