Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What's the easiest way to do this in Ubuntu?A download accelerator will download multiple parts at once.
sudo apt-get update
sudo apt-get install prozgui
Proz fastest I think. Aria2c and axel work too.
I suggest Googling "Ubuntu apt-proz" and adding repository and installing.
Then u can "apt-proz install xxx"
Faster than apt get for large downloads and come with prozgui for browser downloads
This is what I get:
aaron@aaron-Lenovo-B560:~$ sudo apt-get install prozgui
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package prozgui
do this
sudo add-apt-repository ppa:tahutek-team/prozilla
sudo apt-get update
sudo apt-get install prozilla apt-proz
now when u wanna install something...
example
sudo apt-get clean
sudo apt-get update
sudo apt-proz install chromium
super quick
just replace "get" with "proz" just on the install or dist-upgrade lines
aaron@aaron-Lenovo-B560:~$ sudo apt-get install prozilla apt-proz
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
apt-proz prozilla
0 upgraded, 2 newly installed, 0 to remove and 229 not upgraded.
Need to get 0 B/141 kB of archives.
After this operation, 565 kB of additional disk space will be used.
(Reading database ... 146343 files and directories currently installed.)
Unpacking prozilla (from .../prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb (--unpack):
trying to overwrite '/usr/share/locale/locale.alias', which is also in package locales 2.13+git20120306-3
Selecting previously unselected package apt-proz.
Unpacking apt-proz (from .../apt-proz_0.1~precisebuild1-0tahutek1_amd64.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/prozilla_2.0.4~precisebuild1-0tahutek1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)