Wednesday, May 1, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1292  / 2 Years ago, fri, october 28, 2022, 7:16:52

When I did a fresh install of 12.04 a few weeks ago I run the Update Manager every day.



Everyday Ubuntu Tweak gets updated. I wouldn't mind but nothing seems to change in the application. The first few days I thought there was back-end stuff getting updated. Is it possible for one application to have updates everyday (the version number is always the same), or maybe there is something wrong with the installation? My current verson is 0.7.2.



This is what I used when I originally installed it



sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

More From » update-manager

 Answers
7

You can solve this problem by reinstalling Ubuntu Tweak.



First remove the PPA and Ubuntu Tweak:



Hit Alt+Ctrl+T to open terminal and run following commands:




sudo apt-get install ppa-purge
sudo ppa-purge ppa:tualatrix/ppa
sudo apt-get autoremove --purge ubuntu-tweak


Now readd the PPA and and then install Ubuntu Tweak:




sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

[#38433] Saturday, October 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rmodmi

Total Points: 390
Total Questions: 122
Total Answers: 111

Location: Venezuela
Member since Mon, Oct 18, 2021
3 Years ago
;