Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4375  / 3 Years ago, sun, may 30, 2021, 1:03:20

I installed EC2 Cloud tools. Which made me wait for 60 sec during boot-up.



Later I removed the tool but unfortunately the program was still there and waits for 60 sec during startup.



How to I see what program/service starts during bootup and how do I remove it.


More From » boot

 Answers
1

From the man page for apt-get use



sudo apt-get --purge remove package



to also delete the configuration files associated with that package.



You can also take a look in System->Preferences->Startup Applications.



On the other hand, you can always know what processes are currently running on your machine using System->Administration->System Monitor, clicking on the Processes tab. If you find a process which name is related to EC2, then you can locate the binary (remember to sudo updatedb before using it). To find out which package installed it, first enter



sudo apt-get install dlocate



and afterwards



dlocate /path/to/binary.



Finally, remove the package using apt-get.


[#44121] Monday, May 31, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
istictroubli

Total Points: 306
Total Questions: 96
Total Answers: 114

Location: Sao Tome and Principe
Member since Wed, Jul 13, 2022
2 Years ago
istictroubli questions
;