This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Offline KDE4 Installation

Tags: None
(comma "," separated)
User avatar
radio_activv
Registered Member
Posts
6
Karma
0

Offline KDE4 Installation

Mon Oct 13, 2008 12:26 pm
It looks like there is little support for offline Linux users around. From installing packages to compiling source code, there always seems a need to connect to net in some situations.*
:-(

After hardcore use of Google, i haven't gotten any lead to installing kde4 offline. I use the internet @ my university, usually download my packages/sources then take them to my machine @ home to install/compile.
[align=center]
Is there any way to download kde4 offline?[/align]

Please help on the methods that could work. (including all the advanced methods if any)!


[align=center]radiO.actiVv.iTy[/align]
User avatar
Tomaz
Registered Member
Posts
86
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 1:15 pm
"Is there any way to download kde4 offline?"
well, no, since for downloading it you need to be online.

but of course you can download on your university and compile / install on your computer.

check your distribution, if it's debian based, like kubuntu or mint (or even debian ;D ) you can get all the debs and theyr dependences, bur int on a cd, and copy them to /var/apt/cache and run a dpkg -i name of the principal package.


Rocs developer. (and no, i'm not proud of it) ;D
User avatar
radio_activv
Registered Member
Posts
6
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 2:38 pm
trust me i did all my research and @ the end of those links (i use .deb packages). it always says "aptitude install kde4" that requires a live connection


[align=center]radiO.actiVv.iTy[/align]
User avatar
Tomaz
Registered Member
Posts
86
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 2:42 pm
do not use aptitude, use dpkg -i package name.


Rocs developer. (and no, i'm not proud of it) ;D
User avatar
radio_activv
Registered Member
Posts
6
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 2:47 pm
cool, i got what you mean...
-download all the required .deb's
-get them to the machine (/var/apt/cache)
-then run dpkg -i 'package_name'

that's for each .deb separately?
(or does it mean if all of them are in one folder they'll read each other)

-ill try that out & report how it works out


[align=center]radiO.actiVv.iTy[/align]
User avatar
Tomaz
Registered Member
Posts
86
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 2:58 pm
I guess that you will have to be a little patient installing each one.
but i'm not sure. never did that ;D
remember to run dpkg -i on the same folder as the files are.


Rocs developer. (and no, i'm not proud of it) ;D
dotbg
Registered Member
Posts
4
Karma
0
OS

RE: Offline KDE4 Installation

Mon Oct 13, 2008 3:08 pm
You can also create a mirror of kde repository.
F.ex. use http://apt-mirror.sourceforge.net/
Odysseas
Registered Member
Posts
6
Karma
0

RE: Offline KDE4 Installation

Mon Oct 13, 2008 10:29 pm
Check out http://aptoncd.sourceforge.net/ if you use a debian based distribution.


Odysseas, proud to be a member of KDE forums since 2008-Oct.
User avatar
SeaJey
Registered Member
Posts
166
Karma
0
OS

RE: Offline KDE4 Installation

Tue Oct 14, 2008 9:51 am
-download all the required .deb's
-get them to the machine (/var/apt/cache)

And then you can install it via synaptic/adept

-then run dpkg -i 'package_name'
that's for each .deb separately?


Code: Select all
sudo dpkg -i *.deb
is enough


kubuntu 10.04 AMD64 - KDE 4.4
AMD - radeonHD - M-Audio revolution 5.1
User avatar
Arkold Thos
Registered Member
Posts
29
Karma
0
OS

RE: Offline KDE4 Installation

Thu Oct 16, 2008 3:19 am
SeaJey wrote:
-download all the required .deb's
-get them to the machine (/var/apt/cache)

And then you can install it via synaptic/adept

-then run dpkg -i 'package_name'
that's for each .deb separately?


Code: Select all
sudo dpkg -i *.deb
is enough


If you do this be sure of deleting old packages of that folder before do anything


ipwnyou
User avatar
bbc58206
Registered Member
Posts
1
Karma
0

RE: Offline KDE4 Installation

Thu Oct 16, 2008 6:12 am
Hi..do u have tutorial to build and compile kde 4.1 from scratch?
i install linux without existing kde version.(command line)
User avatar
radio_activv
Registered Member
Posts
6
Karma
0

RE: Offline KDE4 Installation

Thu Oct 16, 2008 10:56 am
bbc58206 wrote:Hi..do u have tutorial to build and compile kde 4.1 from scratch?
i install linux without existing kde version.(command line)


Check out KDE.Getting_Started.Page

you'll get a link to guides for compiling KDE there!


[align=center]radiO.actiVv.iTy[/align]
User avatar
SeaJey
Registered Member
Posts
166
Karma
0
OS

RE: Offline KDE4 Installation

Thu Oct 16, 2008 11:34 am
If you do this be sure of deleting old packages of that folder before do anything

Well, yes.
Just create new folder and move to this folder all downloaded packages you want to install.


kubuntu 10.04 AMD64 - KDE 4.4
AMD - radeonHD - M-Audio revolution 5.1
User avatar
djouallah
Registered Member
Posts
23
Karma
0

RE: Offline KDE4 Installation

Thu Oct 16, 2008 1:44 pm
Hi

I feel your pain my friend, using linux without a direct net connection is a pain in the a..., just an advise from a user in the same situation as you. Just do that and you will be happy.

1-Get opensuse DVD. Install opensuse
2- in the suse build service, you can get all the rpm either for kde4.1.x or a weekly snapshot of kde trunk.
For example if you want kde4.1.69 go to
http://download.opensuse.org/repositori ... SUSE_11.0/
download all rpm founded in the i586 and noarch.

3- in your home, copy those packages to a local repository, add it to yast (suse package manager).

4- install kde.
5- if you want any software on linux,
just go to http://packages.opensuse-community.org/

friendly yours

update: And why specially opensuse, and not other distro, simply because of the build service, which is organized by software package, if you want for example the last version of openoffice just go to the http://download.opensuse.org/repositori ... 11.0/i586/
and get all rpm, no surprise when you are at home, no obscure dependencies, just install and use, eh like .. ms windows

Last edited by djouallah on Thu Oct 16, 2008 2:04 pm, edited 1 time in total.


djouallah, proud to be a member of KDE forums since 2008-Oct.


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]