Base sync backup: 2025-03-06 14:02:16

This commit is contained in:
Stitch505
2025-03-06 14:02:17 +04:00
parent 2628995a2b
commit 1cb995c8ac
2 changed files with 8 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "3. LINUX/FEDORA/Установка termius методом.md", "file": "3. LINUX/FEDORA/Установка termius методом.md",
"mode": "source", "mode": "preview",
"source": false, "source": false,
"backlinks": true, "backlinks": true,
"backlinkOpts": { "backlinkOpts": {

View File

@@ -6,10 +6,10 @@
> `sudo dnf install -y rpmdevtools rpm-build rpm-devel rpmlint bsdtar` > `sudo dnf install -y rpmdevtools rpm-build rpm-devel rpmlint bsdtar`
>[!info] Настройка дерева сборки, загрузка в него deb-файл Termius и сборка пакета >[!info] Настройка дерева сборки, загрузка в него deb-файл Termius и сборка пакета
>1) `rpmdev-setuptree >1) `rpmdev-setuptree`
>2) `spectool -g -R termius-app.spec >2) `spectool -g -R termius-app.spec`
>3) `sudo dnf install libXScrnSaver libappindicator-gtk3 >3) `sudo dnf install libXScrnSaver libappindicator-gtk3`
>4) `sudo dnf install rpm-build dnf-plugins-core >4) `sudo dnf install rpm-build dnf-plugins-core`
>5) `sudo dnf builddep termius-app.spec` >5) `sudo dnf builddep termius-app.spec`
>>[!info] Исправление предупреждения о changelog >>[!info] Исправление предупреждения о changelog
>> 1)`nano termius-app.spec` >> 1)`nano termius-app.spec`
@@ -23,5 +23,6 @@
>> 6) rpmbuild --target x86_64 -bb termius-app.spec >> 6) rpmbuild --target x86_64 -bb termius-app.spec
>[!tip] Теперь, нужно найти наш пакет по пути >[!tip] Теперь, нужно найти наш пакет по пути
>/home/`name_user`/rpmbuild/RPMS/x86_64 >`/home/`name_user`/rpmbuild/RPMS/x86_64
>>[!info] >и установить его.