|
|
|
|
|
by mihaifm
2964 days ago
|
|
Can anyone clarify if this is a possibility for apt packages as well? As far as I understand, there are 4 types of apt repositories (for Ubuntu): Main, Universe, Restricted, Multiverse. I guess Main is safe since it's handled by Canonical, but the rest? Moreover, a lot of installers simply add a custom repository to sources.list. What are some good practices for a novice user, regarding apt? |
|
I would say if you are at all concerned about safety: don't install apps through .deb file that developers sometimes push. They are generally safe, but there is always a potential that these files are malware.
For instance, lots of people use Atom as their text editor, but Atom does not make it possible/easy for packagers to build Atom from source[1]! Everything used to come with a configure, build, & install script, but I guess it's not hip enough anymore.
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747824