|
|
|
|
|
by AF
6846 days ago
|
|
You know I really do like apt, but it isn't perfect, and 'rough around the edges' isn't a bad description for it (I know he meant Ubuntu as a whole). I've had multiple times that by using apt-get autoremove, my entire Ubuntu installation has been fubared. It is almost nicer how Windows and Mac apps ship with all the required libraries and functionality they need, and you don't have to worry about it (both as a developer and a user). Add to that the confusion where programming languages have their own package managers (should I use Python's easy_install or the .debs?) and there's even more of a mess. I've never had any difficulties on my Mac or on Windows due to a lack of a package manager, but I have had problems using apt. I don't understand, what advantages does using a package manager have over simply shipping an app with the libraries/programs it needs? Yeah, you save hard drive space, but with hundreds of gigabytes of data, is that even important? |
|
I've been using Debian for years, and Ubuntu recently, but I had to look up autoremove; I've never used that apt-get feature. I have used autoclean, which is benign. It does sound like there are problems with autoremove that should be fixed, but for now why not just avoid that feature?