Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have recently read somewhere (Can't remember the site's name) that apt-fast acts much faster than apt-get on Ubuntu. Now I haven't heard of that, all I have are the GUI-based installers (e.g. Ubuntu S/W center and Deepin) and terminal-based installers: apt-get,smart even yum!
Is this true that apt-fast works faster than all? I thought to ask you people prior to having it, because I have lots of installers/Package Managers stated above.
AFAICT it is just a little shell script that uses axel to do parallel downloads of the packaages. How fast it is compared to apt-get et. al. will depend on the specifics of the network and mirror. Try it and decide for yourself.
AFAICT it is just a little shell script that uses axel to do parallel downloads of the packaages. How fast it is compared to apt-get et. al. will depend on the specifics of the network and mirror. Try it and decide for yourself.
Guys I thought this forum was called "Linux- Newbie". Of course the answerers are correct, but if I could get the tech jargons (please read my first post fully), would I waste my time in this forum?
However, I think I should use "apt-fast" and see the difference by myself. It's easy to install as per the links provided, but does it have any security issue/bugs? It's not official for Ubuntu after all, as I know!
Please open a terminal window, and type :
sudo <your-preferred-editor> /etc/apt/sources.list
( Like : sudo gedit /etc/apt/sources.list )
.... and then add this line at the bottom of "sources.list" :
Code:
deb http://ppa.launchpad.net/apt-fast/stable/ubuntu precise main
Next : sudo apt-get update
And : sudo apt-get install apt-fast axel
Note : There can hardly be any bugs in a small text file like "apt-fast".
Please read the script. Is also linked in post #4.
Please open a terminal window, and type :
sudo <your-preferred-editor> /etc/apt/sources.list
( Like : sudo gedit /etc/apt/sources.list )
.... and then add this line at the bottom of "sources.list" :
Code:
deb http://ppa.launchpad.net/apt-fast/stable/ubuntu precise main
Next : sudo apt-get update
And : sudo apt-get install apt-fast axel
.
Did as instructed by you. It was much like a Windows wizard-like installer (which made my life easier) and allowed me to choose a few things. BTW, I chose 10 "simultaneous connections" (the default was 5), can this be any problem in future?
However, you do deserve kudos, man! apt-fast is a minor upgradation of apt-get, but working great and very fast on my Ubuntu!!
Wow, I'll make sure I don't waste my time trying to help you in the future.
*plonk*
Evo2.
I am extremely sorry . I should have thanked you, too. Thanks for answering. However, instead of being sarcastic, please be a bit elaborate while helping others in future.
Last edited by leosubhadeep; 08-20-2012 at 06:54 AM.
Reason: Spelling mistake
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.