Aaron Rainbolt
29c1eb8abb
|
12 months ago | |
---|---|---|
res/images | 12 months ago | |
translations | 12 months ago | |
CMakeLists.txt | 12 months ago | |
README.md | 12 months ago | |
aptmanager.cpp | 12 months ago | |
aptmanager.h | 12 months ago | |
conffilehandlerdialog.cpp | 12 months ago | |
conffilehandlerdialog.h | 12 months ago | |
conffilehandlerdialog.ui | 12 months ago | |
conffilewidget.cpp | 12 months ago | |
conffilewidget.h | 12 months ago | |
conffilewidget.ui | 12 months ago | |
diffdisplaydialog.cpp | 12 months ago | |
diffdisplaydialog.h | 12 months ago | |
diffdisplaydialog.ui | 12 months ago | |
lubuntu-update-backend | 12 months ago | |
main.cpp | 12 months ago | |
mainwindow.cpp | 12 months ago | |
mainwindow.h | 12 months ago | |
mainwindow.ui | 12 months ago | |
orchestrator.cpp | 12 months ago | |
orchestrator.h | 12 months ago | |
resources.qrc | 12 months ago |
README.md
Lubuntu Update
Copyright (c) 2023-2024 Lubuntu Contributors. Licensed under the GNU General Public License version 2, or (at your option) any later version.
Build dependencies are Qt 5.15 and cmake, runtime dependencies are apt, apt-get, and diff.
To build:
cd lubuntu-update
mkdir build
cd build
cmake ..
make -j$(nproc)
To use, copy the lubuntu-update-backend script to /usr/bin/lubuntu-update-backend, then compile and run the updater. It is highly recommended that you do not install the updater all the way into your system with sudo make install
or similar.
It is highly recommended that you use a Lubuntu virtual machine for testing and development. Use the latest development release if at all possible, unless you know you need to test an earlier release.
Qt Creator is recommended for editing the code. It is present in Ubuntu's official repos and can be installed using sudo apt install qtcreator
.