PDA

View Full Version : [kubuntu] [SOLVED] Extracting .deb packages from kubuntu



prabath_fun
October 13th, 2008, 01:09 PM
Hi,
I have got Kubuntu 8.04 installed.
Is it possible to get .deb packages of some of the applications, etc., from fresh / installed Kubuntu.
Say, I want to extract kde-desktop or kwrite or etc., package from Kubuntu and use it in Ubuntu.
Please help me, how to do it?
With advanced Thanks,
Prabath

alynx
October 13th, 2008, 01:20 PM
I have installed kde programs on ubuntu and the other way around by going into the terminal and using apt-get.

for instance if you write apt-cache search kde in your ubuntu terminal you should find it.

caljohnsmith
October 13th, 2008, 02:31 PM
I agree with alynx; I think the best way would be to just download and install the packages in Ubuntu either using Synaptic Package Manager or "sudo apt-get install <package>" from the command line. You could look in your /var/cache/apt/archives directory in your Kubuntu install and see if the .deb packages you want are there. Or if you have your Kubuntu Live CD, maybe the .deb files you want would be on there somewhere; you would have to search the CD.

prabath_fun
October 13th, 2008, 05:08 PM
Hi,
Since, I have very low speed net connection, I could not able to download with help of apt-get or aptitude or synaptic.
Further, I have Live CD only. I came to know that, from Live CD it is not possible to install kde-desktop itseems.
So, what, I want to know, whether, Is it possible to get .deb packages of KDE packages from Kubuntu installations.
Please update me.
With Thanks,
Prabath

zvacet
October 14th, 2008, 12:22 AM
You can try this

1. make iso from your CD


sudo umount /dev/cdrom
dd if=/dev/cdrom of=/home/username/image.iso

Then read this. (http://ubuntuforums.org/showthread.php?t=743943)

When iso is added to the synaptic run


sudo apt-get install kubuntu-desktop

prabath_fun
October 15th, 2008, 05:26 AM
Hi,
I tried making ISO and mounting with command "mount" and checked at mount point. I got same content as in CD. No deb packages.
If there is any other way, please...........
Prabath

zvacet
October 15th, 2008, 10:26 PM
I got same content as in CD.

That is a point.Promblem with Live Cd is that you can not install u/k/x desktops.That is possible with alternate CD.That is why I suggested you to do it in way I described.

prabath_fun
October 17th, 2008, 03:53 PM
hi,
So, I am considering that With Live CD it is not at all possible to install kubuntu-desktop.
With Thanks,
Prabath

element_G
October 19th, 2008, 07:08 PM
you can tell synaptic to use a live cd as a package repository

deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release amd64 (20071016.1)]/ gutsy main restricted

is what my old sources.list had for the Kubuntu 7.10 live CD

prabath_fun
October 26th, 2008, 02:21 PM
HI,

After my long search, i came to know that live cd can be used to install only few packages, which are not embedded for live bootup.

Prabath

zvacet
October 26th, 2008, 10:40 PM
To install kubuntu-desktop you need alternate CD or install via net


sudo apt-get install kubuntu-desktop

prabath_fun
October 28th, 2008, 07:33 AM
Yes, zvacet. This is my final conclusion.
Prabath