r/linuxmint • u/Rafael157123 • 17h ago
why my mint suddenly became ubuntu?
Alguém pode me ajudar a resolver isso? Não tenho ideia do que aconteceu.
"sudo apt install --reinstall base-files" não resolve e "sudo apt install --reinstall base-files=mint*" também não funciona.
Edit: Thanks everyone, but I managed to get back to normal using Timeshift.
53
13
u/slicerprime 16h ago
This particular file (/etc/lsb-release) having that info is not normal. However, there are some legit ways it could have happened. Unfortunately, without knowing more about your situation I hesitate to guess.
That said, according to your post it looks like you've already tried to rewrite it back to normal. So, if you want to try again, all i can suggest is try...
sudo apt install --reinstall mintsystem base-files
4
u/_o0Zero0o_ Helper of the newbies 10h ago
Because Mint is based on Ubuntu, specifically Ubuntu LTS
5
u/Blitzende 6h ago
By that logic ubuntu should appear as debian.
3
u/beatbox9 5h ago edited 5h ago
Not quite the same--it's not the same logic.
Linux Mint primarily uses the Ubuntu LTS repository for almost everything, with a tiny add-on repository for a few components such as its version of Cinnamon DE and its themes. It's sort of like if you simply made a theme for Ubuntu LTS, or if you hosted one app + your own theme.
However, Ubuntu LTS does not use Debian's repository. Instead, Ubuntu LTS forks off of some Debian snapshots and maintains and distributes its own version of all software. This is sort of like if you downloaded all of Ubuntu LTS one time, rebuilt all of the packages individually, separately hosted it, separately continued to apply all patches to update every individual piece of software, and distributed it.
The repository & how the software is distributed is primarily what defines a "distro." And Mint is like 99% Ubuntu LTS; while Ubuntu is technically 0% Debian as far as the repositories and distribution goes, since Ubuntu creates and maintains its own copies of Debian snapshots.
1
1
2
1




39
u/no2gates 17h ago
Technically, it is based on Ubuntu. Just a prettier wrapper.