-
Notifications
You must be signed in to change notification settings - Fork 26
Installation
Packages are available in my PPA for current Ubuntu releases.
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install aptik aptik-gtk
If you are unable to install from PPA, you can download the DEB file from GitHub's Releases page. Save the DEB file to your Downloads folder. Open a terminal window and install the package.
# 64-bit
sudo apt install ./aptik-*amd64.deb
# OR
# 32-bit
sudo apt install ./aptik-*i386.deb
Install the aptik-gtk package if you want a GUI.
Download the RUN file from GitHub's Releases page and save it to your Downloads folder. Open a terminal window and execute the installer.
# 64-bit
sh ./aptik-gtk-*amd64.run
# OR
# 32-bit
sh ./aptik-gtk-*i386.run
Download the RUN file from GitHub's Releases page and save it to your Downloads folder. Open a terminal window and execute the installer.
# 64-bit
sh ./aptik-*amd64.run
# OR
# 32-bit
sh ./aptik-*i386.run
Install the aptik-gtk package if you want a GUI.
Download the RUN file from GitHub's Releases page and save it to your Downloads folder. Open a terminal window and execute the installer.
# 64-bit
sh ./aptik-gtk-*amd64.run
# OR
# 32-bit
sh ./aptik-gtk-*i386.run
Installer can be used on following distribution types:
- RedHat based - Fedora, RedHat, Cent OS, etc (supports dnf and yum)
- Debian based - Debian, Ubuntu, Linux Mint, Elementary OS, etc (supports apt)
- Arch based - Arch Linux, Manjaro, etc (supports pacman)