Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 16825  / 2 Years ago, mon, april 4, 2022, 3:42:18

I want to use gedit using ssh for file editing on my server. I use nano, but for html and css gedit is better.



Now with sudo apt-get install gedit I get dependencies that are 120mb, that kind seems too big.



So did I just install also a complete user interface because of gedit? I don't need a user interface... What did it also install automatically? Should I've used some other command for installation?


More From » server

 Answers
2

You can find what a package depends on using apt-rdepends, install it with Software Center:



Install via the software center



Or with terminal:



sudo apt-get install apt-rdepends


To check what packages depends gedit on (packages that were installed when you did sudo apt-get install gedit) type this after you installed apt-rdepends



sudo apt-rdepends gedit


That will return the list of packages that gedit installed or were already installed and are used by gedit for running.



If you want to use gedit there will be a lot of dependencies that you wont be able to avoid but are necessary for the program to run without faults.


[#42697] Tuesday, April 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oredoise

Total Points: 66
Total Questions: 116
Total Answers: 111

Location: Lebanon
Member since Sun, Aug 2, 2020
4 Years ago
;