• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Packages?

AkumaBao

Golden Member
How do I tell what packages to use? I know I need to look for .deb files. (for Debian of course) Which ones do I need use? Just needing a little help. All the sites expect you to be on a desktop, or use RedHat. 😛 I've tried a few through "apt-get", but it would say it couldn't find the package. :disgust: I'm using the string: apt-get install /directory/package.deb . Is that right? Do I need to copy the file to the same directory or something. Sorry, I'm still a n00b. 😛
 
You don't use apt-get to install local packages (well, you can, but that's a different story). Normall you use it to download the packages for you, say you want to install apache you type 'apt-get install apache' and it donwloads apache-whatever.deb and all it requires to run and installs them for you. Try 'apt-cache search name' to search through the local package cache to find a packages name.

To install .debs you've downloaded type 'dpkg -i /path/to/file.deb'.
 
Back
Top