Page 1 of 2

Where is the converted .deb package?

Posted: 05 May 2015, 11:18
by wsssixteen
So I've right-clicked on the .deb package and chose "Convert debian package". And it says "Conversion complete". But I can't find it anywhere. It is beyond frustrating for something simple made unclear.

I've searched the tutorials and forum but I can't find any solutions to it. I believe I'll struggle to understand vague directions. I'm sorry but I'll need a step by step instructions. How to convert or if there's any other way to install a .deb package.

I'm trying to install "kingsoft-office_9.1.0.4244~a12p3_i386-1.deb" by the way.

Thanks.

Re: Where is the converted .deb package?

Posted: 05 May 2015, 11:49
by Seva
there is an office application for porteus iirc

Re: Where is the converted .deb package?

Posted: 05 May 2015, 12:10
by libernux
You should find the converted package in the same directory as the original .deb package.

Re: Where is the converted .deb package?

Posted: 05 May 2015, 12:18
by wsssixteen
So if there are no converted package, what could the problem be?
Is there anything I could do to check for a bug?

Re: Where is the converted .deb package?

Posted: 05 May 2015, 13:27
by Bogomips
In terminal

Code: Select all

deb2xzm kingsoft-office_9.1.0.4244~a12p3_i386-1.deb
If this is folder where your .deb is.

Re: Where is the converted .deb package?

Posted: 05 May 2015, 13:32
by libernux
Can you do the following:

- open a terminal in the directory where your .deb file is.
- in the command prompt type:

Code: Select all

convert_deb your_deb_file
Are there any error messages?

Re: Where is the converted .deb package?

Posted: 05 May 2015, 15:30
by wsssixteen
Did I type anything wrong?

Code: Select all

guest@porteus:~/Downloads$ convert_deb kingsoft-office_9.1.0.4244~a12p3_i386-1.deb
bash: convert_deb: command not found
And by the way, if I've found a module from Slax, can I install it?

Re: Where is the converted .deb package?

Posted: 05 May 2015, 16:16
by beny
maybe you have to do this task as root? in slackware exist a lot of office suite openoffice libreoffice calligra and i don't think you need a deb package ,

Re: Where is the converted .deb package?

Posted: 05 May 2015, 16:32
by donald
@ wsssixteen
--> Did I type anything wrong? <-- yup.. :wink:

Do what Bogomips told you.

regarding the slax module,boot into allways fresh and try it.

Re: Where is the converted .deb package?

Posted: 05 May 2015, 17:09
by wsssixteen
That was foolish of me haha
But it seems I'm faced with different problems instead.

When I run the code on a separate harddisk partition :

Code: Select all

/usr/bin/ar: data.tar.lzma: No space left on device
When I run the code in Porteus home folders :

Code: Select all

cp: error writing ‘/tmp/deb2xzm4553/kingsoft-office_9.1.0.4244~a12p3_i386-1.deb’: No space left on device
cp: failed to extend ‘/tmp/deb2xzm4553/kingsoft-office_9.1.0.4244~a12p3_i386-1.deb’: No space left on device
Well...?

Re: Where is the converted .deb package?

Posted: 05 May 2015, 17:23
by francois
Where did you installed porteus? How much space is left on the partition where you installed porteus? You can use command fdisk -l to get the information.

When you report the results, please give us full output. For example:

Code: Select all

root@porteus:~# fdisk -l

Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf6c5ce6c

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048     3074047     1536000   82  Linux swap
/dev/sda2         3074048    97843579    47384766   83  Linux
/dev/sda3        97845246   250068991    76111873    5  Extended
/dev/sda5       117444608   180903935    31729664   83  Linux
/dev/sda6       247580672   250068991     1244160   82  Linux swap
/dev/sda7        97847296   117442559     9797632   83  Linux
/dev/sda8       180905984   247578623    33336320   83  Linux

Partition table entries are not in disk order
root@porteus:~# 

Re: Where is the converted .deb package?

Posted: 06 May 2015, 05:06
by wsssixteen
I did not install Porteus, am using it live from my USB. Is it because of that? I am still new to the concept of portable OS.

Re: Where is the converted .deb package?

Posted: 06 May 2015, 08:41
by tome
Your space is limited with RAM.
You can try this:
1. Unpack .deb, or .tar.xz archive
2. Go to https://www.dropbox.com/sh/7elwcgmk5mwtmme/FmFMsdUIO8 and download wps-kso-usr-tree.xzm
3. Extract wps-kso-usr-tree.xzm, change paths in et, wps and wpp (they are in /usr/bin/ of extracted xzm module) to your current paths for unpacked kingsoft-office.
4. Delete old module and build new one (right mouse button menu) of extracted xzm module.
5. Activate new module.

Re: Where is the converted .deb package?

Posted: 06 May 2015, 12:35
by Bogomips
How small is your computer? :roll: Do free -m, and let's see. Example:

Code: Select all

guest@porteus:~$ free -m
             total       used       free     shared    buffers     cached
Mem:           880        798         81          0         11        313
-/+ buffers/cache:        473        406
Swap:          644        135        508
Also be interesting to see result from df -h .

Re: Where is the converted .deb package?

Posted: 06 May 2015, 21:54
by Ed_P
@wsssixteen

I agree with tome Porteus is running in RAM and limited to 40% of it if I'm not mistaken. Try using the cheatcode ramsize=80% and see if that helps.

Bogomips df -h command will help verify the usage also.