- Code: Select all
sudo nano /etc/sysctl.conf
Add the line below at the end of the file and save.
- Code: Select all
vm.vfs_cache_pressure=50
TC
sudo nano /etc/sysctl.conf
vm.vfs_cache_pressure=50
xlepws wrote:see what happens
So what would be the command to install a single package, leaving all dependencies "unsolved" (or say, from the current release? I have found a (very old) discussion which mentions something like that: https://linuxaria.com/howto/how-to-inst ... n-testing; has anything changed since?Head_on_a_Stick wrote:xlepws wrote:see what happens
Both of your suggested commands do exactly the same thing.
I will learn from this post, thanks man (In my mind I'd create a snapshot with timeshift or similar, then revert if anything went wrong). Btw Steve himself replied in the thread I linked above, saying best would be to backport..still trueInstalling stuff from sid in a Debian stable system is a really stupid idea unless the user actually knows what they're doing, please don't post "advice" like that.
There's a very good reason why stevepusser has gone to the trouble of backporting the packages to the stable release.
xlepws wrote:So what would be the command to install a single package, leaving all dependencies "unsolved" (or say, from the current release? I have found a (very old) discussion which mentions something like that: https://linuxaria.com/howto/how-to-inst ... an-testing
I believe youHead_on_a_Stick wrote:xlepws wrote:So what would be the command to install a single package, leaving all dependencies "unsolved" (or say, from the current release? I have found a (very old) discussion which mentions something like that: https://linuxaria.com/howto/how-to-inst ... an-testing
That would only work if the dependencies were unversioned or if they had dependency versions that were satisfied by the packages in stable and that is not the case for many of the Cinnamon desktop packages.
I simulated your suggested commands on my buster box and in both cases a whole mass of dependencies from sid were pulled in, including libc6. B0rkage would be almost guaranteed. Feel free to try it on your system and prove me wrong though, I could do with a good laugh.
xlepws wrote:2 different things (1st with dependencies, 2nd without) but eventually result in the same output
xlepws wrote:or you could install the latest cinnamon package available, i.e. v4.4.8-2 either by runningstevepusser wrote:You could try upgrading to the 4.2 version in my OBS repo to see if that makes any difference.(with sid's dependencies) or
- Code: Select all
apt -t sid install cinnamon
(your release's dependencies), and see what happens
- Code: Select all
apt install cinnamon/sid
vm.swappiness=10
Users browsing this forum: No registered users and 11 guests