• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Rom development

palmtree5

Sunny Vacation Supporter!
Moderator
Is there any way to download the entire repo in some other way than the terminal commands. I am essentially looking for some way to make the process faster as my connection speed would cause this to take days and I want to be able to pause it
 
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
 
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
 
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
 
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

This is what that came up with

Code:
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)
EDIT: I googled how to set this up and even downloaded the .deb files needed for my setup. Prozilla fails to install and if I have apt-proz installed, software center breaks and I have to run sudo apt-get remove apt-proz to fix the problem.

EDIT: Got it working on 32 bit Ubuntu since I couldn't get it working on 64 bit
 
What do I do now? I'm ready to sync the repo but I'm not sure how to do it with proz
 
Back
Top Bottom