Need help with Terminal
by Flatulus Maximus from LinuxQuestions.org on (#6PYY4)
I recently downloaded a tar.gz of a DVD authoring software from Github called DEVEDENG. I extracted the files and ran:
~/Downloads/devedeng-master$ sudo apt install
[sudo] password for gary:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
(A lengthy list of modules follows, then)
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
If this installed, where should I find it? There's no menu item, and I get a "bad command" error in Terminal if I type the program name. The Readme file says type: sudo ./setup.py install, but that kept giving me an error I didn't understand. Can anyone helpme sort out this mess?
~/Downloads/devedeng-master$ sudo apt install
[sudo] password for gary:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
(A lengthy list of modules follows, then)
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
If this installed, where should I find it? There's no menu item, and I get a "bad command" error in Terminal if I type the program name. The Readme file says type: sudo ./setup.py install, but that kept giving me an error I didn't understand. Can anyone helpme sort out this mess?