A nice little utility for downloading ISO images
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
John Laufert 99c6beaf58
Added screenshots folder to primed content
3 yıl önce
screenshots Readded screenshots 4 yıl önce
.gitignore Added .gitignore file 3 yıl önce
CHANGELOG.md Updated changelog 3 yıl önce
LICENSE Initial commit 6 yıl önce
README.md Fixed readme 3 yıl önce
distro-list.md Updated distro list 3 yıl önce
install.sh Renamed to install.sh 3 yıl önce
me.easthighnerd.Tux-Disc.yaml Added initial Flatpak YAML 3 yıl önce
snapcraft.yaml Added screenshots folder to primed content 3 yıl önce
tux-disc.desktop Added desktop file 5 yıl önce
tux-disc.png Add files via upload 6 yıl önce
tux-disc.py Updated Ubuntu 20.04 LTS to 20.04.1 3 yıl önce
tux-disc.sh Updated to latest releases 3 yıl önce
uninstall.sh . 5 yıl önce

README.md

Tux Disc

Tux Disc


GitHub release GitHub release date GitHub license GitHub last commit GitHub top language



Tux Disc is a command line utility for downloading ISO images for Ubuntu and it’s flavors, as well as KDE neon.

Tux Disc provides a simple, easy to use interface, that makes it a breeze to download Ubuntu ISO images.

This is pretty much a little project of mine born from my wanting to choose which Ubuntu flavor’s 17.10 daily testing ISO I wanted to download, and just kinda ended up becoming this whole thing for downloading a bunch of Linux distributions install images.

Screenshots

Main Menu Downloading

Get Tux Disc

You can get Tux Disc by compiling the source code.

To compile and install Tux Disc from source,

  • Download the source code, by either
    • going to the releases page
      • download the source code either as .zip or .tar.gz
      • extract the contents of the archive
    • using git to clone the repository
    • click on Clone or Download and click on Download ZIP
      • extract the contents of the archive
  • Open a terminal window and cd into the folder for Tux Disc
  • Run
    # ./build.sh
    

Once completed, Tux Disc can now be run either from your desktop’s application launcher, or by running

$ tux-disc

Planned Features

In no particular order, these are some features/milestones that I have planned for future development

  • Graphical user interface (buttons everywhere!)
  • Flatpak/Snap packaging (for easier cross-distro distribution)
  • Complete recoding into Python (Might make the GUI easier, and should make it easier to port to other OSes)