Tagged Questions
0
votes
0answers
66 views
WPS Kingsoft not running
Installed WPS Kingsoft on my Ubuntu 12.10 64bit from a .deb package downloaded from omgubuntu but when I execute any for the three files (writer, spreadsheet or powerpoint) nothing happens.
Anyone ...
2
votes
1answer
32 views
What would cause files not to be included in a .deb?
I'm trying to build a .deb package (python) as part of a larger project.
I'm able to successfully run 'make' and 'make install' on it, but when the package(s) are built (using dpkg-buildpackage ...
1
vote
0answers
498 views
Unable to install steam [duplicate]
Ok so recently I logged into tf2 and saw that it supported linux. I'll be completely honest with you, first I was in it for the little penguin but after installing linux I'm actually starting to like ...
2
votes
3answers
133 views
Can I get .deb packages for LXDE?
Is there any way I can download LXDE and all its related packages as .deb packages? I had done this with Synaptic but since there's no Synaptic on 12.10, can this be done with apt-get? Thanks
1
vote
2answers
118 views
Change / Choose install path for a .deb
I would like to know if it is possible to choose where a .deb file will be installed, or if it is possible to move it after the installation to another directory without troubles for the app.
I am ...
1
vote
1answer
558 views
Where to get Aegisub?
Where can I get new Aegisub? Ubuntu reps have only 2.1.9 which is VERY buggy (it doesn't support cyrillic lower case, it's unaceptable for me). I found only source, but I'm not sure, that I can do ...
1
vote
0answers
104 views
dpkg from URL wrapper not functioning… :(
I have modified an already available wrapper to execute the process in a safer manner. The containing script cat-s the body into an executable script under /usr/bin/.
#!/bin/bash
# dpkg-url #
...