https://github.com/echo-devim/appmigrator
A gui tool to migrate applications from a distro to another
https://github.com/echo-devim/appmigrator
Last synced: 3 months ago
JSON representation
A gui tool to migrate applications from a distro to another
- Host: GitHub
- URL: https://github.com/echo-devim/appmigrator
- Owner: echo-devim
- License: gpl-3.0
- Created: 2015-03-04T11:35:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T13:40:50.000Z (over 10 years ago)
- Last Synced: 2025-02-10T08:12:23.365Z (4 months ago)
- Language: Shell
- Size: 637 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppMigrator
AppMigrator is a gui application to help you to migrate your programs from a GNU/Linux distro to another. Basically the gui runs a script to get installed packages and then a script to install them into the new distro.
At the moment, the current supported distros are:
- ArchLinux
- Fedora/RHEL/CentOS/OpenSUSE
- Debian/Ubuntu
- Gentooand their derivatives. If you want request the support for a new distro (or something else), send me an email (see at the bottom of this document).
### Version
Beta 0.1ATTENTION: This software has not been tested enough. I do not take any responsibility for any damage.
### Screenshot
### Technical Details
This software was developed with Anjuta IDE and is required the support to GTK 3.10.
If you want use this software with Fedora/RHEL/CentOS, you must install yum-utils (package-cleanup needed).
### Installation
The easiest method to compile the code is run install_script.sh.
```sh
$ install_script.sh
```This script make a folder (named 'bin') with the program.
If you want try to configure with more options the compilation process, try to compile the source code in the 'AnjutaSource' folder.
```sh
$ cd AnjutaSource
$ ./configure
$ make
```for more details you can read the INSTALL file in the AnjutaSource folder.
License
----GPL v3.0
###Contacts
You can contact me at: devim [at] outlook [dot] it