minimadsens Posted March 18, 2016 Share Posted March 18, 2016 So, I've been toying around with tcadmin, trying to make it work. Unfortunately something went wrong, very wrong. Is it possible to uninstall tcadmin and, or re-install it? Link to comment Share on other sites More sharing options...
eirsik Posted March 18, 2016 Share Posted March 18, 2016 Why not just reinstall Linux? It's very quick to do Link to comment Share on other sites More sharing options...
minimadsens Posted March 18, 2016 Author Share Posted March 18, 2016 Why not just reinstall Linux? It's very quick to do Thing is, I'm also using the server with apache2 setup with SSL and everything. There's a lot of things that can go wrong trying to restore that. Link to comment Share on other sites More sharing options...
Dennis Posted March 18, 2016 Share Posted March 18, 2016 If you're using a Debian based distro: $ dpkg -r tcadmin-2-bi.noarch.deb $ rm -r /home/tcadmin/ Link to comment Share on other sites More sharing options...
minimadsens Posted March 18, 2016 Author Share Posted March 18, 2016 If you're using a Debian based distro: $ dpkg -r tcadmin-2-bi.noarch.deb $ rm -r /home/tcadmin/ Tak for hjaelpen Dennis. Link to comment Share on other sites More sharing options...
minimadsens Posted March 18, 2016 Author Share Posted March 18, 2016 Tak for hjaelpen Dennis. dpkg: error: you must specify packages by their own names, not by quoting the names of the files they come in Type dpkg --help for help about installing and deinstalling packages [*]; Use 'apt' or 'aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Options marked [*] produce a lot of output - pipe it through 'less' or 'more' ! Link to comment Share on other sites More sharing options...
minimadsens Posted March 18, 2016 Author Share Posted March 18, 2016 It was ofcourse dpkg -r tcadmin. Issue solved. Link to comment Share on other sites More sharing options...
romeod Posted January 8, 2020 Share Posted January 8, 2020 Best use this code in case you want to be able to re-install tcadmin afterwards. sudo rpm -e tcadmin-2-bi.noarch Don't put the .rpm at the back of the file name. After that's done you can install again with following command: yum -y install tcadmin-2-bi.noarch.rpm --nogpgcheck Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now