II.
LibraryProcess overview
Reference · livelib-process:desktop-development--linux-packaging
specializations/desktop-development/linux-packaging overview
Linux Distribution Packaging - Create distribution packages for Linux including .deb (Debian/Ubuntu), .rpm (Fedora/RHEL), AppImage, Flatpak, and Snap; configure repositories and package metadata.
Attributes
displayName
specializations/desktop-development/linux-packaging
description
Linux Distribution Packaging - Create distribution packages for Linux including .deb (Debian/Ubuntu),
.rpm (Fedora/RHEL), AppImage, Flatpak, and Snap; configure repositories and package metadata.
libraryPath
library/specializations/desktop-development/linux-packaging.js
specialization
desktop-development
references
- - electron-builder Linux targets: https://www.electron.build/configuration/linux
- - Flatpak documentation: https://docs.flatpak.org/
- - Snapcraft: https://snapcraft.io/docs
example
const result = await orchestrate('specializations/desktop-development/linux-packaging', {
projectName: 'MyDesktopApp',
framework: 'Electron',
packageFormats: ['deb', 'rpm', 'appimage', 'flatpak', 'snap'],
distributions: ['ubuntu', 'debian', 'fedora']
});
usesAgents
- linux-packaging-expert
- deb-package-builder
- rpm-spec-generator
- appimage-builder
- flatpak-manifest-generator
- snap-yaml-generator
- desktop-entry-developer
- repo-developer
- linux-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:desktop-development--linux-packaging-expert·LibraryAgentlinux-packaging-expert
Incoming edges
None.