|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
******* try it dont just sprout ****
I'm out of here some people just can't be helped without pretty pictures and step through maybe I need to tell them when they get asked do you wish to download the answer would be NO.
__________________
Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!! If I've helped click on the Rep button I don't know what it does but it sounds cool. Last edited by oldcpu; 27-Oct-2009 at 10:05. Reason: Sorry - rule violation. Clearyly |
|
||||
|
Quote:
When I use to be on dial-up I used rsync to mirror sites (updates mainly), maybe that is an option for you? Else approach you ISP or one of the local University's and ask them to setup a local mirror? You do realize that many applications can be found here; http://software.opensuse.org/search? Surprisingly the openSUSE build service also builds for other distributions as well ![]() -- Cheers Malcolm °¿° (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default up 17 days 21:51, 3 users, load average: 0.02, 0.08, 0.08 GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18 |
|
||||
|
Quote:
I also suspect Ubuntu , despite its heritage, is not optimised for such a slow bandwidth. If you wish to switch distributions, then you could look for one that is tailored with a low bandwidth in mind. Try a google search on this subject. I found one: Kongoni Nietzsche released — Kongoni and I suspect there are other's that have been packaged specifically with low bandwidth users in mind. I tried to give some hints with OpenSUSE on how you could operate Smart Package Manager to minimize your bandwidth needs (4 repos only, and only update Packman when there is no choice), but the bottom line is every time you dip into the Packman repos, if you want to install via Smart package manager, you will have to download the appropriate list. Hence if it were me, I would be looking at the wide spectrum of alternatives. |
|
||||
|
thanks for straight answer
__________________
opensuse 11.1 x46 widows vista x64 ultimate(though regretting erasing xp and regretting using x64 version of vista ) windows xp in Vmware workstation inside suse ( and i play DOTA with garena and warcraft in it )
|
|
||||
|
Quote:
and i will do as you advised ( i already made a list of todo things) but your point about package manager is not just my opinion: go search web .look at comparations made by many people ( many of them suse believers) that still says ubuntu makes package management better and easier and not just visually.but as you said distro choice is a personal choice and i may end up not liking ubuntu so i am not gonna erase suse.and for the guy that says i want pretty pictures and what not, yeah i want pretty pictures and step trough.and so do like 99% people of world.that why they buy windows.not because it is superior,because its pretty and gui based and made for dumb people so that it works for everybody.so go on like that and ask why people dont switch to windows.and see ubuntu sweep people off their feet ,not because its superior or something technical but because it carters to everybody not just geeks. oh i almost forgot. my problem is not bandwidth or speed.it is yast giving me errors in downloading the packages.and plz dont say its just me or a very low percentage of user of suse.go browse through openfate and see the requests there.why do u think people ask for resume support in yast package manager? why shouldnt people be able to upgrade or install new packages overnight without their interaction?. and if i had a , i dont know , say, 2Mb/s connection and still got timeout error then what?it not just me its mirrors.as i never get timeout errors in updating windows.as i never get timeout error downloading from rapidshare and what not.all i am saying is that suse should get its **** together for downloading packages or at least give an option for me to download them over the SAME connection but with a download manager that doesnt give tomeout error in middle of downloading.
__________________
opensuse 11.1 x46 widows vista x64 ultimate(though regretting erasing xp and regretting using x64 version of vista ) windows xp in Vmware workstation inside suse ( and i play DOTA with garena and warcraft in it )
|
|
||||
|
Quote:
my connection is not even half the preblom.the problem is yast that gives error because of slow mirrors.i can download the same packages on the same connection with a download manager overnight without any errors or having to click "retry". why windows can update very easily but not suse?why ubuntu has a resume downloaded package option but not suse? dont tell me majority of ubuntu and windows users live in third world countries? i am done with this topic and am going to unsubscribe from it. thanks for all the replies.
__________________
opensuse 11.1 x46 widows vista x64 ultimate(though regretting erasing xp and regretting using x64 version of vista ) windows xp in Vmware workstation inside suse ( and i play DOTA with garena and warcraft in it )
|
|
||||
|
Quote:
Most comparisons I found were based on out of date assessments by ex-openSUSE-10.1 users who stormed off in a rage because of its broken software package management. Some then tried openSUSE-10.2 which was an improvement, but still not up to the standard of SuSE-10.0 nor back up to apt in Debian. And that is now cast in concrete in their view, and they can not rise above it any any subsequent review. OpenSUSE-11.1 is a different kettle of fish for software package management, and I could not find one valid post (with detailed technical aspects) comparing 11.1 and saying debian was better, as everyone giving a negative review of openSUSE simply missed many zypper features and stated things that were incorrect in their assessment. ie the reviews were factually WRONG. None of the reviewers who complained about the openSUSE package management in 11.1 did their homework. But many non-openSUSE users bought the wrong assessments line, hook, and sinker. There is a lot of misinformation and fud when it comes to openSUSE on the net, possibly due to the Novell agreements with Microsoft that many in the Linux community blew out of proportion (IMHO). If that is the case, then I do not understand your criticism of Smart. Either it is a bandwidth/speed limitation, and hence you can not use Smart because you want to update Packman ALL the time with its massive file (which you do NOT have to d), or its not a bandwidth speed limitation and there is some other factor about Smart, some other factor you have not explained that you dislike about Smart. So is it bandwidth and speed? I explained how using Smart you could update without downloading the Packman lists. I explained the advantages of reducing your repository list .... Did you try my suggestions? Quote:
... anyway, ... 6, 1/2 dozen, or another. ... Find what works best for you and go for it. If you end up needing help on openSUSE in any area, start a thread and users will provide what suggestions they can. |
|
||||
|
in a bit of a better mood I have to agree I really dont get the request.
I've done the tweaking and I'm sure it can be vastly improved. Code:
grep "^ " dmp.txt | while read line;
do
var=$(echo $line | awk '{print $2}') | tr -d "(, "
zypper lr -ds | cut -d"|" -f3,8 | grep "^ " | grep -v "Name" | grep $var | cut -d"|" -f2|tr -d "\n" | tr -d " "
echo $line|awk '{print $1}'|tr -d "(,"
done
|
|
||||
|
Typo ..
Code:
grep "^ " dmp.txt | while read line;
do
var=$(echo $line | awk '{print $2}' | tr -d "(, ")
zypper lr -ds | cut -d"|" -f3,8 | grep $var | cut -d"|" -f2|tr -d "\n" | tr -d " "
echo $line|awk '{print $1}'
done
|
![]() |
|
| Bookmarks |
| Tags |
| download, install, yast |
| Thread Tools | |
| Display Modes | |
|
|