Sublime Forum

Can't install Sublime Text from a .deb file on Ubuntu

#1

When I try to install Sublime Text 3 from a downloaded .deb file I get errors:

and

[quote]Data files for some packages could not be downloaded

The following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.

ttf-mscorefonts-installer

This is a permanent failure that leaves these packages unusable on your system. You may need to fix your Internet connection, then remove and reinstall the packages to fix this problem.[/quote]

despite

sudo apt-get install ttf-mscorefonts-installer (...) ttf-mscorefonts-installer is already the newest version.

Can I omit somehow this problematic Software Center in order to install Sublime Text?

EDIT: It seems it is possible to omit Software Center

sudo dpkg -i DEB_PACKAGE
0 Likes