ricardisimo wrote: ↑Sat Nov 04, 2017 8:49 pm
I'm on Xubuntu 17.10. I have downloaded dcpomatic_2.10.5-1_amd64.deb to my Downloads folder (I originally tried opening the deb with "Software", what I assume is the successor to Ubuntu Software Center, to no avail). I then cd to that folder in a terminal and ran
Code: Select all
sudo aptitude install dcpomatic_2.10.5-1_amd64.deb
The response I get is
Couldn't find any package whose name or description matched "dcpomatic_2.10.5-1_amd64.deb"
Unable to apply some actions, aborting
[...]
It's there. Where do I even begin with this?
When you download a .deb file for installation in a debian based system, you might want to use carl's suggestion (first line installs, second installs dependencies), or set it as executable and use gdebi to follow instructions and (also) take care of dependencies.
Since there isn't a repository for installing DCPom and you haven't registered one with the software sources of your system, using aptitude will probably come back "empty-handed" regardless of any installation file you have in any folder.
If you want to use an executable or installation file with terminal, though, you might prefer to use
./filename instead of just
filename.
All that is more of Ubuntu/Linux specific, the way I see it, than DCPom.