Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can't delete Plex application on ReadyNAS 214
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-25
06:44 PM
2024-07-25
06:44 PM
I have a ReadyNAS 214 running FW 6.10.10 and previously 6.10.9, and on both firmwares, I can't seem to uninstall the only application of the device which is Plex Media Server (for RN2xx)
Whether I select remove or toggle it off, I get the same message and it stays there forever: 'Removing Application this may take a while...'
Any help would be appreciated. Thanks.
Solved! Go to Solution.
Message 1 of 5
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-28
06:33 PM
2024-07-28
06:33 PM
I’m not too concerned about uninstalling it from the interface if there is a way to uninstall it from SSH. Is there any documentation or do you know the commands to uninstall that package?
Edit: This solution seems to have worked for me but you must SSH as root@yournas and use the admin password that you set. The app is no longer visible on the frontend interface.
apt remove '^plex.*$'
Edit: This solution seems to have worked for me but you must SSH as root@yournas and use the admin password that you set. The app is no longer visible on the frontend interface.
apt remove '^plex.*$'
Message 5 of 5
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-26
04:06 AM
2024-07-26
04:06 AM
Re: Can't delete Plex application on ReadyNAS 214
You could try ssh.
Message 2 of 5
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-26
06:00 PM
2024-07-26
06:00 PM
Re: Can't delete Plex application on ReadyNAS 214
I can login with SSH. Then what? Ok afraid to delete the wrong thing and brick the NAS. There an apps folder with the Plex file. But there’s also a file that says DO NO DELETE. Any assistance would be appreciated. Thanks.
Message 3 of 5
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-26
10:23 PM
2024-07-26
10:23 PM
Re: Can't delete Plex application on ReadyNAS 214
Did you disable it before you tried to uninstall?
You don't just delete files from SSH, you have to use apt-get. You should start by downloading the logs zip file and look especially in apt-history.log and see if it gives any hints as to the problem.
Message 4 of 5
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-28
06:33 PM
2024-07-28
06:33 PM
I’m not too concerned about uninstalling it from the interface if there is a way to uninstall it from SSH. Is there any documentation or do you know the commands to uninstall that package?
Edit: This solution seems to have worked for me but you must SSH as root@yournas and use the admin password that you set. The app is no longer visible on the frontend interface.
apt remove '^plex.*$'
Edit: This solution seems to have worked for me but you must SSH as root@yournas and use the admin password that you set. The app is no longer visible on the frontend interface.
apt remove '^plex.*$'
Message 5 of 5