Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluff Linux Package Helper

Fluff Linux Package Helper identifies Foreign package files. It explains why they cannot be installed directly on Fluff Linux. It uses a native Qt 6 dialog with KDE theming.

Compile for a fakeroot

cargo build --release
install -Dm755 target/release/flufflinux-packagehelper /path/to/fakeroot/usr/bin/flufflinux-packagehelper
install -Dm644 flufflinux-packagehelper.desktop /path/to/fakeroot/usr/share/applications/flufflinux-packagehelper.desktop

Compile for installation

cargo build --release
sudo install -Dm755 target/release/flufflinux-packagehelper /usr/bin/flufflinux-packagehelper
sudo install -Dm644 flufflinux-packagehelper.desktop /usr/share/applications/flufflinux-packagehelper.desktop

About

Package helper for Fluff Linux

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages