Tagged Questions
0
votes
1answer
18 views
How to move a file between deb packages?
For example, imagine we have two packages: banana.deb and banana-common.deb. Inside banana.deb, we have some file banana.data, that is quite big and changes rarely. Both packages are currently at ...
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
1answer
143 views
How to cd to where I extracted a package, and run dpkg-deb -D?
I am following the step-by-step instructions on how to install ThinkPad Fan Control here but I could not get past this step (seen below):
Open a terminal and run this command:
Code:
...
0
votes
1answer
312 views
Cannot install LibreOffice 3.6 from binary
So, I downloaded the main installer for LibreOffice 3.6 from the official website, because it hasn't yet arrived in PPA. Followed the instructions just as the ReadMe file suggests (navigate to the ...
0
votes
2answers
496 views
Installtion failed a .deb Package [closed]
I try to install a .deb package with terminal use
sudo dpkg -i *.deb
but show this error
dpkg: error processing Pydict.deb (--install): parsing file
'/var/lib/dpkg/tmp.ci/control' near ...
2
votes
1answer
127 views
How do I make my application startable from the terminal?
I've created several Python applications wherefore I know how to create a DEB and how to push an application into my PPA in Launchpad. What I never found out is how to make the application startable ...